Searched refs:PVH_TYPE_PVEP (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/osfmk/arm/pmap/ |
| H A D | pmap_data.h | 154 #define PVH_TYPE_PVEP 0x1UL macro 727 assert(pvh_test_type(pvh, PVH_TYPE_PVEP)); in pve_add() 730 pvh_update_head(pvh, pvep, PVH_TYPE_PVEP); in pve_add() 754 assert(pvh_test_type(pvh, PVH_TYPE_PVEP)); in pve_remove() 765 pvh_update_head(pvh, pve_next(pvep), PVH_TYPE_PVEP); in pve_remove()
|
| H A D | pmap_data.c | 2248 pvh_update_head(pvh, pvep, PVH_TYPE_PVEP); in pepv_convert_ptep_to_pvep() 2394 } else if (!pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_enter_pv() 2506 } else if (pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_remove_pv()
|
| H A D | pmap.c | 2876 } else if (pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_assert_free() 4784 } else if (pvh_test_type(pv_h, PVH_TYPE_PVEP)) { 5157 pvh_update_head(pv_h, new_pve_p, PVH_TYPE_PVEP); 7842 } else if (pvh_test_type(pv_h, PVH_TYPE_PVEP)) { 8191 } else if (pvh_test_type(pv_h, PVH_TYPE_PVEP)) { 10507 } else if (pvh_test_type(pv_h, PVH_TYPE_PVEP)) { 10986 } else if (pvh_test_type(pv_h, PVH_TYPE_PVEP)) { 12589 if (pvh_test_type(pv_h, PVH_TYPE_PVEP)) {
|