Go to the documentation of this file.
15 #ifndef __ASM_PARISC_PREFETCH_H
16 #define __ASM_PARISC_PREFETCH_H
19 #ifdef CONFIG_PREFETCH
21 #define ARCH_HAS_PREFETCH
27 " extrw,u,= %0,31,32,%%r0\n"
29 " ldw 0(%0), %%r0" : :
"r" (addr));
34 #define ARCH_HAS_PREFETCHW
35 static inline void prefetchw(
const void *addr)
37 __asm__(
"ldd 0(%0), %%r0" : :
"r" (addr));