Home
last modified time | relevance | path

Searched defs:prefetchw (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dprefetch.h36 static inline void prefetchw(const void *addr) in prefetchw() function
/openbmc/linux/include/linux/
H A Dprefetch.h43 #define prefetchw(x) __builtin_prefetch(x,1) macro
/openbmc/linux/arch/alpha/include/asm/
H A Dprocessor.h56 extern inline void prefetchw(const void *ptr) in prefetchw() function
/openbmc/linux/arch/arm/include/asm/
H A Dprocessor.h119 static inline void prefetchw(const void *ptr) in prefetchw() function
/openbmc/linux/arch/sparc/include/asm/
H A Dprocessor_64.h230 static inline void prefetchw(const void *x) in prefetchw() function
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor_32.h197 static inline void prefetchw(const void *x) in prefetchw() function
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.h30 #define prefetchw(ptr) prefetch(ptr) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h217 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/openbmc/linux/arch/mips/include/asm/
H A Dprocessor.h390 #define prefetchw(x) __builtin_prefetch((x), 1, 1) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h357 static inline void prefetchw(const void *ptr) in prefetchw() function
/openbmc/linux/arch/powerpc/include/asm/
H A Dprocessor.h400 static inline void prefetchw(const void *x) in prefetchw() function
/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h646 prefetchw (const void *x) in prefetchw() function
/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h637 static __always_inline void prefetchw(const void *x) in prefetchw() function