tag
line
file
source code
_LDT
298
arch/i386/kernel/process.c
p->tss.ldt = _LDT(nr);
_LDT
122
include/asm-i386/processor.h
_LDT(0),0, \
_LDT
24
include/asm-i386/system.h
#define load_ldt(n) __asm__("lldt %%ax": /* no output */ :"a" (_LDT(n)))