Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/powerpc/mpc85xx/
H A Dfsl_diu.c285 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 Dpst-iop.c245 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 Dx86bios.c126 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 Dvmci_kernel_if.c215 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 Drtas.c109 rtas_bounce_virt = contigmalloc(rtas_size + PAGE_SIZE, M_RTAS, 0, 0, in rtas_setup()
/freebsd-13.1/sys/powerpc/ps3/
H A Dps3pic.c126 sc->bitmap_thread0 = contigmalloc(128 /* 512 bits * 2 */, M_PS3PIC, in ps3pic_attach()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h152 return (contigmalloc(size, M_KMALLOC, M_WAITOK, 0, UINT_MAX, 1, 1)); in vmalloc_32()
/freebsd-13.1/sys/powerpc/powernv/
H A Dopal_nvram.c149 sc->sc_buf = contigmalloc(NVRAM_BUFSIZE, M_DEVBUF, M_WAITOK, in opal_nvram_attach()
H A Dxive.c384 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 Dopal_pci.c380 sc->tce = contigmalloc(tce_tbl_size, in opalpci_attach()
/freebsd-13.1/sys/sys/
H A Dmalloc.h181 void *contigmalloc(unsigned long size, struct malloc_type *type, int flags,
/freebsd-13.1/sys/arm64/iommu/
H A Dsmmu.c318 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 Dacpi_wakeup.c333 wakepages[i] = contigmalloc(PAGE_SIZE, M_DEVBUF, in acpi_alloc_wakeup_handler()
/freebsd-13.1/sys/arm64/arm64/
H A Dgicv3_its.c387 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 Dimx51_ipuv3_fbd.c140 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 Ddcons_os.c361 dg.buf = (struct dcons_buf *) contigmalloc(dg.size, in dcons_drv_init()
/freebsd-13.1/sys/x86/isa/
H A Disa_dma.c109 buf = contigmalloc(bouncebufsize, M_DEVBUF, flag, 0ul, 0xfffffful, in isa_dma_init()
/freebsd-13.1/sys/amd64/acpica/
H A Dacpi_wakeup.c325 *wakeaddr = contigmalloc(PAGE_SIZE, M_DEVBUF, in acpi_alloc_wakeup_handler()
/freebsd-13.1/sys/mips/nlm/dev/sec/
H A Dnlmrsa.c164 cmd->rsasrc = contigmalloc(sizeof(nlm_rsa_ucode_data), in xlp_rsa_init()
/freebsd-13.1/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c418 sc->sc_info.fb_vbase = (intptr_t)contigmalloc(sc->sc_info.fb_size, in dcu_attach()
/freebsd-13.1/sys/dev/adlink/
H A Dadlink.c259 pg->virt = contigmalloc(sc->p0->chunksize, in adlink_ioctl()
/freebsd-13.1/sys/dev/hptmv/
H A Dentry.c900 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 Dif_lge.c519 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 Dxx.c197 XX_MallocSmartPool = contigmalloc(MALLOCSMART_POOL_SIZE, M_NETCOMMSW, in XX_MallocSmartInit()
/freebsd-13.1/sys/dev/ioat/
H A Dioat_test.c124 tx->buf[i] = contigmalloc(test->buffer_size, in ioat_test_transaction_create()

12