| /freebsd/lib/libuvmem/ |
| H A D | Symbol.map | 4 vmem_create;
|
| /freebsd/sys/dev/dpaa/ |
| H A D | fman_muram.c | 54 sc->sc_vmem = vmem_create("MURAM", rman_get_bushandle(sc->sc_mem), in fman_muram_attach()
|
| H A D | qman.c | 378 vmem_create("qman-fqalloc", 1, nfqd - 1, 1, 0, M_WAITOK); in qman_attach() 380 vmem_create("qman-fqalloc", qman_channel_pool1, in qman_attach() 382 sc->sc_cgalloc = vmem_create("qman->cgalloc", 0, QMAN_CGRS, in qman_attach()
|
| H A D | bman.c | 193 sc->sc_vmem = vmem_create("BMan Pools", 0, bp_count, 1, 0, M_WAITOK); in bman_attach()
|
| H A D | fman.c | 675 sc->muram_vmem = vmem_create("MURAM", in fman_init_muram()
|
| /freebsd/sys/powerpc/powernv/ |
| H A D | opal_async.c | 64 async_token_pool = vmem_create("OPAL Async", 0, count, 1, 1, in opal_init_async_tokens()
|
| H A D | opal_pci.c | 425 sc->msi_vmem = vmem_create("OPAL MSI", msi_ranges[0], in opalpci_attach()
|
| /freebsd/sys/sys/ |
| H A D | vmem.h | 73 vmem_t *vmem_create(const char *name, vmem_addr_t base,
|
| /freebsd/sys/dev/xdma/ |
| H A D | xdma_iommu.c | 142 xio->vmem = vmem_create("xDMA vmem", 0, 0, PAGE_SIZE, in xdma_iommu_init()
|
| H A D | xdma.c | 418 vmem = vmem_create("xDMA vmem", 0, 0, PAGE_SIZE, in xdma_get_memory()
|
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | resource.c | 312 rdev->rqt_arena = vmem_create("RQT_MEM_POOL", in c4iw_rqtpool_alloc()
|
| /freebsd/sys/arm64/intel/ |
| H A D | stratix10-svc.c | 177 vmem = vmem_create("stratix10 vmem", 0, 0, PAGE_SIZE, in s10_get_memory()
|
| /freebsd/sys/vm/ |
| H A D | vm_kern.c | 941 vm_dom[domain].vmd_kernel_arena = vmem_create( in kmem_init() 957 vm_dom[domain].vmd_kernel_rwx_arena = vmem_create( in kmem_init() 959 vm_dom[domain].vmd_kernel_nofree_arena = vmem_create( in kmem_init()
|
| H A D | vm_glue.c | 704 vmd_kstack_arena[domain] = vmem_create("kstack arena", 0, 0, in kstack_cache_init()
|
| /freebsd/sys/powerpc/pseries/ |
| H A D | plpar_iommu.c | 138 window->map->vmem = vmem_create("IOMMU mappings", PAGE_SIZE, in phyp_iommu_set_dma_tag()
|
| H A D | phyp_vscsi.c | 727 sc->srp_iu_arena = vmem_create("VSCSI SRP IU", PAGE_SIZE, in vscsi_crq_load_cb()
|
| /freebsd/sys/arm/annapurna/alpine/ |
| H A D | alpine_pci_msix.c | 214 sc->irq_alloc = vmem_create("Alpine MSI-X IRQs", 0, sc->irq_count, in al_msix_attach()
|
| /freebsd/sys/x86/iommu/ |
| H A D | intel_intrmap.c | 362 unit->irtids = vmem_create("dmarirt", 0, unit->irte_cnt, 1, 0, in dmar_init_irt()
|
| H A D | amd_intrmap.c | 342 ctx->irtids = vmem_create("amdirt", 0, unit->irte_nentries, 1, 0, in amdiommu_ctx_init_irte()
|
| /freebsd/sys/powerpc/mpc85xx/ |
| H A D | pci_mpc85xx.c | 917 msi_vmem = vmem_create("MPIC MSI", 0, 0, 1, 0, M_BESTFIT | M_WAITOK); in fsl_msi_attach()
|
| /freebsd/sys/amd64/sgx/ |
| H A D | sgx.c | 1109 sc->vmem_epc = vmem_create("SGX EPC", sc->epc_base, sc->epc_size, in sgx_get_epc_area()
|
| /freebsd/sys/arm64/vmm/ |
| H A D | vmm_arm64.c | 298 el2_mem_alloc = vmem_create("VMM EL2", 0, 0, PAGE_SIZE, 0, in vmmops_modinit()
|
| /freebsd/sys/kern/ |
| H A D | subr_vmem.c | 1398 vmem_create(const char *name, vmem_addr_t base, vmem_size_t size, in vmem_create() function
|
| /freebsd/sys/arm64/arm64/ |
| H A D | gicv3_its.c | 1158 sc->sc_irq_alloc = vmem_create(device_get_nameunit(dev), 0, in gicv3_its_attach()
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 2417 vmem.9 vmem_create.9 \
|