Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Ddoublefault.c24 native_store_gdt(&gdt_desc); in doublefault_fn()
/linux-4.4.14/arch/x86/kernel/acpi/
Dsleep.c61 native_store_gdt((struct desc_ptr *)&header->pmode_gdt); in x86_acpi_suspend_lowlevel()
/linux-4.4.14/arch/x86/include/asm/
Ddesc.h97 #define store_gdt(dtr) native_store_gdt(dtr)
226 static inline void native_store_gdt(struct desc_ptr *dtr) in native_store_gdt() function
/linux-4.4.14/arch/x86/kvm/
Dsvm.c667 native_store_gdt(&gdt_descr); in svm_hardware_enable()
Dvmx.c3067 native_store_gdt(this_cpu_ptr(&host_gdt)); in hardware_enable()