Home
last modified time | relevance | path

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

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