Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dpte.h176 #define RPTE_EAA_P 0x0000000000000008ULL /* Supervisor only */ macro
/freebsd/sys/powerpc/aim/
H A Dmmu_radix.c924 RPTE_EAA_W | RPTE_EAA_P | PG_M | PG_A); in mmu_radix_kenter()
2870 newpte |= RPTE_EAA_P; in mmu_radix_enter()
3185 newpde |= RPTE_EAA_P; in pmap_enter_2mpage()
4675 attr_bits = RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_P | PG_M | PG_A; in mmu_radix_qenter()
6123 pteval = pa | RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_P | PG_M | PG_A; in mmu_radix_kenter_attr()
6462 newl3 = (pml3_entry_t)(pa | RPTE_EAA_P | RPTE_EAA_R | RPTE_EAA_W); in mmu_radix_page_array_startup()