Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/include/asm/
H A Dtlbflush.h179 int __pages = min((pages), \
181 (__pages >> (5 * (scale) + 1)) - 1; \
/linux-6.15/include/asm-generic/
H A Dtlb.h367 struct page *__pages[MMU_GATHER_BUNDLE]; member
/linux-6.15/mm/
H A Dmmu_gather.c417 tlb->local.max = ARRAY_SIZE(tlb->__pages); in __tlb_gather_mmu()