Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/arm/pmap/
H A Dpmap_data.h325 pvh_test_type(pv_entry_t **pvh, vm_offset_t type) in pvh_test_type() function
719 assert(pvh_test_type(pvh, PVH_TYPE_PVEP)); in pve_add()
746 assert(pvh_test_type(pvh, PVH_TYPE_PVEP)); in pve_remove()
930 if (__improbable(!pvh_test_type(pvh, PVH_TYPE_PTDP))) { in ptep_get_ptd()
972 if (__improbable(!pvh_test_type(pvh, PVH_TYPE_PTDP))) { in tte_get_ptd()
H A Dpmap_data.c2177 assert(pvh_test_type(pvh, PVH_TYPE_PTEP)); in pepv_convert_ptep_to_pvep()
2309 first_cpu_mapping = pvh_test_type(pvh, PVH_TYPE_NULL); in pmap_enter_pv()
2326 if (pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_enter_pv()
2332 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_enter_pv()
2357 } else if (!pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_enter_pv()
2456 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_remove_pv()
2469 } else if (pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_remove_pv()
2569 if (!pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_remove_pv()
2584 if ((pvh_flags & PVH_FLAG_EXEC) && pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_remove_pv()
H A Dpmap.c2698 return pvh_test_type(pvh, PVH_TYPE_NULL); in pmap_verify_free()
2743 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_assert_free()
2745 } else if (pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_assert_free()
2758 } else if (pvh_test_type(pvh, PVH_TYPE_PTDP)) { in pmap_assert_free()
4118 if (!pvh_test_type(pai_to_pvh(pai), PVH_TYPE_PTEP)) {
4128 if (!pvh_test_type(pai_to_pvh(pai), PVH_TYPE_PTEP)) {
4618 if (pvh_test_type(pv_h, PVH_TYPE_PTEP)) {
4620 } else if (pvh_test_type(pv_h, PVH_TYPE_PVEP)) {
4623 } else if (__improbable(!pvh_test_type(pv_h, PVH_TYPE_NULL))) {
6029 const bool allocation_required = !pvh_test_type(pv_h, PVH_TYPE_NULL) &&
[all …]