Go to the documentation of this file.
10 #ifndef __ASM_SH_CACHE_INSNS_64_H
11 #define __ASM_SH_CACHE_INSNS_64_H
13 #define __icbi(addr) __asm__ __volatile__ ( "icbi %0, 0\n\t" : : "r" (addr))
14 #define __ocbp(addr) __asm__ __volatile__ ( "ocbp %0, 0\n\t" : : "r" (addr))
15 #define __ocbi(addr) __asm__ __volatile__ ( "ocbi %0, 0\n\t" : : "r" (addr))
16 #define __ocbwb(addr) __asm__ __volatile__ ( "ocbwb %0, 0\n\t" : : "r" (addr))
20 return (
unsigned long long)(
signed long long)(
signed long)
val;