Home
last modified time | relevance | path

Searched defs:mmu (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/powerpc/aim/
HDmmu_oea64.c485 moea64_add_ofw_mappings(mmu_t mmup, phandle_t mmu, size_t sz) in moea64_add_ofw_mappings()
847 phandle_t mmu; in moea64_late_bootstrap() local
1011 moea64_activate(mmu_t mmu, struct thread *td) in moea64_activate()
1029 moea64_deactivate(mmu_t mmu, struct thread *td) in moea64_deactivate()
1045 moea64_unwire(mmu_t mmu, pmap_t pm, vm_offset_t sva, vm_offset_t eva) in moea64_unwire()
1099 moea64_copy_page(mmu_t mmu, vm_page_t msrc, vm_page_t mdst) in moea64_copy_page()
1123 moea64_copy_pages_dmap(mmu_t mmu, vm_page_t *ma, vm_offset_t a_offset, in moea64_copy_pages_dmap()
1147 moea64_copy_pages_nodmap(mmu_t mmu, vm_page_t *ma, vm_offset_t a_offset, in moea64_copy_pages_nodmap()
1175 moea64_copy_pages(mmu_t mmu, vm_page_t *ma, vm_offset_t a_offset, in moea64_copy_pages()
1189 moea64_zero_page_area(mmu_t mmu, vm_page_t m, int off, int size) in moea64_zero_page_area()
[all …]
HDmmu_oea.c656 phandle_t chosen, mmu; in moea_bootstrap() local
980 moea_activate(mmu_t mmu, struct thread *td) in moea_activate()
998 moea_deactivate(mmu_t mmu, struct thread *td) in moea_deactivate()
1008 moea_unwire(mmu_t mmu, pmap_t pm, vm_offset_t sva, vm_offset_t eva) in moea_unwire()
1026 moea_copy_page(mmu_t mmu, vm_page_t msrc, vm_page_t mdst) in moea_copy_page()
1038 moea_copy_pages(mmu_t mmu, vm_page_t *ma, vm_offset_t a_offset, in moea_copy_pages()
1065 moea_zero_page(mmu_t mmu, vm_page_t m) in moea_zero_page()
1074 moea_zero_page_area(mmu_t mmu, vm_page_t m, int off, int size) in moea_zero_page_area()
1083 moea_zero_page_idle(mmu_t mmu, vm_page_t m) in moea_zero_page_idle()
1090 moea_quick_enter_page(mmu_t mmu, vm_page_t m) in moea_quick_enter_page()
[all …]
HDmoea64_native.c222 moea64_pte_synch_native(mmu_t mmu, struct pvo_entry *pvo) in moea64_pte_synch_native()
249 moea64_pte_clear_native(mmu_t mmu, struct pvo_entry *pvo, uint64_t ptebit) in moea64_pte_clear_native()
295 moea64_pte_unset_native(mmu_t mmu, struct pvo_entry *pvo) in moea64_pte_unset_native()
333 moea64_pte_replace_native(mmu_t mmu, struct pvo_entry *pvo, int flags) in moea64_pte_replace_native()
590 moea64_pte_insert_native(mmu_t mmu, struct pvo_entry *pvo) in moea64_pte_insert_native()
/NextBSD/sys/powerpc/booke/
HDpmap.c584 ptbl_alloc(mmu_t mmu, pmap_t pmap, unsigned int pdir_idx, boolean_t nosleep) in ptbl_alloc()
644 ptbl_free(mmu_t mmu, pmap_t pmap, unsigned int pdir_idx) in ptbl_free()
695 ptbl_unhold(mmu_t mmu, pmap_t pmap, unsigned int pdir_idx) in ptbl_unhold()
744 ptbl_hold(mmu_t mmu, pmap_t pmap, unsigned int pdir_idx) in ptbl_hold()
856 pte_remove(mmu_t mmu, pmap_t pmap, vm_offset_t va, uint8_t flags) in pte_remove()
918 pte_enter(mmu_t mmu, pmap_t pmap, vm_page_t m, vm_offset_t va, uint32_t flags, in pte_enter()
991 pte_vatopa(mmu_t mmu, pmap_t pmap, vm_offset_t va) in pte_vatopa()
1004 pte_find(mmu_t mmu, pmap_t pmap, vm_offset_t va) in pte_find()
1025 mmu_booke_bootstrap(mmu_t mmu, vm_offset_t start, vm_offset_t kernelend) in mmu_booke_bootstrap()
1394 mmu_booke_extract(mmu_t mmu, pmap_t pmap, vm_offset_t va) in mmu_booke_extract()
[all …]
/NextBSD/sys/powerpc/ps3/
HDmmu_ps3.c179 mps3_pte_synch(mmu_t mmu, struct pvo_entry *pvo) in mps3_pte_synch()
191 mps3_pte_clear(mmu_t mmu, struct pvo_entry *pvo, uint64_t ptebit) in mps3_pte_clear()
217 mps3_pte_unset(mmu_t mmu, struct pvo_entry *pvo) in mps3_pte_unset()
237 mps3_pte_insert(mmu_t mmu, struct pvo_entry *pvo) in mps3_pte_insert()
/NextBSD/sys/powerpc/pseries/
HDmmu_phyp.c244 mphyp_pte_synch(mmu_t mmu, struct pvo_entry *pvo) in mphyp_pte_synch()
263 mphyp_pte_clear(mmu_t mmu, struct pvo_entry *pvo, uint64_t ptebit) in mphyp_pte_clear()
317 mphyp_pte_unset(mmu_t mmu, struct pvo_entry *pvo) in mphyp_pte_unset()
378 mphyp_pte_insert(mmu_t mmu, struct pvo_entry *pvo) in mphyp_pte_insert()
/NextBSD/sys/boot/ofw/libofw/
HDopenfirm.c70 ihandle_t mmu; variable