Lines Matching refs:mmu_t
190 static int moea64_pte_insert_native(mmu_t, struct pvo_entry *);
191 static int64_t moea64_pte_synch_native(mmu_t, struct pvo_entry *);
192 static int64_t moea64_pte_clear_native(mmu_t, struct pvo_entry *, uint64_t);
193 static int64_t moea64_pte_replace_native(mmu_t, struct pvo_entry *, int);
194 static int64_t moea64_pte_unset_native(mmu_t mmu, struct pvo_entry *);
199 static void moea64_bootstrap_native(mmu_t mmup,
201 static void moea64_cpu_bootstrap_native(mmu_t, int ap);
222 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()
362 moea64_cpu_bootstrap_native(mmu_t mmup, int ap) in moea64_cpu_bootstrap_native()
408 moea64_bootstrap_native(mmu_t mmup, vm_offset_t kernelstart, in moea64_bootstrap_native()
590 moea64_pte_insert_native(mmu_t mmu, struct pvo_entry *pvo) in moea64_pte_insert_native()