Home
last modified time | relevance | path

Searched refs:BF_KMEM_ALLOC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dbusdma_bounce.c64 BF_KMEM_ALLOC = 0x04, enumerator
440 dmat->bounce_flags |= BF_KMEM_ALLOC; in bounce_bus_dmamem_alloc()
445 dmat->bounce_flags |= BF_KMEM_ALLOC; in bounce_bus_dmamem_alloc()
471 * should be NULL and the BF_KMEM_ALLOC flag cleared if malloc() in bounce_bus_dmamem_free()
476 if ((dmat->bounce_flags & BF_KMEM_ALLOC) == 0) in bounce_bus_dmamem_free()
/freebsd/sys/arm64/arm64/
H A Dbusdma_bounce.c68 BF_KMEM_ALLOC = BF_KMEM_ALLOC_PAGES | BF_KMEM_ALLOC_CONTIG, enumerator
623 if ((dmat->bounce_flags & BF_KMEM_ALLOC) == 0) in bounce_bus_dmamem_free()