Searched refs:native_load_gdt (Results 1 – 3 of 3) sorted by relevance
111 #define load_gdt(dtr) native_load_gdt(dtr)208 static inline void native_load_gdt(const struct desc_ptr *dtr) in native_load_gdt() function235 native_load_gdt(&invalid_gdt); in native_gdt_invalidate()
243 .cpu.load_gdt = native_load_gdt,
598 native_load_gdt(&startup_gdt_descr); in startup_64_setup_env()