Home
last modified time | relevance | path

Searched refs:__ocbp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sh/mm/
H A Dflush-sh4.c59 __ocbp(v); v += L1_CACHE_BYTES; in sh4__flush_purge_region()
60 __ocbp(v); v += L1_CACHE_BYTES; in sh4__flush_purge_region()
61 __ocbp(v); v += L1_CACHE_BYTES; in sh4__flush_purge_region()
62 __ocbp(v); v += L1_CACHE_BYTES; in sh4__flush_purge_region()
63 __ocbp(v); v += L1_CACHE_BYTES; in sh4__flush_purge_region()
64 __ocbp(v); v += L1_CACHE_BYTES; in sh4__flush_purge_region()
65 __ocbp(v); v += L1_CACHE_BYTES; in sh4__flush_purge_region()
66 __ocbp(v); v += L1_CACHE_BYTES; in sh4__flush_purge_region()
70 __ocbp(v); v += L1_CACHE_BYTES; in sh4__flush_purge_region()
/openbmc/linux/arch/sh/include/asm/
H A Dcache_insns_32.h13 #define __ocbp(addr) __asm__ __volatile__ ( "ocbp @%0\n\t" : : "r" (addr)) macro