Home
last modified time | relevance | path

Searched refs:native_load_gdt (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Ddesc.h111 #define load_gdt(dtr) native_load_gdt(dtr)
208 static inline void native_load_gdt(const struct desc_ptr *dtr) in native_load_gdt() function
235 native_load_gdt(&invalid_gdt); in native_gdt_invalidate()
/linux/arch/x86/boot/startup/
H A Dgdt_idt.c60 native_load_gdt(&startup_gdt_descr); in startup_64_setup_gdt_idt()