Lines Matching refs:pv_mmu_ops
1938 pv_mmu_ops.write_cr3 = &xen_write_cr3; in xen_write_cr3_init()
2046 pv_mmu_ops.set_pte = xen_set_pte; in xen_post_allocator_init()
2047 pv_mmu_ops.set_pmd = xen_set_pmd; in xen_post_allocator_init()
2048 pv_mmu_ops.set_pud = xen_set_pud; in xen_post_allocator_init()
2050 pv_mmu_ops.set_pgd = xen_set_pgd; in xen_post_allocator_init()
2055 pv_mmu_ops.alloc_pte = xen_alloc_pte; in xen_post_allocator_init()
2056 pv_mmu_ops.alloc_pmd = xen_alloc_pmd; in xen_post_allocator_init()
2057 pv_mmu_ops.release_pte = xen_release_pte; in xen_post_allocator_init()
2058 pv_mmu_ops.release_pmd = xen_release_pmd; in xen_post_allocator_init()
2060 pv_mmu_ops.alloc_pud = xen_alloc_pud; in xen_post_allocator_init()
2061 pv_mmu_ops.release_pud = xen_release_pud; in xen_post_allocator_init()
2065 pv_mmu_ops.write_cr3 = &xen_write_cr3; in xen_post_allocator_init()
2079 static const struct pv_mmu_ops xen_mmu_ops __initconst = {
2156 pv_mmu_ops.flush_tlb_others = xen_flush_tlb_others; in xen_init_mmu_ops()
2159 pv_mmu_ops = xen_mmu_ops; in xen_init_mmu_ops()
2432 pv_mmu_ops.exit_mmap = xen_hvm_exit_mmap; in xen_hvm_init_mmu_ops()