Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Ddesc.h115 #define store_gdt(dtr) native_store_gdt(dtr)
217 static inline void native_store_gdt(struct desc_ptr *dtr) in native_store_gdt() function
240 native_store_gdt(&gdt); in native_load_tr_desc()
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/
Dsleep.c72 native_store_gdt((struct desc_ptr *)&header->pmode_gdt); in x86_acpi_suspend_lowlevel()
/kernel/linux/linux-5.10/arch/x86/lib/
Dinsn-eval.c628 native_store_gdt(&gdt_desc); in get_desc()
/kernel/linux/linux-5.10/arch/x86/mm/
Dfault.c575 native_store_gdt(&gdt); in show_fault_oops()