Home
last modified time | relevance | path

Searched refs:page_to_ram (Results 1 – 4 of 4) sorted by relevance

/arch/sparc/include/asm/
Dcachetlb_32.h21 void (*page_to_ram)(unsigned long); member
Dcacheflush_32.h34 sparc32_cachetlb_ops->page_to_ram(addr)
/arch/sparc/mm/
Dsrmmu.c1128 .page_to_ram = hypersparc_flush_page_to_ram,
1180 .page_to_ram = swift_flush_page_to_ram,
1378 .page_to_ram = turbosparc_flush_page_to_ram,
1411 .page_to_ram = tsunami_flush_page_to_ram,
1483 .page_to_ram = viking_flush_page_to_ram,
1514 .page_to_ram = viking_flush_page_to_ram,
1773 xc1((smpfunc_t) local_ops->page_to_ram, page); in smp_flush_page_to_ram()
1775 local_ops->page_to_ram(page); in smp_flush_page_to_ram()
1798 .page_to_ram = smp_flush_page_to_ram,
1828 smp_cachetlb_ops.page_to_ram = local_ops->page_to_ram; in load_mmu()
Dleon_mm.c340 .page_to_ram = leon_flush_page_to_ram,