Searched refs:pve_get_altacct (Results 1 – 3 of 3) sorted by relevance
574 pve_get_altacct(pv_entry_t *pvep, unsigned idx) in pve_get_altacct() function1572 return (pvep == PV_ENTRY_NULL) ? ppattr_is_altacct(pai) : pve_get_altacct(pvep, idx); in ppattr_pve_is_altacct()
2227 assert(!pve_get_altacct(pvep, 0)); in pepv_convert_ptep_to_pvep()2519 is_altacct = pve_get_altacct(pvep, pve_pte_idx); in pmap_remove_pv()2569 if (pve_get_altacct(pvep, other_pte_idx)) { in pmap_remove_pv()2592 if (pve_get_altacct(pvep, other_pte_idx)) { in pmap_remove_pv()
4812 assert((pve_p == PV_ENTRY_NULL) || !pve_get_altacct(pve_p, pve_ptep_idx));