Home
last modified time | relevance | path

Searched refs:PHYS_MODIFIED (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/osfmk/i386/
H A Dpmap_common.c521 phys_attribute_set(pn, PHYS_MODIFIED); in pmap_set_modify()
531 phys_attribute_clear(pn, PHYS_MODIFIED, 0, NULL); in pmap_clear_modify()
544 if (phys_attribute_test(pn, PHYS_MODIFIED)) { in pmap_is_modified()
597 refmod = phys_attribute_test(pn, PHYS_MODIFIED | PHYS_REFERENCED); in pmap_get_refmod()
599 if (refmod & PHYS_MODIFIED) { in pmap_get_refmod()
615 x86Mask = (((mask & VM_MEM_MODIFIED)? PHYS_MODIFIED : 0) in pmap_clear_refmod_options()
631 x86Mask = (((mask & VM_MEM_MODIFIED)? PHYS_MODIFIED : 0) in pmap_clear_refmod()
663 refmod = pmap_phys_attributes[pa] & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_disconnect_options()
665 if (refmod & PHYS_MODIFIED) { in pmap_disconnect_options()
H A Dpmap_x86_common.c855 pmap_phys_attributes[pai] |= PHYS_MODIFIED; in pmap_enter_options()
1208 pmap_phys_attributes[pai] |= PHYS_MODIFIED; in pmap_enter_options()
1477 *cpte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_remove_range_options()
1480 …ept_refmod_to_physmap((*cpte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCE… in pmap_remove_range_options()
1775 (pmap_phys_attributes[pai] & PHYS_MODIFIED)) { in pmap_page_protect_options()
1835 *pte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()
1838 …ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()
1844 PHYS_MODIFIED)) { in pmap_page_protect_options()
1956 *pte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()
1959 …ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()
[all …]
H A Dpmap_internal.h441 #define PHYS_MODIFIED INTEL_PTE_MOD /* page modified */ macro
764 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()