Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/arm/protected_memory_allocator/
H A Dprotected_memory_allocator.c71 #define ALLOC_PAGES_BITFIELD_ARR_SIZE(num_pages) \ macro
107 alloc_pages_bitfield_size = ALLOC_PAGES_BITFIELD_ARR_SIZE(epma_dev->rmem_size); in small_granularity_alloc()
173 WARN((start_alloc_bitfield_idx + order) >= ALLOC_PAGES_BITFIELD_ARR_SIZE(epma_dev->rmem_size), in large_granularity_alloc()
257 size_t alloc_pages_bitmap_size = ALLOC_PAGES_BITFIELD_ARR_SIZE(epma_dev->rmem_size); in simple_pma_alloc_page()
298 size_t alloc_pages_bitmap_size = ALLOC_PAGES_BITFIELD_ARR_SIZE(epma_dev->rmem_size); in simple_pma_alloc_page()
388 alloc_pages_bitmap_size = ALLOC_PAGES_BITFIELD_ARR_SIZE(epma_dev->rmem_size); in simple_pma_free_page()
481 alloc_bitmap_pages_arr_size = ALLOC_PAGES_BITFIELD_ARR_SIZE(epma_dev->rmem_size); in protected_memory_allocator_probe()