Home
last modified time | relevance | path

Searched refs:PVH_TYPE_PTDP (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/osfmk/arm/pmap/
H A Dpmap_data.h156 #define PVH_TYPE_PTDP 0x3UL macro
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.c2787 } else if (pvh_test_type(pvh, PVH_TYPE_PTDP)) { in pmap_assert_free()
3540 pvh_update_head_unlocked(pai_to_pvh(pa_index(pa)), ptdp, PVH_TYPE_PTDP); in pmap_tt_allocate()
6706 pvh_update_head_unlocked(pvh, ptdp, PVH_TYPE_PTDP);
6712 } else if (pvh_test_type(pvh, PVH_TYPE_PTDP)) {