Searched refs:PHYS_MODIFIED (Results 1 – 3 of 3) sorted by relevance
502 phys_attribute_set(pn, PHYS_MODIFIED); in pmap_set_modify()512 phys_attribute_clear(pn, PHYS_MODIFIED, 0, NULL); in pmap_clear_modify()525 if (phys_attribute_test(pn, PHYS_MODIFIED)) { in pmap_is_modified()578 refmod = phys_attribute_test(pn, PHYS_MODIFIED | PHYS_REFERENCED); in pmap_get_refmod()580 if (refmod & PHYS_MODIFIED) { in pmap_get_refmod()596 x86Mask = (((mask & VM_MEM_MODIFIED)? PHYS_MODIFIED : 0) in pmap_clear_refmod_options()612 x86Mask = (((mask & VM_MEM_MODIFIED)? PHYS_MODIFIED : 0) in pmap_clear_refmod()644 refmod = pmap_phys_attributes[pa] & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_disconnect_options()646 if (refmod & PHYS_MODIFIED) { in pmap_disconnect_options()
851 pmap_phys_attributes[pai] |= PHYS_MODIFIED; in pmap_enter_options()1204 pmap_phys_attributes[pai] |= PHYS_MODIFIED; in pmap_enter_options()1473 *cpte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_remove_range_options()1476 …ept_refmod_to_physmap((*cpte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCE… in pmap_remove_range_options()1771 (pmap_phys_attributes[pai] & PHYS_MODIFIED)) { in pmap_page_protect_options()1831 *pte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()1834 …ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()1840 PHYS_MODIFIED)) { in pmap_page_protect_options()1952 *pte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()1955 …ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()[all …]
441 #define PHYS_MODIFIED INTEL_PTE_MOD /* page modified */ macro764 pmap_phys_attributes[ppn_to_pai(ppn)] |= (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_classify_pagetable_corruption()906 pmap_phys_attributes[ppn_to_pai(*ppnp)] |= (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_pv_remove()984 pmap_phys_attributes[ppn_to_pai(*ppnp)] |= (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_pv_remove()