Home
last modified time | relevance | path

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

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