Searched refs:kmem_alloc_contig (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/sys/vm/
H A Dvm_extern.h57 vm_offset_t kmem_alloc_contig(struct vmem *, vm_size_t size, int flags,
H A Dvm_kern.c218 kmem_alloc_contig(struct vmem *vmem, vm_size_t size, int flags, vm_paddr_t low, function
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_network.h201 mem = (void *)kmem_alloc_contig(kmem_arena, size, M_WAITOK, 0, ~0ul,
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.c183 channel->bd = (void *)kmem_alloc_contig(kernel_arena,
396 sc->ccb = (void *)kmem_alloc_contig(kernel_arena,
415 sc->bd0 = (void *)kmem_alloc_contig(kernel_arena,
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_intrmap.c341 unit->irt = (dmar_irte_t *)(uintptr_t)kmem_alloc_contig(kernel_arena,
H A Dintel_qi.c399 unit->inv_queue = kmem_alloc_contig(kernel_arena, unit->inv_queue_size,
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h148 mem = (void *)kmem_alloc_contig(kmem_arena, size, flag, 0, high, align,
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_fimd.c359 sc->sc_info.fb_vbase = (intptr_t)kmem_alloc_contig(kernel_arena,
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c185 addr = kmem_alloc_contig(kmem_arena, size,
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_fb.c181 sc->vaddr = kmem_alloc_contig(kernel_arena, sc->fbsize,
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dbusdma_machdep.c535 *vaddr = (void *)kmem_alloc_contig(kmem_arena, dmat->maxsize,
/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c405 ret = (void *)kmem_alloc_contig(kernel_arena, size, flags, low, high,
H A Dkern_mbuf.c392 return ((void *)kmem_alloc_contig(kernel_arena, bytes, wait,
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_xhci.c811 fw_vaddr = kmem_alloc_contig(kernel_arena, fw_size,
H A Dtegra_pcie.c1399 sc->msi_page = kmem_alloc_contig(kernel_arena, PAGE_SIZE, M_WAITOK,
/freebsd-11-stable/sys/dev/agp/
H A Dagp.c155 gatt->ag_virtual = (void *)kmem_alloc_contig(kernel_arena,
H A Dagp_i810.c1190 sc->gatt->ag_virtual = (void *)kmem_alloc_contig(kernel_arena,
/freebsd-11-stable/sys/mips/mips/
H A Dbusdma_machdep.c701 vaddr = (void *)kmem_alloc_contig(kernel_arena, dmat->maxsize,
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c1237 sc->tegra_crtc.cursor_vbase = kmem_alloc_contig(kernel_arena,
/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c312 * kmem_alloc_contig() just because it can allocate pages in an address range).
746 *vaddr = (void *)kmem_alloc_contig(kernel_arena, dmat->maxsize,
H A Dbusdma_machdep-v6.c269 * kmem_alloc_contig() just because it can allocate pages in an address range).
800 *vaddr = (void *)kmem_alloc_contig(kernel_arena, dmat->maxsize,
/freebsd-11-stable/sys/x86/x86/
H A Dbusdma_bounce.c434 *vaddr = (void *)kmem_alloc_contig(kernel_arena,
462 * was used and set if kmem_alloc_contig() was used.
/freebsd-11-stable/sys/arm64/arm64/
H A Dbusdma_bounce.c499 *vaddr = (void *)kmem_alloc_contig(kernel_arena,
530 * was used and set if kmem_alloc_contig() was used.
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c2492 ret = (void *)kmem_alloc_contig(kernel_arena, size, M_ZERO | M_NOWAIT,
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c723 return ((void *)kmem_alloc_contig(kernel_arena, bytes, wait, 0x0ULL,

Completed in 591 milliseconds

12