Home
last modified time | relevance | path

Searched defs:pvo (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/powerpc/aim/
HDmmu_oea.c1020 struct pvo_entry key, *pvo; in moea_unwire() local
1245 struct pvo_entry *pvo; in moea_extract() local
1266 struct pvo_entry *pvo; in moea_extract_and_hold() local
1339 struct pvo_entry *pvo; in moea_is_prefaultable() local
1377 struct pvo_entry *pvo; in moea_remove_write() local
1453 struct pvo_entry *pvo; in moea_page_set_memattr() local
1529 struct pvo_entry *pvo; in moea_kextract() local
1591 struct pvo_entry *pvo; in moea_page_exists_quick() local
1618 struct pvo_entry *pvo; in moea_page_wired_mappings() local
1716 struct pvo_entry *pvo, *tpvo, key; in moea_protect() local
[all …]
HDmmu_oea64.c1030 struct pvo_entry key, *pvo; in moea64_unwire() local
1387 struct pvo_entry *pvo; in moea64_extract() local
1409 struct pvo_entry *pvo; in moea64_extract_and_hold() local
1540 struct pvo_entry *pvo; in moea64_is_prefaultable() local
1576 struct pvo_entry *pvo; in moea64_remove_write() local
1646 struct pvo_entry *pvo; in moea64_page_set_memattr() local
1715 struct pvo_entry *pvo; in moea64_kextract() local
1778 struct pvo_entry *pvo; in moea64_page_exists_quick() local
1805 struct pvo_entry *pvo; in moea64_page_wired_mappings() local
1925 moea64_pvo_protect(mmu_t mmu, pmap_t pm, struct pvo_entry *pvo, vm_prot_t prot) in moea64_pvo_protect()
[all …]
HDmoea64_native.c450 moea64_pvo_to_pte_native(mmu_t mmu, const struct pvo_entry *pvo) in moea64_pvo_to_pte_native()
545 struct pvo_entry *pvo; in moea64_pte_insert_native() local
/trueos/sys/powerpc/include/
HDpmap.h118 #define PVO_VADDR(pvo) ((pvo)->pvo_vaddr & ~ADDR_POFF) argument
119 #define PVO_PTEGIDX_GET(pvo) ((pvo)->pvo_vaddr & PVO_PTEGIDX_MASK) argument
120 #define PVO_PTEGIDX_ISSET(pvo) ((pvo)->pvo_vaddr & PVO_PTEGIDX_VALID) argument
121 #define PVO_PTEGIDX_CLR(pvo) \ argument
123 #define PVO_PTEGIDX_SET(pvo, i) \ argument
125 #define PVO_VSID(pvo) ((pvo)->pvo_vpn >> 16) argument
/trueos/sys/powerpc/ps3/
HDmmu_ps3.c210 struct pvo_entry *pvo; in mps3_pte_insert() local
288 mps3_pvo_to_pte(mmu_t mmu, const struct pvo_entry *pvo) in mps3_pvo_to_pte()
/trueos/sys/powerpc/pseries/
HDmmu_phyp.c303 struct pvo_entry *pvo; in mphyp_pte_insert() local
410 mphyp_pvo_to_pte(mmu_t mmu, const struct pvo_entry *pvo) in mphyp_pvo_to_pte()