Home
last modified time | relevance | path

Searched refs:contigmalloc (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-9-stable/sys/dev/pst/
Dpst-iop.c243 if (!(sc->obase = contigmalloc(I2O_IOP_OUTBOUND_FRAME_COUNT * in iop_init_outqueue()
300 if (!(reply = contigmalloc(ALLOCSIZE, M_PSTIOP, M_NOWAIT | M_ZERO, in iop_get_lct()
344 if (!(param = contigmalloc(PAGE_SIZE, M_PSTIOP, M_NOWAIT | M_ZERO, in iop_get_util_params()
348 if (!(reply = contigmalloc(PAGE_SIZE, M_PSTIOP, M_NOWAIT | M_ZERO, in iop_get_util_params()
/freebsd-9-stable/sys/sys/
Dmalloc.h172 void *contigmalloc(unsigned long size, struct malloc_type *type, int flags,
/freebsd-9-stable/sys/compat/x86bios/
Dx86bios.c128 vaddr = contigmalloc(size, M_DEVBUF, flags, 0, X86BIOS_MEM_SIZE, in x86bios_alloc()
544 vaddr = contigmalloc(size, M_DEVBUF, flags, X86BIOS_RAM_BASE, in x86bios_alloc()
708 x86bios_seg = contigmalloc(X86BIOS_SEG_SIZE, M_DEVBUF, M_WAITOK, in x86bios_map_mem()
/freebsd-9-stable/sys/powerpc/ofw/
Drtas.c115 rtas_bounce_virt = contigmalloc(rtas_size + PAGE_SIZE, M_RTAS, 0, 0, in rtas_setup()
/freebsd-9-stable/sys/powerpc/ps3/
Dps3pic.c124 sc->bitmap_thread0 = contigmalloc(128 /* 512 bits * 2 */, M_PS3PIC, in ps3pic_attach()
/freebsd-9-stable/sys/ia64/ia64/
Dmca.c287 p = (max_size) ? contigmalloc(max_size, M_TEMP, 0, 0ul, in ia64_mca_init()
Dbusdma_machdep.c450 *vaddr = contigmalloc(dmat->maxsize, M_DEVBUF, mflags, in bus_dmamem_alloc()
838 bpage->vaddr = (vm_offset_t)contigmalloc(PAGE_SIZE, M_DEVBUF, in alloc_bounce_pages()
/freebsd-9-stable/sys/i386/acpica/
Dacpi_wakeup.c324 wakeaddr = contigmalloc((ACPI_PAGETABLES + 1) * PAGE_SIZE, M_DEVBUF, in acpi_alloc_wakeup_handler()
/freebsd-9-stable/sys/dev/pdq/
Dpdq_freebsd.h174 #define PDQ_OS_MEMALLOC_CONTIG(n) contigmalloc(n, M_DEVBUF, M_NOWAIT, 0x800000, ~0, PAGE_SIZE, 0)
Dpdqvar.h85 #define PDQ_OS_MEMALLOC_CONTIG(n) contigmalloc(n, M_DEVBUF, M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0)
/freebsd-9-stable/sys/pc98/cbus/
Dcbus_dma.c109 buf = contigmalloc(bouncebufsize, M_DEVBUF, flag, 0ul, 0xfffffful, in isa_dma_init()
/freebsd-9-stable/sys/dev/dcons/
Ddcons_os.c331 dg.buf = (struct dcons_buf *) contigmalloc(dg.size, in dcons_drv_init()
/freebsd-9-stable/sys/amd64/acpica/
Dacpi_wakeup.c338 wakeaddr = contigmalloc(4 * PAGE_SIZE, M_DEVBUF, M_WAITOK, 0x500, in acpi_alloc_wakeup_handler()
/freebsd-9-stable/sys/dev/nvme/
Dnvme_qpair.c509 qpair->cmd = contigmalloc(qpair->num_entries * in nvme_qpair_construct()
512 qpair->cpl = contigmalloc(qpair->num_entries * in nvme_qpair_construct()
/freebsd-9-stable/sys/dev/cxgb/ulp/iw_cxgb/
Diw_cxgb_hal.c211 cq->queue = contigmalloc(size, in cxio_create_cq()
315 wq->queue = contigmalloc(depth *sizeof(union t3_wr), in cxio_create_qp()
564 rdev_p->ctrl_qp.workq = contigmalloc((1 << T3_CTRL_QP_SIZE_LOG2) in cxio_hal_init_ctrl_qp()
/freebsd-9-stable/sys/x86/isa/
Disa_dma.c108 buf = contigmalloc(bouncebufsize, M_DEVBUF, flag, 0ul, 0xfffffful, in isa_dma_init()
/freebsd-9-stable/sys/dev/adlink/
Dadlink.c257 pg->virt = contigmalloc(sc->p0->chunksize, in adlink_ioctl()
/freebsd-9-stable/sys/dev/bktr/
Dbktr_os.c546 addr = (vm_offset_t)contigmalloc(size, M_DEVBUF, M_NOWAIT, 0, in get_bktr_mem()
549 addr = (vm_offset_t)contigmalloc(size, M_DEVBUF, M_NOWAIT, 0, in get_bktr_mem()
/freebsd-9-stable/sys/dev/hptmv/
Dentry.c939 pAdapter->requestsArrayBaseAddr = (MV_U8 *)contigmalloc(REQUESTS_ARRAY_SIZE, in hptmv_allocate_edma_queues()
965 pAdapter->responsesArrayBaseAddr = (MV_U8 *)contigmalloc(RESPONSES_ARRAY_SIZE, in hptmv_allocate_edma_queues()
1446 pAdapter->prdTableAddr = (PUCHAR)contigmalloc( in init_adapter()
3057 return (void *)contigmalloc(0x1000, M_DEVBUF, M_NOWAIT, 0x1000000, 0xffffffff, PAGE_SIZE, 0ul); in os_alloc_page()
3063 return (void *)contigmalloc(0x1000, M_DEVBUF, M_NOWAIT, 0x1000000, 0xffffffff, PAGE_SIZE, 0ul); in os_alloc_dma_page()
/freebsd-9-stable/sys/dev/cpuctl/
Dcpuctl.c374 ptr = contigmalloc(args->size, M_CPUCTL, 0, 0, 0xffffffff, 16, 0); in update_amd()
/freebsd-9-stable/sys/sparc64/sparc64/
Dbus_machdep.c539 *vaddr = contigmalloc(dmat->dt_maxsize, M_DEVBUF, mflags, in nexus_dmamem_alloc()
/freebsd-9-stable/sys/mips/mips/
Dbusdma_machdep.c640 *vaddr = contigmalloc(dmat->maxsize, M_DEVBUF, mflags, in bus_dmamem_alloc()
1278 bpage->vaddr = (vm_offset_t)contigmalloc(PAGE_SIZE, M_DEVBUF, in alloc_bounce_pages()
/freebsd-9-stable/sys/dev/lge/
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,
/freebsd-9-stable/sys/dev/isci/
Disci_controller.c184 mde->virtual_address = contigmalloc(PAGE_SIZE, in scif_cb_controller_allocate_memory()
/freebsd-9-stable/sys/mips/rmi/dev/sec/
Drmilib.c1962 (uint8_t *) contigmalloc(256 * 1024 + 1024, in xlr_sec_allocate_desc()
1971 (uint8_t *) contigmalloc(257 * 1024, in xlr_sec_allocate_desc()
1979 new->next_src_buf = (uint8_t *) contigmalloc(256 * 1024 + 1024, in xlr_sec_allocate_desc()
1988 (uint8_t *) contigmalloc(257 * 1024, in xlr_sec_allocate_desc()

123