Home
last modified time | relevance | path

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

/src/sys/powerpc/aim/
H A Dmmu_radix.c4674 uint64_t cache_bits, attr_bits; in mmu_radix_qenter() local
4678 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()