Home
last modified time | relevance | path

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

/xnu-8020.140.41/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.h1070 int phys_attribute_test(
H A Dpmap_x86_common.c2214 phys_attribute_test( in phys_attribute_test() function
/xnu-8020.140.41/osfmk/arm/
H A Dpmap.c7525 phys_attribute_test( function
7566 return phys_attribute_test(pn, PP_ATTR_MODIFIED);
7601 return phys_attribute_test(pn, PP_ATTR_REFERENCED);
7613 return ((phys_attribute_test(pn, PP_ATTR_MODIFIED)) ? VM_MEM_MODIFIED : 0)
7614 | ((phys_attribute_test(pn, PP_ATTR_REFERENCED)) ? VM_MEM_REFERENCED : 0);
7772 result = (phys_attribute_test(pn, PP_ATTR_NOENCRYPT));
7816 return phys_attribute_test(pn, PP_ATTR_MONITOR);