Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dlguest_hcall.h17 #define LHCALL_SET_PGD 15 macro
/linux-3.4.99/drivers/lguest/
Dhypercalls.c101 case LHCALL_SET_PGD: in do_hcall()
/linux-3.4.99/arch/x86/lguest/
Dboot.c700 lazy_hcall2(LHCALL_SET_PGD, __pa(pudp) & 0xFFFFFFE0, in lguest_set_pud()
716 lazy_hcall2(LHCALL_SET_PGD, __pa(pmdp) & PAGE_MASK, in lguest_set_pmd()