Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Ddesc.h116 #define store_gdt(dtr) native_store_gdt(dtr)
218 static inline void native_store_gdt(struct desc_ptr *dtr) in native_store_gdt() function
261 native_store_gdt(&gdt); in native_load_tr_desc()
/linux-6.1.9/arch/x86/kernel/acpi/
Dsleep.c73 native_store_gdt((struct desc_ptr *)&header->pmode_gdt); in x86_acpi_suspend_lowlevel()
/linux-6.1.9/arch/x86/lib/
Dinsn-eval.c646 native_store_gdt(&gdt_desc); in get_desc()
/linux-6.1.9/arch/x86/mm/
Dfault.c589 native_store_gdt(&gdt); in show_fault_oops()