Home
last modified time | relevance | path

Searched defs:cpu_relax (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dprocessor.h11 # define cpu_relax() asm volatile("rep; nop" ::: "memory") macro
14 # define cpu_relax() asm volatile("yield" ::: "memory") macro
18 # define cpu_relax() asm volatile("or 1, 1, 1;" \ macro
22 # define cpu_relax() barrier() macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h125 #define cpu_relax() barrier() macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dprocessor.h105 #define cpu_relax() barrier() macro