Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/platform/efi/
Defi_32.c70 gdt_descr.size = GDT_SIZE - 1; in efi_call_phys_prolog()
81 gdt_descr.size = GDT_SIZE - 1; in efi_call_phys_epilog()
/linux-4.4.14/arch/x86/include/asm/
Dsegment.h229 #define GDT_SIZE (GDT_ENTRIES*8) macro
/linux-4.4.14/arch/x86/power/
Dcpu.c72 ctxt->gdt_desc.size = GDT_SIZE - 1; in __save_processor_state()
/linux-4.4.14/drivers/lguest/x86/
Dcore.c519 state->host_gdt_desc.size = GDT_SIZE-1; in lguest_arch_host_init()
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c391 gdt_descr.size = GDT_SIZE - 1; in switch_to_new_gdt()