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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dcacheflush.h113 static inline void __flush_page_to_ram(void *vaddr) function
131 #define flush_dcache_page(page) __flush_page_to_ram(page_address(page))
134 #define flush_icache_page(vma, page) __flush_page_to_ram(page_address(page))
H A Dmotorola_pgalloc.h17 __flush_page_to_ram(pte);
41 __flush_page_to_ram(pte);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dcacheflush.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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mm/
H A Dmotorola.c58 __flush_page_to_ram(ptablep);
98 __flush_page_to_ram(last_pgtable);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsrmmu.c589 __flush_page_to_ram(virt_addr);
1421 BTFIXUPSET_CALL(__flush_page_to_ram, hypersparc_flush_page_to_ram, BTFIXUPCALL_NORM);
1488 BTFIXUPSET_CALL(__flush_page_to_ram, cypress_flush_page_to_ram, BTFIXUPCALL_NORM);
1586 BTFIXUPSET_CALL(__flush_page_to_ram, swift_flush_page_to_ram, BTFIXUPCALL_NORM);
1732 BTFIXUPSET_CALL(__flush_page_to_ram, turbosparc_flush_page_to_ram, BTFIXUPCALL_NORM);
1773 BTFIXUPSET_CALL(__flush_page_to_ram, tsunami_flush_page_to_ram, BTFIXUPCALL_NOP);
1824 BTFIXUPCOPY_CALL(__flush_page_to_ram, local_flush_page_to_ram);
1878 BTFIXUPSET_CALL(__flush_page_to_ram, viking_flush_page_to_ram, BTFIXUPCALL_NOP);
2150 BTFIXUPCOPY_CALL(local_flush_page_to_ram, __flush_page_to_ram);
2164 BTFIXUPSET_CALL(__flush_page_to_ram, smp_flush_page_to_ra
[all...]
H A Diommu.c161 __flush_page_to_ram(start);
362 __flush_page_to_ram(page);
H A Dinit.c506 __flush_page_to_ram(vaddr);
H A Dsun4c.c2189 BTFIXUPSET_CALL(__flush_page_to_ram, sun4c_flush_page_to_ram, BTFIXUPCALL_NORM);

Completed in 76 milliseconds