Home
last modified time | relevance | path

Searched refs:phys_attribute_test (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/i386/
H A Dpmap_common.c525 if (phys_attribute_test(pn, PHYS_MODIFIED)) { in pmap_is_modified()
560 if (phys_attribute_test(pn, PHYS_REFERENCED)) { in pmap_is_referenced()
578 refmod = phys_attribute_test(pn, PHYS_MODIFIED | PHYS_REFERENCED); in pmap_get_refmod()
H A Dpmap_internal.h1082 int phys_attribute_test(
H A Dpmap_x86_common.c2195 phys_attribute_test( in phys_attribute_test() function
/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c7473 phys_attribute_test( function
7514 return phys_attribute_test(pn, PP_ATTR_MODIFIED);
7549 return phys_attribute_test(pn, PP_ATTR_REFERENCED);
7561 return ((phys_attribute_test(pn, PP_ATTR_MODIFIED)) ? VM_MEM_MODIFIED : 0)
7562 | ((phys_attribute_test(pn, PP_ATTR_REFERENCED)) ? VM_MEM_REFERENCED : 0);
7720 result = (phys_attribute_test(pn, PP_ATTR_NOENCRYPT));
7764 return phys_attribute_test(pn, PP_ATTR_MONITOR);