Lines Matching refs:pv_mmu_ops
2240 pv_mmu_ops.write_cr3 = &xen_write_cr3; in xen_write_cr3_init()
2393 pv_mmu_ops.set_pte = xen_set_pte; in xen_post_allocator_init()
2394 pv_mmu_ops.set_pmd = xen_set_pmd; in xen_post_allocator_init()
2395 pv_mmu_ops.set_pud = xen_set_pud; in xen_post_allocator_init()
2397 pv_mmu_ops.set_pgd = xen_set_pgd; in xen_post_allocator_init()
2402 pv_mmu_ops.alloc_pte = xen_alloc_pte; in xen_post_allocator_init()
2403 pv_mmu_ops.alloc_pmd = xen_alloc_pmd; in xen_post_allocator_init()
2404 pv_mmu_ops.release_pte = xen_release_pte; in xen_post_allocator_init()
2405 pv_mmu_ops.release_pmd = xen_release_pmd; in xen_post_allocator_init()
2407 pv_mmu_ops.alloc_pud = xen_alloc_pud; in xen_post_allocator_init()
2408 pv_mmu_ops.release_pud = xen_release_pud; in xen_post_allocator_init()
2412 pv_mmu_ops.write_cr3 = &xen_write_cr3; in xen_post_allocator_init()
2426 static const struct pv_mmu_ops xen_mmu_ops __initconst = {
2501 pv_mmu_ops = xen_mmu_ops; in xen_init_mmu_ops()
2774 pv_mmu_ops.exit_mmap = xen_hvm_exit_mmap; in xen_hvm_init_mmu_ops()