Lines Matching refs:pv_mmu_ops
1970 pv_mmu_ops.write_cr3 = &xen_write_cr3; in xen_write_cr3_init()
2078 pv_mmu_ops.set_pte = xen_set_pte; in xen_post_allocator_init()
2079 pv_mmu_ops.set_pmd = xen_set_pmd; in xen_post_allocator_init()
2080 pv_mmu_ops.set_pud = xen_set_pud; in xen_post_allocator_init()
2082 pv_mmu_ops.set_pgd = xen_set_pgd; in xen_post_allocator_init()
2087 pv_mmu_ops.alloc_pte = xen_alloc_pte; in xen_post_allocator_init()
2088 pv_mmu_ops.alloc_pmd = xen_alloc_pmd; in xen_post_allocator_init()
2089 pv_mmu_ops.release_pte = xen_release_pte; in xen_post_allocator_init()
2090 pv_mmu_ops.release_pmd = xen_release_pmd; in xen_post_allocator_init()
2092 pv_mmu_ops.alloc_pud = xen_alloc_pud; in xen_post_allocator_init()
2093 pv_mmu_ops.release_pud = xen_release_pud; in xen_post_allocator_init()
2097 pv_mmu_ops.write_cr3 = &xen_write_cr3; in xen_post_allocator_init()
2111 static const struct pv_mmu_ops xen_mmu_ops __initconst = {
2188 pv_mmu_ops.flush_tlb_others = xen_flush_tlb_others; in xen_init_mmu_ops()
2191 pv_mmu_ops = xen_mmu_ops; in xen_init_mmu_ops()
2464 pv_mmu_ops.exit_mmap = xen_hvm_exit_mmap; in xen_hvm_init_mmu_ops()