Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmmu_radix.c845 *(u_long *)(ptep) = htobe64((u_long)((pte) | PG_V | RPTE_LEAF)); \
923 *pte = htobe64(pa | RPTE_VALID | RPTE_LEAF | RPTE_EAA_R | \ in mmu_radix_kenter()
944 if (be64toh(*l3e) & RPTE_LEAF) { in pmap_nofault_pte()
1458 if ((be64toh(*l3e) & RPTE_LEAF) != 0) in reclaim_pv_chunk()
1769 #define DMAP_PAGE_BITS (RPTE_VALID | RPTE_LEAF | RPTE_EAA_MASK | PG_M | PG_A)
2256 else if ((oldl3e & RPTE_LEAF) != 0) { in mmu_radix_advise()
2503 KASSERT((be64toh(*l3e) & RPTE_LEAF) == 0, ("pmap_clear_modify: found" in mmu_radix_clear_modify()
2574 if (srcptepaddr & RPTE_LEAF) { in mmu_radix_copy()
2853 newpte = (pt_entry_t)(pa | PG_A | PG_V | RPTE_LEAF); in mmu_radix_enter()
2889 rv = pmap_enter_l3e(pmap, va, newpte | RPTE_LEAF, flag in mmu_radix_enter()
[all...]
/freebsd/sys/powerpc/include/
H A Dpte.h155 #define RPTE_LEAF 0x4000000000000000ULL /* is a PTE: always 1 */ macro
182 #define RPDE_LEAF RPTE_LEAF /* is a PTE: always 0 */