/src/sys/arch/sparc/sparc/ |
iommureg.h | 1 /* $NetBSD: iommureg.h,v 1.9 2005/11/16 22:10:58 uwe Exp $ */ 40 struct iommureg { struct
|
iommu.c | 61 #include <sparc/sparc/iommureg.h> 65 struct iommureg *sc_reg; 194 * XXX struct iommureg is bigger than ra->ra_len; what are the 198 sizeof(struct iommureg), 0, &bh) != 0) { 202 sc->sc_reg = (struct iommureg *)bh; 453 struct iommureg *iop = sc->sc_reg;
|
/src/sys/arch/sparc64/dev/ |
iommureg.h | 1 /* $NetBSD: iommureg.h,v 1.21 2016/08/24 06:34:24 mrg Exp $ */ 52 * iommu registers - keep iommureg2 aligned with iommureg, so we can always 55 struct iommureg { struct 80 #define IOMMUREG(x) (offsetof(struct iommureg2, x)) 86 IOMMUREG(reg)) 91 IOMMUREG(reg), \
|
sbusreg.h | 97 struct iommureg sys_iommu; /* 1fe.0000.2400,2410 */
|
psychoreg.h | 113 struct iommureg psy_iommu; /* 1fe.0000.0200,0210 */
|
vbus.c | 31 #include <sparc64/dev/iommureg.h>
|
sbus.c | 52 #include <sparc64/dev/iommureg.h> 238 sizeof (struct iommureg), &sc->sc_is.is_iommu);
|
cbus.c | 32 #include <sparc64/dev/iommureg.h>
|
fhc.c | 48 #include <sparc64/dev/iommureg.h>
|
iommu.c | 75 #include <sparc64/dev/iommureg.h> 194 offsetof(struct iommureg, iommu_cr)), 197 offsetof(struct iommureg, iommu_tsb))); 334 IOMMUREG(iommu_flush), va);
|
ebus_mainbus.c | 52 #include <sparc64/dev/iommureg.h>
|
pci_machdep.c | 53 #include <sparc64/dev/iommureg.h>
|
pyro.c | 54 #include <sparc64/dev/iommureg.h>
|
vpci.c | 53 #include <sparc64/dev/iommureg.h>
|
psycho.c | 101 #include <sparc64/dev/iommureg.h> 1038 sizeof (struct iommureg),
|
schizo.c | 53 #include <sparc64/dev/iommureg.h>
|
/src/sys/arch/sparc64/sparc64/ |
sysioreg.h | 72 struct iommureg { struct in struct:sysioreg
|
clock.c | 90 #include <sparc64/dev/iommureg.h> 97 #include <sparc64/dev/iommureg.h>
|