Home
last modified time | relevance | path

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

/NextBSD/sys/powerpc/aim/
HDslb.c422 struct slb *slbcache; in slb_insert_kernel() local
428 slbcache = PCPU_GET(slb); in slb_insert_kernel()
431 if (slbcache[USER_SLB_SLOT].slbe == 0) { in slb_insert_kernel()
435 if (!(slbcache[i].slbe & SLBE_VALID)) in slb_insert_kernel()
440 slbcache[USER_SLB_SLOT].slbe = 1; in slb_insert_kernel()
450 slbcache[i].slbv = slbv; in slb_insert_kernel()
451 slbcache[i].slbe = slbe | (uint64_t)i; in slb_insert_kernel()
457 "r"(slbcache[i].slbv), "r"(slbcache[i].slbe)); in slb_insert_kernel()
/NextBSD/sys/powerpc/powerpc/
HDtrap.c600 struct slb *slbcache; local
606 slbcache = PCPU_GET(slb);
612 if (slbcache[i].slbe == (slbe | (uint64_t)i))
617 if (slbcache[USER_SLB_SLOT].slbe == 0) {
621 if (!(slbcache[i].slbe & SLBE_VALID))
626 slbcache[USER_SLB_SLOT].slbe = 1;
636 slbcache[i].slbv = slbv;
637 slbcache[i].slbe = slbe | (uint64_t)i;