Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/pmap/
H A Dpmap_data.h336 pvh_test_type(pv_entry_t **pvh, vm_offset_t type) in pvh_test_type() function
682 assert(pvh_test_type(pvh, PVH_TYPE_PVEP)); in pve_add()
710 assert(pvh_test_type(pvh, PVH_TYPE_PVEP)); in pve_remove()
900 if (__improbable(!pvh_test_type(pvh, PVH_TYPE_PTDP))) { in ptep_get_ptd()
942 if (__improbable(!pvh_test_type(pvh, PVH_TYPE_PTDP))) { in tte_get_ptd()
H A Dpmap_data.c2089 assert(pvh_test_type(pvh, PVH_TYPE_PTEP)); in pepv_convert_ptep_to_pvep()
2210 first_cpu_mapping = pvh_test_type(pvh, PVH_TYPE_NULL); in pmap_enter_pv()
2232 if (pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_enter_pv()
2238 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_enter_pv()
2263 } else if (!pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_enter_pv()
2357 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_remove_pv()
2369 } else if (pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_remove_pv()
2462 if (!pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_remove_pv()
2477 if ((pvh_flags & PVH_FLAG_EXEC) && pvh_test_type(pvh, PVH_TYPE_NULL)) { in pmap_remove_pv()
/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c2757 return pvh_test_type(pvh, PVH_TYPE_NULL); in pmap_verify_free()
2802 if (pvh_test_type(pvh, PVH_TYPE_PTEP)) { in pmap_assert_free()
2804 } else if (pvh_test_type(pvh, PVH_TYPE_PVEP)) { in pmap_assert_free()
2817 } else if (pvh_test_type(pvh, PVH_TYPE_PTDP)) { in pmap_assert_free()
4210 if (!pvh_test_type(pai_to_pvh(pai), PVH_TYPE_PTEP)) {
4704 if (pvh_test_type(pv_h, PVH_TYPE_PTEP)) {
4706 } else if (pvh_test_type(pv_h, PVH_TYPE_PVEP)) {
4709 } else if (__improbable(!pvh_test_type(pv_h, PVH_TYPE_NULL))) {
6147 const bool allocation_required = !pvh_test_type(pv_h, PVH_TYPE_NULL) &&
6148 !(pvh_test_type(pv_h, PVH_TYPE_PTEP) && pvh_ptep(pv_h) == pte_p);
[all …]