Searched refs:VMAP_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
2575 #define VMAP_BLOCK_SIZE (VMAP_BBMAP_BITS * PAGE_SIZE) macro2653 int index = (addr / VMAP_BLOCK_SIZE) % nr_cpu_ids; in addr_to_vb_xa()2675 addr -= VMALLOC_START & ~(VMAP_BLOCK_SIZE-1); in addr_to_vb_idx()2676 addr /= VMAP_BLOCK_SIZE; in addr_to_vb_idx()2713 va = alloc_vmap_area(VMAP_BLOCK_SIZE, VMAP_BLOCK_SIZE, in new_vmap_block()2914 offset = (addr & (VMAP_BLOCK_SIZE - 1)) >> PAGE_SHIFT; in vb_free()