Home
last modified time | relevance | path

Searched refs:LHCALL_NEW_PGTABLE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dlguest_hcall.h8 #define LHCALL_NEW_PGTABLE 4 macro
/linux-4.4.14/arch/x86/lguest/
Dhead_32.S42 movl $LHCALL_NEW_PGTABLE, %eax
Dboot.c554 lazy_hcall1(LHCALL_NEW_PGTABLE, cr3); in lguest_write_cr3()
/linux-4.4.14/drivers/lguest/
Dhypercalls.c87 case LHCALL_NEW_PGTABLE: in do_hcall()