Searched refs:lazy_mode (Results 1 – 4 of 4) sorted by relevance
497 PVOP_VCALL0(pv_ops, mmu.lazy_mode.enter); in arch_enter_lazy_mmu_mode()502 PVOP_VCALL0(pv_ops, mmu.lazy_mode.leave); in arch_leave_lazy_mmu_mode()507 PVOP_VCALL0(pv_ops, mmu.lazy_mode.flush); in arch_flush_lazy_mmu_mode()
176 struct pv_lazy_ops lazy_mode; member
208 .mmu.lazy_mode = {
2228 pv_ops.mmu.lazy_mode.enter = xen_enter_lazy_mmu; in xen_init_mmu_ops()2229 pv_ops.mmu.lazy_mode.leave = xen_leave_lazy_mmu; in xen_init_mmu_ops()2230 pv_ops.mmu.lazy_mode.flush = xen_flush_lazy_mmu; in xen_init_mmu_ops()