Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/i386/
H A Dpmap_common.c560 phys_attribute_clear(pn, PHYS_REFERENCED, 0, NULL); in pmap_clear_reference()
566 phys_attribute_set(pn, PHYS_REFERENCED); in pmap_set_reference()
579 if (phys_attribute_test(pn, PHYS_REFERENCED)) { in pmap_is_referenced()
597 refmod = phys_attribute_test(pn, PHYS_MODIFIED | PHYS_REFERENCED); in pmap_get_refmod()
602 if (refmod & PHYS_REFERENCED) { in pmap_get_refmod()
616 | ((mask & VM_MEM_REFERENCED)? PHYS_REFERENCED : 0)); in pmap_clear_refmod_options()
632 | ((mask & VM_MEM_REFERENCED)? PHYS_REFERENCED : 0)); in pmap_clear_refmod()
663 refmod = pmap_phys_attributes[pa] & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_disconnect_options()
668 if (refmod & PHYS_REFERENCED) { in pmap_disconnect_options()
H A Dpmap_x86_common.c925 pmap_phys_attributes[pai] |= PHYS_REFERENCED; in pmap_enter_options()
1253 pmap_phys_attributes[pai] |= PHYS_REFERENCED; in pmap_enter_options()
1494 *cpte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_remove_range_options()
1497 …t_refmod_to_physmap((*cpte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_remove_range_options()
1852 *pte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()
1855 …pt_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()
1973 *pte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()
1976 …pt_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()
2048 assert((bits & ~(PHYS_REFERENCED | PHYS_MODIFIED)) == 0); in phys_attribute_clear()
2050 ept_bits_to_clear = (unsigned)physmap_refmod_to_ept(bits & (PHYS_MODIFIED | PHYS_REFERENCED)); in phys_attribute_clear()
[all …]
H A Dpmap_internal.h442 #define PHYS_REFERENCED INTEL_PTE_REF /* page referenced */ 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()