Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dprocessor.h152 #define PREFETCHW_ASM(x) \ macro
166 __asm__ __volatile__(PREFETCHW_ASM(%0) : : "r" (x) : "memory"); in prefetchw()
H A Dcmpxchg.h42 PREFETCHW_ASM(%5) \