Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddma-heap.h22 #define DMA_HEAP_VALID_HEAP_FLAGS (0) macro
/openbmc/linux/drivers/dma-buf/
H A Ddma-heap.c108 if (heap_allocation->heap_flags & ~DMA_HEAP_VALID_HEAP_FLAGS) in dma_heap_ioctl_allocate()