Lines Matching refs:PVOP_VCALL3
432 #define PVOP_VCALL3(op, arg1, arg2, arg3) \ macro
739 PVOP_VCALL3(pv_apic_ops.startup_ipi_hook, in startup_ipi_hook()
777 PVOP_VCALL3(pv_mmu_ops.flush_tlb_others, &cpumask, mm, va); in flush_tlb_others()
816 PVOP_VCALL3(pv_mmu_ops.pte_update, mm, addr, ptep); in pte_update()
822 PVOP_VCALL3(pv_mmu_ops.pte_update_defer, mm, addr, ptep); in pte_update_defer()
866 PVOP_VCALL3(pv_mmu_ops.set_pte, ptep, pteval.pte_low, pteval.pte_high); in set_pte()
878 PVOP_VCALL3(pv_mmu_ops.set_pte_atomic, ptep, in set_pte_atomic()
891 PVOP_VCALL3(pv_mmu_ops.set_pmd, pmdp, in set_pmd()
897 PVOP_VCALL3(pv_mmu_ops.set_pud, pudp, in set_pud()
903 PVOP_VCALL3(pv_mmu_ops.pte_clear, mm, addr, ptep); in pte_clear()
1105 #undef PVOP_VCALL3