Searched refs:__hash_page_4K (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_4k.c | 19 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K() function
|
H A D | hash_64k.c | 36 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K() function
|
H A D | hash_utils.c | 1036 * We have code in __hash_page_4K() and elsewhere, which assumes it can in hash__early_init_mmu() 1482 rc = __hash_page_4K(ea, access, vsid, ptep, trap, in hash_page_mm() 1656 rc = __hash_page_4K(ea, access, vsid, ptep, trap, update_flags, in hash_preload()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_4k.c | 21 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K() function
|
H A D | hash_64k.c | 38 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K() function
|
H A D | hash_utils.c | 1197 * We have code in __hash_page_4K() and elsewhere, which assumes it can in hash__early_init_mmu() 1638 rc = __hash_page_4K(ea, access, vsid, ptep, trap, in hash_page_mm() 1821 rc = __hash_page_4K(ea, access, vsid, ptep, trap, update_flags, in hash_preload()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | 456 extern int __hash_page_4K(unsigned long ea, unsigned long access,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | 459 extern int __hash_page_4K(unsigned long ea, unsigned long access,
|
Completed in 11 milliseconds