Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dlguest_hcall.h20 #define LHCALL_LOAD_GDT_ENTRY 18 macro
/linux-3.4.99/arch/x86/lguest/
Dboot.c334 hcall(LHCALL_LOAD_GDT_ENTRY, i, gdt[i].a, gdt[i].b, 0); in lguest_load_gdt()
346 hcall(LHCALL_LOAD_GDT_ENTRY, entrynum, in lguest_write_gdt_entry()
/linux-3.4.99/drivers/lguest/x86/
Dcore.c612 case LHCALL_LOAD_GDT_ENTRY: in lguest_arch_do_hcall()