Searched refs:pvh_test_type (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/osfmk/arm/pmap/ |
| H A D | pmap_data.h | 336 pvh_test_type(pv_entry_t **pvh, vm_offset_t type) in pvh_test_type() function 726 assert(pvh_test_type(pvh, PVH_TYPE_PVEP)); in pve_add() 754 assert(pvh_test_type(pvh, PVH_TYPE_PVEP)); in pve_remove() 944 if (__improbable(!pvh_test_type(pvh, PVH_TYPE_PTDP))) { in ptep_get_ptd() 986 if (__improbable(!pvh_test_type(pvh, PVH_TYPE_PTDP))) { in tte_get_ptd()
|
| H A D | pmap_data.c | 2103 assert(pvh_test_type(pvh, PVH_TYPE_PTEP)); in pepv_convert_ptep_to_pvep() 2234 first_cpu_mapping = pvh_test_type(pvh, PVH_TYPE_NULL); in pmap_enter_pv() 2251 if (pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_enter_pv() 2257 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_enter_pv() 2282 } else if (!pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_enter_pv() 2380 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_remove_pv() 2393 } else if (pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_remove_pv() 2493 if (!pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_remove_pv() 2508 if ((pvh_flags & PVH_FLAG_EXEC) && pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_remove_pv()
|
| /xnu-8020.121.3/osfmk/arm/ |
| H A D | pmap.c | 2781 return pvh_test_type(pvh, PVH_TYPE_NULL); in pmap_verify_free() 2826 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_assert_free() 2828 } else if (pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_assert_free() 2841 } else if (pvh_test_type(pvh, PVH_TYPE_PTDP)) { in pmap_assert_free() 4259 if (!pvh_test_type(pai_to_pvh(pai), PVH_TYPE_PTEP)) { 4269 if (!pvh_test_type(pai_to_pvh(pai), PVH_TYPE_PTEP)) { 4771 if (pvh_test_type(pv_h, PVH_TYPE_PTEP)) { 4773 } else if (pvh_test_type(pv_h, PVH_TYPE_PVEP)) { 4776 } else if (__improbable(!pvh_test_type(pv_h, PVH_TYPE_NULL))) { 6197 const bool allocation_required = !pvh_test_type(pv_h, PVH_TYPE_NULL) && [all …]
|