PVOP_CALLEE1      369 arch/x86/include/asm/paravirt.h 		ret = PVOP_CALLEE1(pteval_t, mmu.make_pte, val);
PVOP_CALLEE1      382 arch/x86/include/asm/paravirt.h 		ret = PVOP_CALLEE1(pteval_t, mmu.pte_val, pte.pte);
PVOP_CALLEE1      394 arch/x86/include/asm/paravirt.h 		ret = PVOP_CALLEE1(pgdval_t, mmu.make_pgd, val);
PVOP_CALLEE1      407 arch/x86/include/asm/paravirt.h 		ret =  PVOP_CALLEE1(pgdval_t, mmu.pgd_val, pgd.pgd);
PVOP_CALLEE1      471 arch/x86/include/asm/paravirt.h 		ret = PVOP_CALLEE1(pmdval_t, mmu.make_pmd, val);
PVOP_CALLEE1      484 arch/x86/include/asm/paravirt.h 		ret =  PVOP_CALLEE1(pmdval_t, mmu.pmd_val, pmd.pmd);
PVOP_CALLEE1      503 arch/x86/include/asm/paravirt.h 	ret = PVOP_CALLEE1(pudval_t, mmu.make_pud, val);
PVOP_CALLEE1      510 arch/x86/include/asm/paravirt.h 	return PVOP_CALLEE1(pudval_t, mmu.pud_val, pud.pud);
PVOP_CALLEE1      529 arch/x86/include/asm/paravirt.h 	p4dval_t ret = PVOP_CALLEE1(p4dval_t, mmu.make_p4d, val);
PVOP_CALLEE1      536 arch/x86/include/asm/paravirt.h 	return PVOP_CALLEE1(p4dval_t, mmu.p4d_val, p4d.p4d);
PVOP_CALLEE1      662 arch/x86/include/asm/paravirt.h 	return PVOP_CALLEE1(bool, lock.vcpu_is_preempted, cpu);