/src/sys/arch/sun3/include/ |
dvma.h | 61 u_long dvma_kvtopa(void *, int);
|
/src/sys/arch/sun3/dev/ |
if_le.c | 154 sc->sc_addr = dvma_kvtopa(sc->sc_mem, ca->ca_bustype);
|
xy.c | 392 (struct xy_iopb *)dvma_kvtopa(xyc->iopbase, xyc->bustype); 1178 dp = dvma_kvtopa(iorq->dbuf, iorq->xyc->bustype); 1400 iopbaddr = dvma_kvtopa(iopb, xycsc->bustype); 1479 dvma_kvtopa(iopb, xycsc->bustype); 1566 addr = dvma_kvtopa(xycsc->ciopb, xycsc->bustype); 1792 addr = dvma_kvtopa(iorq->dbuf, xycsc->bustype);
|
si_obio.c | 360 cmd_pa = dvma_kvtopa(cmd, BUS_OBIO);
|
xd.c | 447 xdc->dvmaiopb = (struct xd_iopb *)dvma_kvtopa(xdc->iopbase, 1299 dvma_kvtopa(iorq->dbuf, iorq->xdc->bustype); 1528 iopbaddr = dvma_kvtopa(iorq->iopb, xdcsc->bustype); 1893 dvma_kvtopa(iorq->dbuf, xdcsc->bustype);
|
/src/sys/arch/sun3/sun3/ |
dvma.c | 149 dvma_kvtopa(void *kva, int bustype) function in typeref:typename:u_long 155 panic("dvma_kvtopa: bad dmva addr=0x%lx", addr);
|
/src/sys/arch/sun3/sun3x/ |
dvma.c | 137 dvma_kvtopa(void *kva, int bustype) function in typeref:typename:u_long 143 panic("dvma_kvtopa: bad dmva addr=0x%lx", addr);
|