tag | line | file | source code |
desc_struct | 145 | drivers/FPU-emu/fpu_entry.c | struct desc_struct code_descriptor; |
desc_struct | 148 | drivers/FPU-emu/get_address.c | struct desc_struct descriptor; |
desc_struct | 250 | include/asm-i386/system.h | extern struct desc_struct default_ldt; |
desc_struct | 183 | include/linux/sched.h | struct desc_struct *ldt; |
desc_struct | 239 | kernel/fork.c | p->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE); |
desc_struct | 67 | kernel/ldt.c | if (!(current->ldt = (struct desc_struct*) vmalloc(LDT_ENTRIES*LDT_ENTRY_SIZE))) |
desc_struct | 28 | kernel/traps.c | struct desc_struct default_ldt; |
desc_struct | 270 | kernel/traps.c | struct desc_struct * p; |