Searched refs:SLBE_VALID (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/sys/powerpc/include/
H A Dslb.h60 #define SLBE_VALID 0x0000000008000000UL /* SLB entry valid */ macro
70 SLBE_VALID | USER_SLB_SLOT)
/freebsd-10.2-release/sys/boot/powerpc/ps3/
H A Dps3mmu.c112 "r"((0 << SLBV_VSID_SHIFT) | SLBV_L), "r"(0 | SLBE_VALID),
114 "r"((1 << SLBE_ESID_SHIFT) | SLBE_VALID | 1));
/freebsd-10.2-release/sys/powerpc/aim/
H A Dslb.c133 child->u.slb_entries[idx].slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID;
241 return ((ua->u.slb_entries[idx].slbe & SLBE_VALID) ?
305 | SLBE_VALID;
429 if (!(slbcache[i].slbe & SLBE_VALID))
H A Dtrap.c551 slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID;
564 if (!(slbcache[i].slbe & SLBE_VALID))
H A Dmoea64_native.c344 if (!(slb[i].slbe & SLBE_VALID))
H A Dmmu_oea64.c579 slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID;
/freebsd-10.2-release/sys/powerpc/ps3/
H A Dmmu_ps3.c146 if (!(slb[i].slbe & SLBE_VALID))
/freebsd-10.2-release/sys/powerpc/pseries/
H A Dmmu_phyp.c195 if (!(slb[i].slbe & SLBE_VALID))

Completed in 124 milliseconds