Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/osfmk/arm/
H A Dpmap.c7518 phys_attribute_test( function
7559 return phys_attribute_test(pn, PP_ATTR_MODIFIED);
7594 return phys_attribute_test(pn, PP_ATTR_REFERENCED);
7606 return ((phys_attribute_test(pn, PP_ATTR_MODIFIED)) ? VM_MEM_MODIFIED : 0)
7607 | ((phys_attribute_test(pn, PP_ATTR_REFERENCED)) ? VM_MEM_REFERENCED : 0);
7765 result = (phys_attribute_test(pn, PP_ATTR_NOENCRYPT));
7809 return phys_attribute_test(pn, PP_ATTR_MONITOR);