Home
last modified time | relevance | path

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

/xnu-8020.121.3/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.121.3/osfmk/arm/
H A Dpmap.c7524 phys_attribute_test( function
7565 return phys_attribute_test(pn, PP_ATTR_MODIFIED);
7600 return phys_attribute_test(pn, PP_ATTR_REFERENCED);
7612 return ((phys_attribute_test(pn, PP_ATTR_MODIFIED)) ? VM_MEM_MODIFIED : 0)
7613 | ((phys_attribute_test(pn, PP_ATTR_REFERENCED)) ? VM_MEM_REFERENCED : 0);
7771 result = (phys_attribute_test(pn, PP_ATTR_NOENCRYPT));
7815 return phys_attribute_test(pn, PP_ATTR_MONITOR);