Searched refs:hash_page (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | fault.c | 83 * TODO: try calling hash_page from the interrupt handler first 123 ret = hash_page(ea, access, 0x300, dsisr); in spufs_handle_class1()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | fault.c | 83 * TODO: try calling hash_page from the interrupt handler first 123 ret = hash_page(ea, access, 0x300, dsisr); in spufs_handle_class1()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s32/ |
H A D | hash_low.S | 50 _GLOBAL(hash_page) 163 _ASM_NOKPROBE_SYMBOL(hash_page) 185 * want to race with hash_page, and because we want the
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | head_book3s_32.S | 336 bl hash_page 373 bl hash_page 738 bl hash_page 750 bl hash_page
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/ |
H A D | hash_low.S | 49 _GLOBAL(hash_page) 167 _ASM_NOKPROBE_SYMBOL(hash_page) 195 * want to race with hash_page, and because we want the
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | spu_base.c | 171 extern int hash_page(unsigned long ea, unsigned long access, 187 ret = hash_page(ea, in __spu_trap_data_map()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | spu_base.c | 170 extern int hash_page(unsigned long ea, unsigned long access, 186 ret = hash_page(ea, in __spu_trap_data_map()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | 467 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | mmu-hash.h | 470 extern int hash_page(unsigned long ea, unsigned long access, unsigned long trap,
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 703 * hash_page knows to switch processes that use cache-inhibited in htab_init_page_sizes() 1310 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", in hash_page_mm() 1507 int hash_page(unsigned long ea, unsigned long access, unsigned long trap, in hash_page() function 1522 EXPORT_SYMBOL_GPL(hash_page); variable 1612 * a 64K kernel), then we don't preload, hash_page() will take in hash_preload()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | head_book3s_32.S | 693 bl hash_page 705 bl hash_page
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 835 * hash_page knows to switch processes that use cache-inhibited in htab_init_page_sizes() 1464 DBG_LOW("hash_page(ea=%016lx, access=%lx, trap=%lx\n", in hash_page_mm() 1662 int hash_page(unsigned long ea, unsigned long access, unsigned long trap, in hash_page() function 1677 EXPORT_SYMBOL_GPL(hash_page); variable 1785 * a 64K kernel), then we don't preload, hash_page() will take in hash_preload()
|
Completed in 17 milliseconds