Searched refs:__flush_page_to_ram (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dcacheflush_mm.h113 static inline void __flush_page_to_ram(void *vaddr) function
132 #define flush_dcache_page(page) __flush_page_to_ram(page_address(page))
135 #define flush_icache_page(vma, page) __flush_page_to_ram(page_address(page))
H A Dmotorola_pgalloc.h16 __flush_page_to_ram(pte);
39 __flush_page_to_ram(pte);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dcacheflush_32.h70 BTFIXUPDEF_CALL(void, __flush_page_to_ram, unsigned long)
73 #define __flush_page_to_ram(addr) BTFIXUP_CALL(__flush_page_to_ram)(addr) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mm/
H A Dmotorola.c60 __flush_page_to_ram(ptablep);
100 __flush_page_to_ram(last_pgtable);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsrmmu.c594 __flush_page_to_ram(virt_addr);
1426 BTFIXUPSET_CALL(__flush_page_to_ram, hypersparc_flush_page_to_ram, BTFIXUPCALL_NORM);
1493 BTFIXUPSET_CALL(__flush_page_to_ram, cypress_flush_page_to_ram, BTFIXUPCALL_NORM);
1591 BTFIXUPSET_CALL(__flush_page_to_ram, swift_flush_page_to_ram, BTFIXUPCALL_NORM);
1737 BTFIXUPSET_CALL(__flush_page_to_ram, turbosparc_flush_page_to_ram, BTFIXUPCALL_NORM);
1778 BTFIXUPSET_CALL(__flush_page_to_ram, tsunami_flush_page_to_ram, BTFIXUPCALL_NOP);
1871 BTFIXUPSET_CALL(__flush_page_to_ram, viking_flush_page_to_ram, BTFIXUPCALL_NOP);
1904 BTFIXUPSET_CALL(__flush_page_to_ram, leon_flush_cache_all,
2185 BTFIXUPCOPY_CALL(local_flush_page_to_ram, __flush_page_to_ram);
2200 BTFIXUPSET_CALL(__flush_page_to_ram, smp_flush_page_to_ra
[all...]
H A Diommu.c169 __flush_page_to_ram(start);
369 __flush_page_to_ram(page);
H A Dinit_32.c527 __flush_page_to_ram(vaddr);
H A Dsun4c.c2078 BTFIXUPSET_CALL(__flush_page_to_ram, sun4c_flush_page_to_ram, BTFIXUPCALL_NORM);

Completed in 210 milliseconds