Searched refs:RISCV_PAUSE (Results 1 – 3 of 3) sorted by relevance
22 __asm__ __volatile__ (RISCV_PAUSE); in cpu_relax()
199 #define RISCV_PAUSE ".4byte 0x100000f" macro
277 asm volatile(RISCV_PAUSE : : : "memory"); in __cmpwait()