Home
last modified time | relevance | path

Searched refs:__ocbwb (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/sh/mm/
Dflush-sh4.c25 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region()
26 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region()
27 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region()
28 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region()
29 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region()
30 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region()
31 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region()
32 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region()
37 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region()
Dcache-sh4.c71 __ocbwb(v); in sh4_flush_icache_range()
/linux-6.12.1/arch/sh/include/asm/
Dcache_insns_32.h15 #define __ocbwb(addr) __asm__ __volatile__ ( "ocbwb @%0\n\t" : : "r" (addr)) macro