tag | line | file | source code |
---|---|---|---|
_TSS | 289 | arch/i386/kernel/process.c | p->tss.tr = _TSS(nr); |
_TSS | 125 | include/asm-i386/processor.h | _TSS(0), 0, 0,0, \ |
_TSS | 23 | include/asm-i386/system.h | #define load_TR(n) __asm__("ltr %%ax": /* no output */ :"a" (_TSS(n))) |
_TSS | 28 | include/linux/apm_bios.h | #define APM_CS _TSS(NR_TASKS) |