| /freebsd-13.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-13.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-13.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-13.1/sys/dev/vmware/vmci/ |
| H A D | vmci_kernel_if.c | 215 ptr = contigmalloc(size, M_DEVBUF, M_NOWAIT, 0, 0xFFFFFFFF, in vmci_alloc_kernel_mem() 218 ptr = contigmalloc(size, M_DEVBUF, M_WAITOK, 0, 0xFFFFFFFF, in vmci_alloc_kernel_mem()
|
| /freebsd-13.1/sys/powerpc/ofw/ |
| H A D | rtas.c | 109 rtas_bounce_virt = contigmalloc(rtas_size + PAGE_SIZE, M_RTAS, 0, 0, in rtas_setup()
|
| /freebsd-13.1/sys/powerpc/ps3/ |
| H A D | ps3pic.c | 126 sc->bitmap_thread0 = contigmalloc(128 /* 512 bits * 2 */, M_PS3PIC, in ps3pic_attach()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | slab.h | 152 return (contigmalloc(size, M_KMALLOC, M_WAITOK, 0, UINT_MAX, 1, 1)); in vmalloc_32()
|
| /freebsd-13.1/sys/powerpc/powernv/ |
| H A D | opal_nvram.c | 149 sc->sc_buf = contigmalloc(NVRAM_BUFSIZE, M_DEVBUF, M_WAITOK, in opal_nvram_attach()
|
| H A D | xive.c | 384 xive_cpud->queue.q_page = contigmalloc(PAGE_SIZE, M_XIVE, in xive_attach() 763 prov_page = contigmalloc(sc->sc_prov_page_size, M_XIVE, 0, in xive_provision_page()
|
| H A D | opal_pci.c | 380 sc->tce = contigmalloc(tce_tbl_size, in opalpci_attach()
|
| /freebsd-13.1/sys/sys/ |
| H A D | malloc.h | 181 void *contigmalloc(unsigned long size, struct malloc_type *type, int flags,
|
| /freebsd-13.1/sys/arm64/iommu/ |
| H A D | smmu.c | 318 q->vaddr = contigmalloc(sz, M_SMMU, in smmu_init_queue() 811 cd->vaddr = contigmalloc(size, M_SMMU, in smmu_init_cd() 872 strtab->vaddr = contigmalloc(size, M_SMMU, in smmu_init_strtab_linear() 922 strtab->vaddr = contigmalloc(l1size, M_SMMU, in smmu_init_strtab_2lvl() 986 l1_desc->va = contigmalloc(size, M_SMMU, in smmu_init_l1_entry()
|
| /freebsd-13.1/sys/i386/acpica/ |
| H A D | acpi_wakeup.c | 333 wakepages[i] = contigmalloc(PAGE_SIZE, M_DEVBUF, in acpi_alloc_wakeup_handler()
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | gicv3_its.c | 387 sc->sc_its_cmd_base = contigmalloc(ITS_CMDQ_SIZE, M_GICV3_ITS, in gicv3_its_cmdq_init() 488 table = (vm_offset_t)contigmalloc(npages * PAGE_SIZE, in gicv3_its_table_init() 576 conf_table = contigmalloc(LPI_CONFTAB_SIZE, in gicv3_its_conftable_init() 605 sc->sc_pend_base[i] = (vm_offset_t)contigmalloc( in gicv3_its_pendtables_init() 1176 its_dev->itt = (vm_offset_t)contigmalloc(its_dev->itt_size, in its_device_get()
|
| /freebsd-13.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()
|
| /freebsd-13.1/sys/dev/dcons/ |
| H A D | dcons_os.c | 361 dg.buf = (struct dcons_buf *) contigmalloc(dg.size, in dcons_drv_init()
|
| /freebsd-13.1/sys/x86/isa/ |
| H A D | isa_dma.c | 109 buf = contigmalloc(bouncebufsize, M_DEVBUF, flag, 0ul, 0xfffffful, in isa_dma_init()
|
| /freebsd-13.1/sys/amd64/acpica/ |
| H A D | acpi_wakeup.c | 325 *wakeaddr = contigmalloc(PAGE_SIZE, M_DEVBUF, in acpi_alloc_wakeup_handler()
|
| /freebsd-13.1/sys/mips/nlm/dev/sec/ |
| H A D | nlmrsa.c | 164 cmd->rsasrc = contigmalloc(sizeof(nlm_rsa_ucode_data), in xlp_rsa_init()
|
| /freebsd-13.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-13.1/sys/dev/adlink/ |
| H A D | adlink.c | 259 pg->virt = contigmalloc(sc->p0->chunksize, in adlink_ioctl()
|
| /freebsd-13.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() 2950 return (void *)contigmalloc(0x1000, M_DEVBUF, M_NOWAIT, 0x1000000, 0xffffffff, PAGE_SIZE, 0ul); in os_alloc_page() 2956 return (void *)contigmalloc(0x1000, M_DEVBUF, M_NOWAIT, 0x1000000, 0xffffffff, PAGE_SIZE, 0ul); in os_alloc_dma_page()
|
| /freebsd-13.1/sys/dev/lge/ |
| H A D | if_lge.c | 519 sc->lge_ldata = contigmalloc(sizeof(struct lge_list_data), M_DEVBUF, 765 sc->lge_cdata.lge_jumbo_buf = contigmalloc(LGE_JMEM, M_DEVBUF,
|
| /freebsd-13.1/sys/contrib/ncsw/user/env/ |
| H A D | xx.c | 197 XX_MallocSmartPool = contigmalloc(MALLOCSMART_POOL_SIZE, M_NETCOMMSW, in XX_MallocSmartInit()
|
| /freebsd-13.1/sys/dev/ioat/ |
| H A D | ioat_test.c | 124 tx->buf[i] = contigmalloc(test->buffer_size, in ioat_test_transaction_create()
|