Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dslb.h60 #define SLBE_VALID 0x0000000008000000UL /* SLB entry valid */ macro
81 SLBE_VALID | USER_SLB_SLOT)
/freebsd/sys/powerpc/aim/
H A Dslb.c134 child->u.slb_entries[idx].slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID; in make_new_leaf()
248 return ((ua->u.slb_entries[idx].slbe & SLBE_VALID) ? in user_va_to_slb_entry()
318 | SLBE_VALID; in allocate_user_vsid()
443 if (!(slbcache[i].slbe & SLBE_VALID)) in slb_insert_kernel()
557 slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID; in handle_kernel_slb_spill()
570 if (!(slbcache[i].slbe & SLBE_VALID)) in handle_kernel_slb_spill()
H A Dmoea64_native.c531 if (!(slb[i].slbe & SLBE_VALID)) in moea64_cpu_bootstrap_native()
H A Dmmu_oea64.c790 slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID; in moea64_bootstrap_slb_prefault()
/freebsd/lib/libkvm/
H A Dkvm_minidump_powerpc64_hpt.c78 #define SLBE_VALID 0x0000000008000000ULL /* SLB entry valid */ macro
179 slb->slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID | i; in slb_fill()
286 if ((slb->slbe & SLBE_VALID) == 0) in slb_search()
545 if ((slb->slbe & SLBE_VALID) && in slb_vsid_search()
/freebsd/sys/powerpc/ps3/
H A Dmmu_ps3.c149 if (!(slb[i].slbe & SLBE_VALID)) in mps3_cpu_bootstrap()
/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c287 if (!(slb[i].slbe & SLBE_VALID)) in mphyp_cpu_bootstrap()