Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dlguest_hcall.h10 #define LHCALL_LOAD_IDT_ENTRY 6 macro
/linux-4.4.14/arch/x86/lguest/
Dboot.c302 hcall(LHCALL_LOAD_IDT_ENTRY, entrynum, desc[0], desc[1], 0); in lguest_write_idt_entry()
316 hcall(LHCALL_LOAD_IDT_ENTRY, i, idt[i].a, idt[i].b, 0); in lguest_load_idt()
/linux-4.4.14/drivers/lguest/x86/
Dcore.c637 case LHCALL_LOAD_IDT_ENTRY: in lguest_arch_do_hcall()