Lines Matching refs:cache_bits
4675 uint64_t cache_bits, attr_bits; in mmu_radix_qenter() local
4694 cache_bits = pmap_cache_bits(m->md.mdpg_cache_attrs); in mmu_radix_qenter()
4695 pa = VM_PAGE_TO_PHYS(m) | cache_bits | attr_bits; in mmu_radix_qenter()
6002 pmap_pte_attr(pt_entry_t *pte, uint64_t cache_bits, uint64_t mask) in pmap_pte_attr() argument
6013 npte |= cache_bits; in pmap_pte_attr()
6127 uint64_t cache_bits; in mmu_radix_kenter_attr() local
6132 cache_bits = mmu_radix_calc_wimg(pa, ma); in mmu_radix_kenter_attr()
6133 pte_store(pte, pteval | cache_bits); in mmu_radix_kenter_attr()
6226 int cache_bits, error; in pmap_change_attr_locked() local
6241 cache_bits = pmap_cache_bits(mode); in pmap_change_attr_locked()
6258 if ((be64toh(*l2e) & RPTE_ATTR_MASK) == cache_bits) { in pmap_change_attr_locked()
6287 if ((be64toh(*l3e) & RPTE_ATTR_MASK) == cache_bits) { in pmap_change_attr_locked()
6320 if ((be64toh(*l2e) & RPTE_ATTR_MASK) != cache_bits) { in pmap_change_attr_locked()
6321 pmap_pte_attr(l2e, cache_bits, in pmap_change_attr_locked()
6350 if ((be64toh(*l3e) & RPTE_ATTR_MASK) != cache_bits) { in pmap_change_attr_locked()
6351 pmap_pte_attr(l3e, cache_bits, in pmap_change_attr_locked()
6378 if ((be64toh(*pte) & RPTE_ATTR_MASK) != cache_bits) { in pmap_change_attr_locked()
6379 pmap_pte_attr(pte, cache_bits, in pmap_change_attr_locked()