Home
last modified time | relevance | path

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

/freebsd-13.1/sys/powerpc/aim/
H A Dmmu_radix.c4587 uint64_t cache_bits, attr_bits; in mmu_radix_qenter() local
4591 attr_bits = RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_P | PG_M | PG_A; in mmu_radix_qenter()
4607 pa = VM_PAGE_TO_PHYS(m) | cache_bits | attr_bits; in mmu_radix_qenter()