Home
last modified time | relevance | path

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

/openbmc/linux/kernel/dma/
H A Dcontiguous.c148 static phys_addr_t __init __maybe_unused cma_early_percent_memory(void) in cma_early_percent_memory() function
157 static inline __maybe_unused phys_addr_t cma_early_percent_memory(void) in cma_early_percent_memory() function
239 selected_size = cma_early_percent_memory(); in dma_contiguous_reserve()
241 selected_size = min(size_bytes, cma_early_percent_memory()); in dma_contiguous_reserve()
243 selected_size = max(size_bytes, cma_early_percent_memory()); in dma_contiguous_reserve()