Searched refs:contigmalloc (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-9.3-release/sys/sys/
H A Dmalloc.h172 void *contigmalloc(unsigned long size, struct malloc_type *type, int flags,
/freebsd-9.3-release/sys/dev/pst/
H A Dpst-iop.c243 if (!(sc->obase = contigmalloc(I2O_IOP_OUTBOUND_FRAME_COUNT *
248 printf("pstiop: contigmalloc of outqueue buffers failed!\n");
300 if (!(reply = contigmalloc(ALLOCSIZE, M_PSTIOP, M_NOWAIT | M_ZERO,
344 if (!(param = contigmalloc(PAGE_SIZE, M_PSTIOP, M_NOWAIT | M_ZERO,
348 if (!(reply = contigmalloc(PAGE_SIZE, M_PSTIOP, M_NOWAIT | M_ZERO,
/freebsd-9.3-release/sys/powerpc/ofw/
H A Drtas.c115 rtas_bounce_virt = contigmalloc(rtas_size + PAGE_SIZE, M_RTAS, 0, 0,
/freebsd-9.3-release/sys/i386/acpica/
H A Dacpi_wakeup.c324 wakeaddr = contigmalloc((ACPI_PAGETABLES + 1) * PAGE_SIZE, M_DEVBUF,
/freebsd-9.3-release/sys/ia64/ia64/
H A Dmca.c287 p = (max_size) ? contigmalloc(max_size, M_TEMP, 0, 0ul,
H A Dbusdma_machdep.c450 *vaddr = contigmalloc(dmat->maxsize, M_DEVBUF, mflags,
838 bpage->vaddr = (vm_offset_t)contigmalloc(PAGE_SIZE, M_DEVBUF,
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3pic.c124 sc->bitmap_thread0 = contigmalloc(128 /* 512 bits * 2 */, M_PS3PIC,
/freebsd-9.3-release/sys/amd64/acpica/
H A Dacpi_wakeup.c338 wakeaddr = contigmalloc(4 * PAGE_SIZE, M_DEVBUF, M_WAITOK, 0x500,
/freebsd-9.3-release/sys/dev/dcons/
H A Ddcons_os.c319 * called from cninit(). can't use contigmalloc yet .
331 dg.buf = (struct dcons_buf *) contigmalloc(dg.size,
/freebsd-9.3-release/sys/dev/pdq/
H A Dpdq_freebsd.h174 #define PDQ_OS_MEMALLOC_CONTIG(n) contigmalloc(n, M_DEVBUF, M_NOWAIT, 0x800000, ~0, PAGE_SIZE, 0)
H A Dpdqvar.h85 #define PDQ_OS_MEMALLOC_CONTIG(n) contigmalloc(n, M_DEVBUF, M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0)
/freebsd-9.3-release/sys/pc98/cbus/
H A Dcbus_dma.c109 buf = contigmalloc(bouncebufsize, M_DEVBUF, flag, 0ul, 0xfffffful,
/freebsd-9.3-release/sys/x86/isa/
H A Disa_dma.c108 buf = contigmalloc(bouncebufsize, M_DEVBUF, flag, 0ul, 0xfffffful,
/freebsd-9.3-release/sys/compat/x86bios/
H A Dx86bios.c128 vaddr = contigmalloc(size, M_DEVBUF, flags, 0, X86BIOS_MEM_SIZE,
544 vaddr = contigmalloc(size, M_DEVBUF, flags, X86BIOS_RAM_BASE,
708 x86bios_seg = contigmalloc(X86BIOS_SEG_SIZE, M_DEVBUF, M_WAITOK,
/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping.c443 * supported memory. After that if contigmalloc allocates memory beyond the
447 cb->rdma_buf = contigmalloc(cb->size, M_DEVBUF, M_WAITOK, 0, cb->memlimit,
450 cb->rdma_buf = contigmalloc(cb->size, M_DEVBUF, M_WAITOK, 0, -1UL,
477 cb->start_buf = contigmalloc(cb->size, M_DEVBUF, M_WAITOK,
480 cb->start_buf = contigmalloc(cb->size, M_DEVBUF, M_WAITOK,
/freebsd-9.3-release/sys/dev/adlink/
H A Dadlink.c257 pg->virt = contigmalloc(sc->p0->chunksize,
/freebsd-9.3-release/sys/dev/cpuctl/
H A Dcpuctl.c374 ptr = contigmalloc(args->size, M_CPUCTL, 0, 0, 0xffffffff, 16, 0);
/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_os.c546 addr = (vm_offset_t)contigmalloc(size, M_DEVBUF, M_NOWAIT, 0,
549 addr = (vm_offset_t)contigmalloc(size, M_DEVBUF, M_NOWAIT, 0,
/freebsd-9.3-release/sys/dev/nvme/
H A Dnvme_qpair.c509 qpair->cmd = contigmalloc(qpair->num_entries *
512 qpair->cpl = contigmalloc(qpair->num_entries *
/freebsd-9.3-release/sys/dev/hptmv/
H A Dentry.c939 pAdapter->requestsArrayBaseAddr = (MV_U8 *)contigmalloc(REQUESTS_ARRAY_SIZE,
965 pAdapter->responsesArrayBaseAddr = (MV_U8 *)contigmalloc(RESPONSES_ARRAY_SIZE,
1446 pAdapter->prdTableAddr = (PUCHAR)contigmalloc(
3057 return (void *)contigmalloc(0x1000, M_DEVBUF, M_NOWAIT, 0x1000000, 0xffffffff, PAGE_SIZE, 0ul);
3063 return (void *)contigmalloc(0x1000, M_DEVBUF, M_NOWAIT, 0x1000000, 0xffffffff, PAGE_SIZE, 0ul);
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c211 cq->queue = contigmalloc(size,
315 wq->queue = contigmalloc(depth *sizeof(union t3_wr),
564 rdev_p->ctrl_qp.workq = contigmalloc((1 << T3_CTRL_QP_SIZE_LOG2)
/freebsd-9.3-release/sys/dev/isci/
H A Disci_controller.c178 * call contigmalloc if one isn't there.
184 mde->virtual_address = contigmalloc(PAGE_SIZE,
/freebsd-9.3-release/sys/dev/virtio/
H A Dvirtqueue.c201 vq->vq_ring_mem = contigmalloc(vq->vq_ring_size, M_DEVBUF,
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dbus_machdep.c535 * XXX use contigmalloc until it is merged into this
539 *vaddr = contigmalloc(dmat->dt_maxsize, M_DEVBUF, mflags,
/freebsd-9.3-release/sys/dev/lge/
H A Dif_lge.c515 sc->lge_ldata = contigmalloc(sizeof(struct lge_list_data), M_DEVBUF,
763 sc->lge_cdata.lge_jumbo_buf = contigmalloc(LGE_JMEM, M_DEVBUF,

Completed in 367 milliseconds

123