tag | line | file | source code |
---|---|---|---|
dpl | 195 | include/asm-i386/system.h | #define _set_gate(gate_addr,type,dpl,addr) \ |
dpl | 202 | include/asm-i386/system.h | :"i" ((short) (0x8000+(dpl<<13)+(type<<8))), \ |
dpl | 218 | include/asm-i386/system.h | #define _set_seg_desc(gate_addr,type,dpl,base,limit) {\ |
dpl | 222 | include/asm-i386/system.h | ((dpl)<<13) | \ |
dpl | 68 | include/asm-sparc/system.h | #define _set_gate(gate_addr,type,dpl,addr) \ |