Searched refs:page_to_ram (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | srmmu.c | 1113 .page_to_ram = hypersparc_flush_page_to_ram, 1165 .page_to_ram = swift_flush_page_to_ram, 1363 .page_to_ram = turbosparc_flush_page_to_ram, 1396 .page_to_ram = tsunami_flush_page_to_ram, 1468 .page_to_ram = viking_flush_page_to_ram, 1499 .page_to_ram = viking_flush_page_to_ram, 1758 xc1((smpfunc_t) local_ops->page_to_ram, page); in smp_flush_page_to_ram() 1760 local_ops->page_to_ram(page); in smp_flush_page_to_ram() 1783 .page_to_ram = smp_flush_page_to_ram, 1813 smp_cachetlb_ops.page_to_ram in load_mmu() [all...] |
H A D | leon_mm.c | 340 .page_to_ram = leon_flush_page_to_ram,
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | srmmu.c | 1112 .page_to_ram = hypersparc_flush_page_to_ram, 1164 .page_to_ram = swift_flush_page_to_ram, 1362 .page_to_ram = turbosparc_flush_page_to_ram, 1395 .page_to_ram = tsunami_flush_page_to_ram, 1467 .page_to_ram = viking_flush_page_to_ram, 1498 .page_to_ram = viking_flush_page_to_ram, 1755 xc1(local_ops->page_to_ram, page); in smp_flush_page_to_ram() 1757 local_ops->page_to_ram(page); in smp_flush_page_to_ram() 1779 .page_to_ram = smp_flush_page_to_ram, 1809 smp_cachetlb_ops.page_to_ram in load_mmu() [all...] |
H A D | leon_mm.c | 340 .page_to_ram = leon_flush_page_to_ram,
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | cachetlb_32.h | 21 void (*page_to_ram)(unsigned long); member
|
H A D | cacheflush_32.h | 32 sparc32_cachetlb_ops->page_to_ram(addr)
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | cachetlb_32.h | 21 void (*page_to_ram)(unsigned long); member
|
H A D | cacheflush_32.h | 32 sparc32_cachetlb_ops->page_to_ram(addr)
|
Completed in 7 milliseconds