Searched refs:lpsize (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/mm/book3s64/ |
H A D | hash_hugepage.c | 29 int ret, lpsize = MMU_PAGE_16M; in __hash_page_thp() local 110 psize, lpsize, ssize, flags); in __hash_page_thp() 138 psize, lpsize, ssize); in __hash_page_thp() 147 psize, lpsize, ssize); in __hash_page_thp() 164 psize, lpsize, old_pmd); in __hash_page_thp()
|
/linux/arch/x86/mm/pat/ |
H A D | set_memory.c | 573 unsigned long lpsize, int warnlvl) in static_protections() argument 598 if (lpsize != (npg * PAGE_SIZE) || (start & (lpsize - 1))) { in static_protections()
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | 493 int ssize, int psize, int lpsize,
|