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

/freebsd-10.2-release/sys/powerpc/include/
H A Dslb.h68 #define USER_SLB_SLOT 0 macro
70 SLBE_VALID | USER_SLB_SLOT)
/freebsd-10.2-release/sys/powerpc/aim/
H A Dslb.c425 if (slbcache[USER_SLB_SLOT].slbe == 0) {
427 if (i == USER_SLB_SLOT)
434 slbcache[USER_SLB_SLOT].slbe = 1;
438 if (i == USER_SLB_SLOT)
442 KASSERT(i != USER_SLB_SLOT,
H A Dtrap.c560 if (slbcache[USER_SLB_SLOT].slbe == 0) {
562 if (i == USER_SLB_SLOT)
569 slbcache[USER_SLB_SLOT].slbe = 1;
574 if (i == USER_SLB_SLOT)
H A Dtrap_subr64.S89 1: cmpli 0, %r29, USER_SLB_SLOT /* Skip the user slot */
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Dgenassym.c113 ASSYM(USER_SLB_SLOT, USER_SLB_SLOT);

Completed in 110 milliseconds