include\asm-generic\tlb.h
static
inline
unsigned
long
tlb_get_unmap_size(
struct
mmu_gather *tlb)
{
return
1UL << tlb_get_unmap_shift(tlb);
}