| /freebsd-12.1/sys/powerpc/mpc85xx/ |
| H A D | fsl_diu.c | 285 sc->sc_planes[0] = contigmalloc(sizeof(struct diu_area_descriptor), in diu_init() 411 sc->sc_info.fb_vbase = (intptr_t)contigmalloc(sc->sc_info.fb_size, in diu_attach() 418 sc->sc_gamma = contigmalloc(3 * 256, M_DEVBUF, 0, 0, in diu_attach() 425 sc->sc_cursor = contigmalloc(32 * 32 * 2, M_DEVBUF, M_ZERO, 0, in diu_attach()
|
| /freebsd-12.1/sys/dev/pst/ |
| H A D | pst-iop.c | 245 if (!(sc->obase = contigmalloc(I2O_IOP_OUTBOUND_FRAME_COUNT * in iop_init_outqueue() 302 if (!(reply = contigmalloc(ALLOCSIZE, M_PSTIOP, M_NOWAIT | M_ZERO, in iop_get_lct() 346 if (!(param = contigmalloc(PAGE_SIZE, M_PSTIOP, M_NOWAIT | M_ZERO, in iop_get_util_params() 350 if (!(reply = contigmalloc(PAGE_SIZE, M_PSTIOP, M_NOWAIT | M_ZERO, in iop_get_util_params()
|
| /freebsd-12.1/sys/compat/x86bios/ |
| H A D | x86bios.c | 126 vaddr = contigmalloc(size, M_DEVBUF, flags, 0, X86BIOS_MEM_SIZE, in x86bios_alloc() 542 vaddr = contigmalloc(size, M_DEVBUF, flags, X86BIOS_RAM_BASE, in x86bios_alloc() 717 x86bios_seg = contigmalloc(X86BIOS_SEG_SIZE, M_DEVBUF, M_NOWAIT, in x86bios_map_mem()
|
| /freebsd-12.1/sys/dev/vmware/vmci/ |
| H A D | vmci_kernel_if.c | 191 ptr = contigmalloc(size, M_DEVBUF, M_NOWAIT, 0, 0xFFFFFFFF, in vmci_alloc_kernel_mem() 194 ptr = contigmalloc(size, M_DEVBUF, M_WAITOK, 0, 0xFFFFFFFF, in vmci_alloc_kernel_mem()
|
| /freebsd-12.1/sys/sys/ |
| H A D | malloc.h | 173 void *contigmalloc(unsigned long size, struct malloc_type *type, int flags,
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | slab.h | 130 return (contigmalloc(size, M_KMALLOC, M_WAITOK, 0, UINT_MAX, 1, 1)); in vmalloc_32()
|
| /freebsd-12.1/sys/powerpc/ofw/ |
| H A D | rtas.c | 108 rtas_bounce_virt = contigmalloc(rtas_size + PAGE_SIZE, M_RTAS, 0, 0, in rtas_setup()
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | gicv3_its.c | 358 sc->sc_its_cmd_base = contigmalloc(ITS_CMDQ_SIZE, M_GICV3_ITS, in gicv3_its_cmdq_init() 459 table = (vm_offset_t)contigmalloc(npages * PAGE_SIZE, in gicv3_its_table_init() 544 sc->sc_conf_base = (vm_offset_t)contigmalloc(LPI_CONFTAB_SIZE, in gicv3_its_conftable_init() 565 sc->sc_pend_base[i] = (vm_offset_t)contigmalloc( in gicv3_its_pendtables_init() 1025 its_dev->itt = (vm_offset_t)contigmalloc(its_dev->itt_size, in its_device_get()
|
| /freebsd-12.1/sys/powerpc/ps3/ |
| H A D | ps3pic.c | 126 sc->bitmap_thread0 = contigmalloc(128 /* 512 bits * 2 */, M_PS3PIC, in ps3pic_attach()
|
| /freebsd-12.1/sys/arm/freescale/imx/ |
| H A D | imx51_ipuv3_fbd.c | 140 sc->sc_info.fb_vbase = (intptr_t)contigmalloc(sc->sc_info.fb_size, in ipu3_fb_init()
|
| H A D | imx51_ipuv3.c | 208 sc->vbase = (uint32_t)contigmalloc(size, M_DEVBUF, M_ZERO, 0, ~0, in ipu3_fb_malloc()
|
| /freebsd-12.1/sys/x86/acpica/ |
| H A D | acpi_wakeup.c | 379 wakepages[i] = contigmalloc(PAGE_SIZE, M_DEVBUF, M_NOWAIT, in acpi_alloc_wakeup_handler()
|
| /freebsd-12.1/sys/dev/dcons/ |
| H A D | dcons_os.c | 359 dg.buf = (struct dcons_buf *) contigmalloc(dg.size, in dcons_drv_init()
|
| /freebsd-12.1/sys/x86/isa/ |
| H A D | isa_dma.c | 110 buf = contigmalloc(bouncebufsize, M_DEVBUF, flag, 0ul, 0xfffffful, in isa_dma_init()
|
| /freebsd-12.1/sys/dev/bktr/ |
| H A D | bktr_os.c | 548 addr = (vm_offset_t)contigmalloc(size, M_DEVBUF, M_NOWAIT, 0, in get_bktr_mem() 551 addr = (vm_offset_t)contigmalloc(size, M_DEVBUF, M_NOWAIT, 0, in get_bktr_mem()
|
| /freebsd-12.1/sys/arm/freescale/vybrid/ |
| H A D | vf_dcu4.c | 418 sc->sc_info.fb_vbase = (intptr_t)contigmalloc(sc->sc_info.fb_size, in dcu_attach()
|
| /freebsd-12.1/sys/dev/adlink/ |
| H A D | adlink.c | 259 pg->virt = contigmalloc(sc->p0->chunksize, in adlink_ioctl()
|
| /freebsd-12.1/sys/dev/hptmv/ |
| H A D | entry.c | 900 pAdapter->requestsArrayBaseAddr = (MV_U8 *)contigmalloc(REQUESTS_ARRAY_SIZE, in hptmv_allocate_edma_queues() 926 pAdapter->responsesArrayBaseAddr = (MV_U8 *)contigmalloc(RESPONSES_ARRAY_SIZE, in hptmv_allocate_edma_queues() 1395 pAdapter->prdTableAddr = (PUCHAR)contigmalloc( in init_adapter() 2956 return (void *)contigmalloc(0x1000, M_DEVBUF, M_NOWAIT, 0x1000000, 0xffffffff, PAGE_SIZE, 0ul); in os_alloc_page() 2962 return (void *)contigmalloc(0x1000, M_DEVBUF, M_NOWAIT, 0x1000000, 0xffffffff, PAGE_SIZE, 0ul); in os_alloc_dma_page()
|
| /freebsd-12.1/sys/mips/nlm/dev/sec/ |
| H A D | nlmrsa.c | 166 cmd->rsasrc = contigmalloc(sizeof(nlm_rsa_ucode_data), in xlp_rsa_init()
|
| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | bus_machdep.c | 538 *vaddr = contigmalloc(dmat->dt_maxsize, M_DEVBUF, mflags, in nexus_dmamem_alloc()
|
| /freebsd-12.1/sys/dev/lge/ |
| H A D | if_lge.c | 518 sc->lge_ldata = contigmalloc(sizeof(struct lge_list_data), M_DEVBUF, 764 sc->lge_cdata.lge_jumbo_buf = contigmalloc(LGE_JMEM, M_DEVBUF,
|
| /freebsd-12.1/sys/dev/ioat/ |
| H A D | ioat_test.c | 123 tx->buf[i] = contigmalloc(test->buffer_size, in ioat_test_transaction_create()
|
| /freebsd-12.1/sys/contrib/ncsw/user/env/ |
| H A D | xx.c | 199 XX_MallocSmartPool = contigmalloc(MALLOCSMART_POOL_SIZE, M_NETCOMMSW, in XX_MallocSmartInit()
|
| /freebsd-12.1/sys/powerpc/powernv/ |
| H A D | opal_pci.c | 368 sc->tce = contigmalloc(tce_tbl_size, in opalpci_attach()
|
| /freebsd-12.1/sys/dev/isci/ |
| H A D | isci_controller.c | 189 mde->virtual_address = contigmalloc(PAGE_SIZE, in scif_cb_controller_allocate_memory()
|