Home
last modified time | relevance | path

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

/netbsd/sys/arch/powerpc/include/ibm4xx/
H A Dpmap.h102 #define TTE_EX TLB_EX macro
/netbsd/sys/arch/powerpc/ibm4xx/
H A Dpmap.c841 tte |= TTE_EX; in pmap_enter()
936 tte = TTE_PA(pa) | TTE_EX | TTE_ZONE(ZONE_PRIV); in pmap_kenter_pa()
1044 bic |= TTE_EX; in pmap_protect()