Home
last modified time | relevance | path

Searched refs:GDT_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/x86/platform/efi/
Defi_32.c81 gdt_descr.size = GDT_SIZE - 1; in efi_call_phys_prelog()
91 gdt_descr.size = GDT_SIZE - 1; in efi_call_phys_epilog()
/linux-2.6.39/arch/x86/include/asm/
Dsegment.h208 #define GDT_SIZE (GDT_ENTRIES * 8) macro
/linux-2.6.39/drivers/lguest/x86/
Dcore.c572 state->host_gdt_desc.size = GDT_SIZE-1; in lguest_arch_host_init()
/linux-2.6.39/arch/x86/kernel/cpu/
Dcommon.c356 gdt_descr.size = GDT_SIZE - 1; in switch_to_new_gdt()