Searched defs:flushi (Results 1 – 3 of 3) sorted by relevance
6 #define flushi(addr) __asm__ __volatile__ ("flush %0" : : "r" (addr) : "memory") macro
268 void cpu_cache_wbinval_page(unsigned long page, int flushi) in cpu_cache_wbinval_page()334 void cpu_cache_wbinval_range(unsigned long start, unsigned long end, int flushi) in cpu_cache_wbinval_range()353 bool flushi, bool wbd) in cpu_cache_wbinval_range_check()
32 bool flushi = true, wbd = true; in SYSCALL_DEFINE3() local
Completed in 4 milliseconds