Searched refs:USER_SLB_SLOT (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/powerpc/aim/
H A Dslb.c430 if (slbcache[USER_SLB_SLOT].slbe == 0) {
432 if (i == USER_SLB_SLOT)
439 slbcache[USER_SLB_SLOT].slbe = 1;
443 if (i == USER_SLB_SLOT)
447 KASSERT(i != USER_SLB_SLOT,
H A Dtrap_subr64.S92 1: cmpdi %r29, USER_SLB_SLOT /* Skip the user slot */
/freebsd-11-stable/sys/powerpc/include/
H A Dslb.h71 #define USER_SLB_SLOT 0 macro
73 SLBE_VALID | USER_SLB_SLOT)
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dgenassym.c112 ASSYM(USER_SLB_SLOT, USER_SLB_SLOT);
H A Dtrap.c625 if (slbcache[USER_SLB_SLOT].slbe == 0) {
627 if (i == USER_SLB_SLOT)
634 slbcache[USER_SLB_SLOT].slbe = 1;
639 if (i == USER_SLB_SLOT)

Completed in 104 milliseconds