Searched defs:__flush_dcache_page (Results 1 – 6 of 6) sorted by relevance
179 .globl __flush_dcache_page symbol180 __flush_dcache_page: /* %o0=kaddr, %o1=flush_icache */ label
61 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page() function
81 static void __flush_dcache_page(unsigned long phys) in __flush_dcache_page() function
80 void __flush_dcache_page(struct page *page) in __flush_dcache_page() function
163 void __flush_dcache_page(struct address_space *mapping, struct page *page) in __flush_dcache_page() function
63 # define __flush_dcache_page(p) do { } while(0) macro