Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/platform/efi/
Defi_32.c111 gdt_descr.size = GDT_SIZE - 1; in efi_set_virtual_address_map()
/linux-6.6.21/arch/x86/include/asm/
Dsegment.h228 #define GDT_SIZE (GDT_ENTRIES*8) macro
/linux-6.6.21/arch/x86/power/
Dcpu.c97 ctxt->gdt_desc.size = GDT_SIZE - 1; in __save_processor_state()
/linux-6.6.21/arch/x86/kernel/
Dhw_breakpoint.c289 GDT_SIZE)) in within_cpu_entry()
Dhead_64.S343 movw $(GDT_SIZE-1), (%rsp)
/linux-6.6.21/arch/x86/kernel/cpu/
Dcommon.c721 gdt_descr.size = GDT_SIZE - 1; in load_direct_gdt()
732 gdt_descr.size = GDT_SIZE - 1; in load_fixmap_gdt()