Home
last modified time | relevance | path

Searched refs:local_flush_page_to_ram (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/sparc/include/asm/
Dcacheflush_32.h26 BTFIXUPDEF_CALL(void, local_flush_page_to_ram, unsigned long)
29 #define local_flush_page_to_ram(addr) BTFIXUP_CALL(local_flush_page_to_ram)(addr) macro
/linux-3.4.99/arch/sparc/kernel/
Dsmp_32.c289 xc1((smpfunc_t) BTFIXUP_CALL(local_flush_page_to_ram), page); in smp_flush_page_to_ram()
291 local_flush_page_to_ram(page); in smp_flush_page_to_ram()
/linux-3.4.99/arch/sparc/mm/
Dsrmmu.c2294 BTFIXUPCOPY_CALL(local_flush_page_to_ram, __flush_page_to_ram); in ld_mmu_srmmu()
2319 BTFIXUPCOPY_CALL(__flush_page_to_ram, local_flush_page_to_ram); in ld_mmu_srmmu()