Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/arm/protected_memory_allocator/
H A Dprotected_memory_allocator.c93 size_t alloc_bitfield_idx, size_t start_bit, in small_granularity_alloc() argument
109 WARN(alloc_bitfield_idx >= alloc_pages_bitfield_size, in small_granularity_alloc()
111 alloc_bitfield_idx, alloc_pages_bitfield_size); in small_granularity_alloc()
117 bitfield = &epma_dev->allocated_pages_bitfield_arr[alloc_bitfield_idx]; in small_granularity_alloc()
130 page_idx = (alloc_bitfield_idx * PAGES_PER_BITFIELD_ELEM) + start_bit; in small_granularity_alloc()