Home
last modified time | relevance | path

Searched refs:pvo_flags (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/powerpc/aim/
HDmmu_oea64.c1240 u_int pvo_flags; in moea64_enter() local
1247 pvo_flags = 0; in moea64_enter()
1252 pvo_flags = PVO_MANAGED; in moea64_enter()
1260 pvo_flags &= ~PVO_MANAGED; in moea64_enter()
1279 pvo_flags |= PVO_WIRED; in moea64_enter()
1285 VM_PAGE_TO_PHYS(m), pte_lo, pvo_flags, psind); in moea64_enter()
HDmmu_oea.c1139 u_int pte_lo, pvo_flags; in moea_enter_locked() local
1145 pvo_flags = 0; in moea_enter_locked()
1151 pvo_flags = PVO_MANAGED; in moea_enter_locked()
1161 pvo_flags &= ~PVO_MANAGED; in moea_enter_locked()
1177 pvo_flags |= PVO_WIRED; in moea_enter_locked()
1180 pte_lo, pvo_flags); in moea_enter_locked()