Searched refs:phys_attribute_test (Results 1 – 4 of 4) sorted by relevance
525 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()
1070 int phys_attribute_test(
2214 phys_attribute_test( in phys_attribute_test() function
7524 phys_attribute_test( function7565 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);