| /plan9/sys/src/9/pc/ |
| H A D | vgai81x.c | 95 pgtbl = xspanalloc(64*1024, BY2PG, 0); in i81xenable() 108 fbuf = PADDR(xspanalloc(size, BY2PG, 0)); in i81xenable() 120 cursor = (ulong)xspanalloc(BY2PG, BY2PG, 0); in i81xenable()
|
| H A D | dma.c | 84 bva = xspanalloc(64*1024*i8237dma, BY2PG, 64*1024); in _i8237alloc()
|
| H A D | ether79c970.c | 241 ctlr->rdr = xspanalloc(Nrdre*sizeof(Dre), 0x10, 0); in ringinit() 254 ctlr->tdr = xspanalloc(Ntdre*sizeof(Dre), 0x10, 0); in ringinit()
|
| H A D | sdmv50xx.c | 595 d->tx = xspanalloc(32*sizeof(Tx), 1024, 0); in edmainit() 596 d->rx = xspanalloc(32*sizeof(Rx), 256, 0); in edmainit() 597 d->prd = xspanalloc(32*sizeof(Prd), 32, 0); in edmainit()
|
| H A D | sdmylex.c | 1124 v = xspanalloc(len, 32, 0); in mylex24enable() 1161 v = xspanalloc((sizeof(Mbox32)*NMbox*2)+(sizeof(Ccb32)*NCcb), 32, 0); in mylex32enable()
|
| H A D | ether82543gc.c | 662 ctlr->tdba = xspanalloc(tdsize, 32, 0); in gc82543txinit() 813 ctlr->rdba = xspanalloc(rdsize, 32, 0); in gc82543rxinit()
|
| H A D | mp.c | 445 p = xspanalloc(4*BY2PG, BY2PG, 0); in mpstartap()
|
| H A D | ether2114x.c | 589 ctlr->rdr = xspanalloc(ctlr->nrdr*sizeof(Des), 8*sizeof(ulong), 0); in ctlrinit() 602 ctlr->tdr = xspanalloc(ctlr->ntdr*sizeof(Des), 8*sizeof(ulong), 0); in ctlrinit()
|
| H A D | usbuhci.c | 586 pool = xspanalloc(Incr*sizeof(Td), Align, 0); in tdalloc() 666 pool = xspanalloc(Incr*sizeof(Qh), Align, 0); in qhalloc() 2156 ctlr->frames = xspanalloc(frsize, frsize, 0); in uhcimeminit()
|
| H A D | usbohci.c | 584 pool = xspanalloc(Incr*sizeof(Td), Align, 0); in tdalloc() 632 pool = xspanalloc(Incr*sizeof(Ed), Align, 0); in edalloc() 2455 hcca = xspanalloc(sizeof(Hcca), 256, 0); in ohcimeminit()
|
| H A D | mmu.c | 513 map = xspanalloc(BY2PG, BY2PG, 0); in mmuwalk()
|
| /plan9/sys/src/9/kw/ |
| H A D | uncached.h | 14 #define xspanalloc ucallocalign macro
|
| /plan9/sys/src/9/omap/ |
| H A D | uncached.h | 14 #define xspanalloc ucallocalign macro
|
| H A D | screen.c | 533 framebuf = xspanalloc(sizeof *framebuf, 16*32, 0); in screeninit()
|
| /plan9/sys/src/9/ppc/ |
| H A D | m8260.c | 601 r->rdr = xspanalloc(nrdre*sizeof(BD), 0, 8); in ioringinit() 605 r->rrb = xspanalloc(nrdre*bufsize, 0, CACHELINESZ); in ioringinit() 621 r->tdr = xspanalloc(ntdre*sizeof(BD), 0, 8); in ioringinit() 623 r->txb = xspanalloc(ntdre*sizeof(Block*), 0, CACHELINESZ); in ioringinit()
|
| H A D | uartsmc.c | 194 ud->rxbuf = xspanalloc(Rxsize, 0, CACHELINESZ); in smcinit() 200 ud->txbuf = xspanalloc(Txsize, 0, CACHELINESZ); in smcinit()
|
| H A D | mmu.c | 59 m->ptabbase = (ulong)xspanalloc(ptabsize, 0, ptabsize); in mmuinit()
|
| /plan9/sys/src/9/bcm/ |
| H A D | dma.c | 147 ctlr->cb = xspanalloc(sizeof(Cb), Cbalign, 0); in dmastart()
|
| /plan9/sys/src/9/mtx/ |
| H A D | mmu.c | 59 m->ptabbase = (ulong)xspanalloc(ptabsize, 0, ptabsize); in mmuinit()
|
| H A D | ether2114x.c | 578 ctlr->rdr = xspanalloc(ctlr->nrdr*sizeof(Des), 8*sizeof(ulong), 0); in ctlrinit() 591 ctlr->tdr = xspanalloc(ctlr->ntdr*sizeof(Des), 8*sizeof(ulong), 0); in ctlrinit()
|
| /plan9/sys/src/9/rb/ |
| H A D | devether.c | 968 v = xspanalloc(Nrd * sizeof(Desc), CACHELINESZ, 0); in ringinit() 971 ctlr->rd = xspanalloc(Nrd * sizeof(Block *), 0, 0); in ringinit() 980 v = xspanalloc(Ntd * sizeof(Desc), CACHELINESZ, 0); in ringinit() 983 ctlr->td = xspanalloc(Ntd * sizeof(Block *), 0, 0); in ringinit()
|
| /plan9/sys/src/9/port/ |
| H A D | xalloc.c | 91 xspanalloc(ulong size, int align, ulong span) in xspanalloc() function
|
| H A D | portfns.h | 382 void* xspanalloc(ulong, int, ulong);
|
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | fns.h | 371 void* xspanalloc(ulong, int, ulong);
|
| /plan9/sys/src/9/pcboot/ |
| H A D | mmu.c | 522 map = xspanalloc(BY2PG, BY2PG, 0); in mmuwalk()
|