Searched refs:slb (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/powerpc/aim/
H A Dslb.c26 * $FreeBSD: stable/11/sys/powerpc/aim/slb.c 327785 2018-01-10 20:39:26Z markj $
66 struct slb slb_entries[16];
114 static struct slb *
118 struct slb *retval;
221 struct slb *
261 struct slb *entry;
286 struct slb *slb; local
312 slb = &ua->u.slb_entries[idx];
318 slb
463 slb_insert_user(pmap_t pm, struct slb *slb) argument
531 slb_free_user_cache(struct slb **slb) argument
[all...]
H A Dmoea64_native.c366 struct slb *slb = PCPU_GET(slb); local
386 if (!(slb[i].slbe & SLBE_VALID))
390 "r"(slb[i].slbv), "r"(slb[i].slbe));
H A Daim_machdep.c202 /* XXX: get from ibm,slb-size in device tree */
447 memcpy(pcpu->pc_slb, PCPU_GET(slb), sizeof(pcpu->pc_slb));
H A Dmmu_oea64.c587 struct slb *cache;
588 struct slb entry;
592 cache = PCPU_GET(slb);
/freebsd-11-stable/sys/powerpc/include/
H A Dslb.h75 struct slb { struct
H A Dpmap.h74 #include <machine/slb.h>
138 struct slb **pm_slb;
170 struct slb *user_va_to_slb_entry(pmap_t pm, vm_offset_t va);
174 void slb_insert_user(pmap_t pm, struct slb *slb);
179 struct slb **slb_alloc_user_cache(void);
180 void slb_free_user_cache(struct slb **);
H A Dpcpu.h34 #include <machine/slb.h>
63 struct slb pc_slb[64]; \
64 struct slb **pc_userslb; \
/freebsd-11-stable/sys/powerpc/ps3/
H A Dmmu_ps3.c116 struct slb *slb = PCPU_GET(slb); local
143 if (!(slb[i].slbe & SLBE_VALID))
147 "r"(slb[i].slbv), "r"(slb[i].slbe));
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dcopyinout.c71 #include <machine/slb.h>
83 struct slb *slb; local
87 slb = user_va_to_slb_entry(pm, (vm_offset_t)addr);
89 if (slb == NULL) {
95 slbv = slb->slbv;
H A Dtrap.c608 struct slb *slbcache;
614 slbcache = PCPU_GET(slb);
653 struct slb *user_entry;
/freebsd-11-stable/sys/powerpc/pseries/
H A Dmmu_phyp.c149 res = OF_getencprop(node, "ibm,slb-size", prop, sizeof(prop[0]));
224 struct slb *slb = PCPU_GET(slb); local
235 if (!(slb[i].slbe & SLBE_VALID))
239 "r"(slb[i].slbv), "r"(slb[i].slbe));

Completed in 204 milliseconds