Home
last modified time | relevance | path

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

/linux/arch/x86/platform/efi/
H A Defi_32.c112 load_gdt(&gdt_descr); in efi_set_virtual_address_map()
/linux/arch/x86/include/asm/
H A Ddesc.h111 #define load_gdt(dtr) native_load_gdt(dtr) macro