Lines Matching refs:pv_ops
2210 pv_ops.mmu.write_cr3 = &xen_write_cr3; in xen_write_cr3_init()
2357 pv_ops.mmu.set_pte = xen_set_pte; in xen_post_allocator_init()
2358 pv_ops.mmu.set_pmd = xen_set_pmd; in xen_post_allocator_init()
2359 pv_ops.mmu.set_pud = xen_set_pud; in xen_post_allocator_init()
2361 pv_ops.mmu.set_p4d = xen_set_p4d; in xen_post_allocator_init()
2366 pv_ops.mmu.alloc_pte = xen_alloc_pte; in xen_post_allocator_init()
2367 pv_ops.mmu.alloc_pmd = xen_alloc_pmd; in xen_post_allocator_init()
2368 pv_ops.mmu.release_pte = xen_release_pte; in xen_post_allocator_init()
2369 pv_ops.mmu.release_pmd = xen_release_pmd; in xen_post_allocator_init()
2371 pv_ops.mmu.alloc_pud = xen_alloc_pud; in xen_post_allocator_init()
2372 pv_ops.mmu.release_pud = xen_release_pud; in xen_post_allocator_init()
2374 pv_ops.mmu.make_pte = PV_CALLEE_SAVE(xen_make_pte); in xen_post_allocator_init()
2377 pv_ops.mmu.write_cr3 = &xen_write_cr3; in xen_post_allocator_init()
2465 pv_ops.mmu = xen_mmu_ops; in xen_init_mmu_ops()