| /freebsd-9-stable/sys/dev/pst/ |
| D | pst-iop.c | 243 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/ |
| D | malloc.h | 172 void *contigmalloc(unsigned long size, struct malloc_type *type, int flags,
|
| /freebsd-9-stable/sys/compat/x86bios/ |
| D | x86bios.c | 128 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/ |
| D | rtas.c | 115 rtas_bounce_virt = contigmalloc(rtas_size + PAGE_SIZE, M_RTAS, 0, 0, in rtas_setup()
|
| /freebsd-9-stable/sys/powerpc/ps3/ |
| D | ps3pic.c | 124 sc->bitmap_thread0 = contigmalloc(128 /* 512 bits * 2 */, M_PS3PIC, in ps3pic_attach()
|
| /freebsd-9-stable/sys/ia64/ia64/ |
| D | mca.c | 287 p = (max_size) ? contigmalloc(max_size, M_TEMP, 0, 0ul, in ia64_mca_init()
|
| D | busdma_machdep.c | 450 *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/ |
| D | acpi_wakeup.c | 324 wakeaddr = contigmalloc((ACPI_PAGETABLES + 1) * PAGE_SIZE, M_DEVBUF, in acpi_alloc_wakeup_handler()
|
| /freebsd-9-stable/sys/dev/pdq/ |
| D | pdq_freebsd.h | 174 #define PDQ_OS_MEMALLOC_CONTIG(n) contigmalloc(n, M_DEVBUF, M_NOWAIT, 0x800000, ~0, PAGE_SIZE, 0)
|
| D | pdqvar.h | 85 #define PDQ_OS_MEMALLOC_CONTIG(n) contigmalloc(n, M_DEVBUF, M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0)
|
| /freebsd-9-stable/sys/pc98/cbus/ |
| D | cbus_dma.c | 109 buf = contigmalloc(bouncebufsize, M_DEVBUF, flag, 0ul, 0xfffffful, in isa_dma_init()
|
| /freebsd-9-stable/sys/dev/dcons/ |
| D | dcons_os.c | 331 dg.buf = (struct dcons_buf *) contigmalloc(dg.size, in dcons_drv_init()
|
| /freebsd-9-stable/sys/amd64/acpica/ |
| D | acpi_wakeup.c | 338 wakeaddr = contigmalloc(4 * PAGE_SIZE, M_DEVBUF, M_WAITOK, 0x500, in acpi_alloc_wakeup_handler()
|
| /freebsd-9-stable/sys/dev/nvme/ |
| D | nvme_qpair.c | 509 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/ |
| D | iw_cxgb_hal.c | 211 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/ |
| D | isa_dma.c | 108 buf = contigmalloc(bouncebufsize, M_DEVBUF, flag, 0ul, 0xfffffful, in isa_dma_init()
|
| /freebsd-9-stable/sys/dev/adlink/ |
| D | adlink.c | 257 pg->virt = contigmalloc(sc->p0->chunksize, in adlink_ioctl()
|
| /freebsd-9-stable/sys/dev/bktr/ |
| D | bktr_os.c | 546 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/ |
| D | entry.c | 939 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/ |
| D | cpuctl.c | 374 ptr = contigmalloc(args->size, M_CPUCTL, 0, 0, 0xffffffff, 16, 0); in update_amd()
|
| /freebsd-9-stable/sys/sparc64/sparc64/ |
| D | bus_machdep.c | 539 *vaddr = contigmalloc(dmat->dt_maxsize, M_DEVBUF, mflags, in nexus_dmamem_alloc()
|
| /freebsd-9-stable/sys/mips/mips/ |
| D | busdma_machdep.c | 640 *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/ |
| D | if_lge.c | 515 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/ |
| D | isci_controller.c | 184 mde->virtual_address = contigmalloc(PAGE_SIZE, in scif_cb_controller_allocate_memory()
|
| /freebsd-9-stable/sys/mips/rmi/dev/sec/ |
| D | rmilib.c | 1962 (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()
|