Home
last modified time | relevance | path

Searched defs:flushi (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/include/asm/
A Dcacheflush.h6 #define flushi(addr) __asm__ __volatile__ ("flush %0" : : "r" (addr) : "memory") macro
/linux/arch/nds32/mm/
A Dproc.c268 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()
/linux/arch/nds32/kernel/
A Dsys_nds32.c32 bool flushi = true, wbd = true; in SYSCALL_DEFINE3() local

Completed in 4 milliseconds