Home
last modified time | relevance | path

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

/Linux-v4.19/arch/c6x/mm/
Ddma-coherent.c121 phys_addr_t bitmap_phys; in coherent_mem_init() local
138 bitmap_phys = memblock_alloc(BITS_TO_LONGS(dma_pages) * sizeof(long), in coherent_mem_init()
141 dma_bitmap = phys_to_virt(bitmap_phys); in coherent_mem_init()