Home
last modified time | relevance | path

Searched refs:__nops (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Dbarrier.h16 #define __nops(n) ".rept " #n "\nnop\n.endr\n" macro
17 #define nops(n) __asm__ __volatile__ (__nops(n))
H A Derrata_list.h88 __nops(7), \
137 __nops(6), \
/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dspinlock.h61 __nops(3)) in hyp_spin_lock()
95 __nops(1)) in hyp_spin_unlock()
/openbmc/linux/arch/arm64/include/asm/
H A Dbarrier.h16 #define __nops(n) ".rept " #n "\nnop\n.endr\n" macro
17 #define nops(n) asm volatile(__nops(n))
H A Dpercpu.h81 __nops(3)) \
103 __nops(2)) \
H A Dcmpxchg.h36 __nops(3) \