Searched refs:attr_bits (Results 1 – 1 of 1) sorted by relevance
4674 uint64_t cache_bits, attr_bits; in mmu_radix_qenter() local4678 attr_bits = RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_P | PG_M | PG_A; in mmu_radix_qenter()4694 pa = VM_PAGE_TO_PHYS(m) | cache_bits | attr_bits; in mmu_radix_qenter()