/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_hugepage.c | 29 int ret, lpsize = MMU_PAGE_16M; in __hash_page_thp() local 113 psize, lpsize, ssize, flags); in __hash_page_thp() 141 psize, lpsize, ssize); in __hash_page_thp() 150 psize, lpsize, ssize); in __hash_page_thp() 167 psize, lpsize, old_pmd); in __hash_page_thp()
|
H A D | hash_utils.c | 1264 int ssize, int psize, int lpsize, unsigned long pte) in hash_failure_debug() 1271 trap, vsid, ssize, psize, lpsize, pte); in hash_failure_debug() 1262 hash_failure_debug(unsigned long ea, unsigned long access, unsigned long vsid, unsigned long trap, int ssize, int psize, int lpsize, unsigned long pte) hash_failure_debug() argument
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_hugepage.c | 29 int ret, lpsize = MMU_PAGE_16M; in __hash_page_thp() local 113 psize, lpsize, ssize, flags); in __hash_page_thp() 141 psize, lpsize, ssize); in __hash_page_thp() 150 psize, lpsize, ssize); in __hash_page_thp() 167 psize, lpsize, old_pmd); in __hash_page_thp()
|
H A D | hash_utils.c | 1419 int ssize, int psize, int lpsize, unsigned long pte) in hash_failure_debug() 1426 trap, vsid, ssize, psize, lpsize, pte); in hash_failure_debug() 1417 hash_failure_debug(unsigned long ea, unsigned long access, unsigned long vsid, unsigned long trap, int ssize, int psize, int lpsize, unsigned long pte) hash_failure_debug() argument
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | 488 int ssize, int psize, int lpsize,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | 493 int ssize, int psize, int lpsize,
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
H A D | set_memory.c | 528 unsigned long lpsize, int warnlvl) in static_protections() 553 if (lpsize != (npg * PAGE_SIZE) || (start & (lpsize - 1))) { in static_protections() 937 /* Hand in lpsize = 0 to enforce the protection mechanism */ in split_set_pte() 1535 /* Hand in lpsize = 0 to enforce the protection mechanism */ in __change_page_attr() 526 static_protections(pgprot_t prot, unsigned long start, unsigned long pfn, unsigned long npg, unsigned long lpsize, int warnlvl) static_protections() argument
|
/kernel/linux/linux-6.6/arch/x86/mm/pat/ |
H A D | set_memory.c | 575 unsigned long lpsize, int warnlvl) in static_protections() 600 if (lpsize != (npg * PAGE_SIZE) || (start & (lpsize - 1))) { in static_protections() 1015 /* Hand in lpsize = 0 to enforce the protection mechanism */ in split_set_pte() 1614 /* Hand in lpsize = 0 to enforce the protection mechanism */ in __change_page_attr() 573 static_protections(pgprot_t prot, unsigned long start, unsigned long pfn, unsigned long npg, unsigned long lpsize, int warnlvl) static_protections() argument
|