Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/platform/efi/
H A Defi_32.c111 gdt_descr.size = GDT_SIZE - 1; in efi_set_virtual_address_map()
/linux-6.15/arch/x86/include/asm/
H A Dsegment.h228 #define GDT_SIZE (GDT_ENTRIES*8) macro
/linux-6.15/arch/x86/power/
H A Dcpu.c98 ctxt->gdt_desc.size = GDT_SIZE - 1; in __save_processor_state()
/linux-6.15/arch/x86/kernel/
H A Dhw_breakpoint.c289 GDT_SIZE)) in within_cpu_entry()
H A Dhead_64.S345 movw $(GDT_SIZE-1), (%rsp)
H A Dhead64.c573 .size = GDT_SIZE - 1, in startup_64_setup_gdt_idt()
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c720 gdt_descr.size = GDT_SIZE - 1; in load_direct_gdt()
731 gdt_descr.size = GDT_SIZE - 1; in load_fixmap_gdt()