Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/arm/pmap/
H A Dpmap_data.h1197 #define PP_ATTR_MONITOR 0x4000 macro
1211 #define PP_ATTR_PPL_OWNED_BITS (PP_ATTR_MONITOR | PP_ATTR_NO_MONITOR)
1358 ppattr_pa_set_bits(pa, PP_ATTR_MONITOR); in ppattr_pa_set_monitor()
1370 ppattr_pa_clear_bits(pa, PP_ATTR_MONITOR); in ppattr_pa_clear_monitor()
1385 return ppattr_pa_test_bits(pa, PP_ATTR_MONITOR); in ppattr_pa_test_monitor()
H A Dpmap.c1917 if ((wimg_bits & PP_ATTR_MONITOR) && !pmap_ppl_disable) { in pmap_construct_io_pte()
4191 if (__improbable((cacheattr & PP_ATTR_MONITOR) &&
6430 if (__improbable((wimg_bits & PP_ATTR_MONITOR) &&
7694 return phys_attribute_test(pn, PP_ATTR_MONITOR);
8421 if (pmap_cache_attributes((ppnum_t)atop(pa)) & PP_ATTR_MONITOR) {
8665 if (__improbable((cacheattr & PP_ATTR_MONITOR) && (prot != VM_PROT_READ) && !pmap_ppl_disable)) {
8806 if (pp_attr_table[pai] & PP_ATTR_MONITOR) {
8838 (pp_attr_table[pai] & PP_ATTR_MONITOR)) {
8868 (pp_attr_table[pai] & PP_ATTR_MONITOR) &&
11749 if (attr & PP_ATTR_MONITOR) {
[all …]
H A Dpmap_data.c1134 } while (!OSCompareAndSwap16(attr, attr | PP_ATTR_MONITOR, &pp_attr_table[pai])); in pmap_mark_page_as_ppl_page_internal()