Home
last modified time | relevance | path

Searched refs:pvh_test_type (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/osfmk/arm/pmap/
H A Dpmap_data.h333 pvh_test_type(pv_entry_t **pvh, vm_offset_t type) in pvh_test_type() function
727 assert(pvh_test_type(pvh, PVH_TYPE_PVEP)); in pve_add()
754 assert(pvh_test_type(pvh, PVH_TYPE_PVEP)); in pve_remove()
938 if (__improbable(!pvh_test_type(pvh, PVH_TYPE_PTDP))) { in ptep_get_ptd()
980 if (__improbable(!pvh_test_type(pvh, PVH_TYPE_PTDP))) { in tte_get_ptd()
H A Dpmap_data.c2214 assert(pvh_test_type(pvh, PVH_TYPE_PTEP)); in pepv_convert_ptep_to_pvep()
2346 first_cpu_mapping = pvh_test_type(pvh, PVH_TYPE_NULL); in pmap_enter_pv()
2363 if (pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_enter_pv()
2369 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_enter_pv()
2394 } else if (!pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_enter_pv()
2493 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_remove_pv()
2506 } else if (pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_remove_pv()
2606 if (!pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_remove_pv()
2621 if ((pvh_flags & PVH_FLAG_EXEC) && pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_remove_pv()
2625 if (__improbable((pvh_flags & PVH_FLAG_FLUSH_NEEDED) && pvh_test_type(pvh, PVH_TYPE_NULL))) { in pmap_remove_pv()
H A Dpmap.c2829 return pvh_test_type(pvh, PVH_TYPE_NULL); in pmap_verify_free()
2874 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_assert_free()
2876 } else if (pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_assert_free()
2889 } else if (pvh_test_type(pvh, PVH_TYPE_PTDP)) { in pmap_assert_free()
4274 if (!pvh_test_type(pai_to_pvh(pai), PVH_TYPE_PTEP)) {
4284 if (!pvh_test_type(pai_to_pvh(pai), PVH_TYPE_PTEP)) {
4782 if (pvh_test_type(pv_h, PVH_TYPE_PTEP)) {
4784 } else if (pvh_test_type(pv_h, PVH_TYPE_PVEP)) {
4787 } else if (__improbable(!pvh_test_type(pv_h, PVH_TYPE_NULL))) {
6223 const bool allocation_required = !pvh_test_type(pv_h, PVH_TYPE_NULL) &&
[all …]