Searched refs:PHYS_REFERENCED (Results 1 – 3 of 3) sorted by relevance
541 phys_attribute_clear(pn, PHYS_REFERENCED, 0, NULL); in pmap_clear_reference()547 phys_attribute_set(pn, PHYS_REFERENCED); in pmap_set_reference()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()583 if (refmod & PHYS_REFERENCED) { in pmap_get_refmod()597 | ((mask & VM_MEM_REFERENCED)? PHYS_REFERENCED : 0)); in pmap_clear_refmod_options()613 | ((mask & VM_MEM_REFERENCED)? PHYS_REFERENCED : 0)); in pmap_clear_refmod()644 refmod = pmap_phys_attributes[pa] & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_disconnect_options()649 if (refmod & PHYS_REFERENCED) { in pmap_disconnect_options()
904 pmap_phys_attributes[pai] |= PHYS_REFERENCED; in pmap_enter_options()1232 pmap_phys_attributes[pai] |= PHYS_REFERENCED; in pmap_enter_options()1473 *cpte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_remove_range_options()1476 …t_refmod_to_physmap((*cpte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_remove_range_options()1831 *pte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()1834 …pt_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()1952 *pte & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()1955 …pt_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED); in pmap_page_protect_options()2027 assert((bits & ~(PHYS_REFERENCED | PHYS_MODIFIED)) == 0); in phys_attribute_clear()2029 ept_bits_to_clear = (unsigned)physmap_refmod_to_ept(bits & (PHYS_MODIFIED | PHYS_REFERENCED)); in phys_attribute_clear()[all …]
442 #define PHYS_REFERENCED INTEL_PTE_REF /* page referenced */ 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()