Searched refs:pai (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/osfmk/i386/
H A Dpmap_common.c73 int pai; local
85 pai = ppn_to_pai(pn);
87 if (!IS_MANAGED_PAGE(pai)) {
96 LOCK_PVH(pai);
100 current = pmap_phys_attributes[pai] & PHYS_CACHEABILITY_MASK;
101 pmap_phys_attributes[pai] &= ~PHYS_CACHEABILITY_MASK;
102 pmap_phys_attributes[pai] |= template;
104 UNLOCK_PVH(pai);
137 int pai; local
139 pai
154 int pai; local
171 int pai; local
361 int pai; local
[all...]
H A Dpmap_x86_common.c444 ppnum_t pai; local
547 pai = pa_index(old_pa);
562 if ((0 != old_pa) && IS_MANAGED_PAGE(pai)) {
563 LOCK_PVH(pai);
567 UNLOCK_PVH(pai); /* another path beat us to it */
638 UNLOCK_PVH(pai);
675 if (IS_MANAGED_PAGE(pai)) {
682 if (IS_REUSABLE_PAGE(pai)) {
685 } else if (IS_INTERNAL_PAGE(pai)) {
699 pmap_phys_attributes[pai] |
960 ppnum_t pai; local
1273 int pai; local
1492 int pai; local
1581 int pai; local
1814 ppnum_t pai; local
[all...]
H A Dpmap_internal.h364 #define pai_to_pvh(pai) (&pv_head_table[pai])
365 #define lock_pvh_pai(pai) bit_lock(pai, (void *)pv_lock_table)
366 #define unlock_pvh_pai(pai) bit_unlock(pai, (void *)pv_lock_table)
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c1123 int pai; local
1134 pai = ppn_to_pai(pn);
1135 if (!IS_MANAGED_PAGE(pai))

Completed in 27 milliseconds