Searched refs:contigfree (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/kernel/freebsd/contigmem/ |
| H A D | contigmem.c | 169 contigfree(contigmem_buffers[i].addr, in contigmem_load() 196 contigfree(contigmem_buffers[i].addr, in contigmem_unload()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | malloc.h | 174 void contigfree(void *addr, unsigned long size, struct malloc_type *type);
|
| /f-stack/freebsd/sys/ |
| H A D | malloc.h | 179 void contigfree(void *addr, unsigned long size, struct malloc_type *type);
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | acpi_wakeup.c | 407 contigfree(wakepages[i], PAGE_SIZE, M_DEVBUF); in acpi_alloc_wakeup_handler()
|
| /f-stack/freebsd/x86/isa/ |
| H A D | isa_dma.c | 128 contigfree(buf, bouncebufsize, M_DEVBUF); in isa_dma_init()
|
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmrsa.c | 327 contigfree(cmd->rsasrc, sizeof(nlm_rsa_ucode_data), in xlp_free_cmd_params()
|
| /f-stack/freebsd/arm64/iommu/ |
| H A D | smmu.c | 937 contigfree(strtab->vaddr, l1size, M_SMMU); in smmu_init_strtab_2lvl() 1029 contigfree(l1_desc->va, l1_desc->size, M_SMMU); in smmu_deinit_l1_entry() 1735 contigfree(cd->vaddr, cd->size, M_SMMU); in smmu_domain_free()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | gicv3_its.c | 583 contigfree(conf_table, LPI_CONFTAB_SIZE, M_GICV3_ITS); in gicv3_its_conftable_init() 1215 contigfree((void *)its_dev->itt, its_dev->itt_size, M_GICV3_ITS); in its_device_release()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_malloc.c | 492 contigfree(void *addr, unsigned long size, struct malloc_type *type) in contigfree() function
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | svm.c | 2145 contigfree(sc->iopm_bitmap, SVM_IO_BITMAP_SIZE, M_SVM); in svm_cleanup() 2146 contigfree(sc->msr_bitmap, SVM_MSR_BITMAP_SIZE, M_SVM); in svm_cleanup()
|