Home
last modified time | relevance | path

Searched refs:LHCALL_LOAD_GDT_ENTRY (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dlguest_hcall.h19 #define LHCALL_LOAD_GDT_ENTRY 18 macro
/linux-4.1.27/arch/x86/lguest/
Dboot.c337 hcall(LHCALL_LOAD_GDT_ENTRY, i, gdt[i].a, gdt[i].b, 0); in lguest_load_gdt()
349 hcall(LHCALL_LOAD_GDT_ENTRY, entrynum, in lguest_write_gdt_entry()
/linux-4.1.27/drivers/lguest/x86/
Dcore.c634 case LHCALL_LOAD_GDT_ENTRY: in lguest_arch_do_hcall()