Searched refs:VMAP_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
1909 #define VMAP_BLOCK_SIZE (VMAP_BBMAP_BITS * PAGE_SIZE) macro 1987 int index = (addr / VMAP_BLOCK_SIZE) % nr_cpu_ids; in addr_to_vb_xa() 2009 addr -= VMALLOC_START & ~(VMAP_BLOCK_SIZE-1); in addr_to_vb_idx() 2010 addr /= VMAP_BLOCK_SIZE; in addr_to_vb_idx() 2048 va = alloc_vmap_area(VMAP_BLOCK_SIZE, VMAP_BLOCK_SIZE, in new_vmap_block() 2247 offset = (addr & (VMAP_BLOCK_SIZE - 1)) >> PAGE_SHIFT; in vb_free()