tag | line | file | source code |
desc_struct | 85 | arch/i386/kernel/ldt.c | if (!(current->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE))) |
desc_struct | 316 | arch/i386/kernel/process.c | p->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE); |
desc_struct | 30 | arch/i386/kernel/traps.c | struct desc_struct default_ldt = { 0, 0 }; |
desc_struct | 335 | arch/i386/kernel/traps.c | struct desc_struct * p; |
desc_struct | 145 | arch/i386/math-emu/fpu_entry.c | struct desc_struct code_descriptor; |
desc_struct | 148 | arch/i386/math-emu/get_address.c | struct desc_struct descriptor; |
desc_struct | 286 | include/asm-i386/system.h | extern struct desc_struct default_ldt; |
desc_struct | 238 | include/linux/sched.h | struct desc_struct *ldt; |