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

/linux-master/arch/riscv/include/asm/
H A Dbarrier.h17 #define __nops(n) ".rept " #n "\nnop\n.endr\n" macro
18 #define nops(n) __asm__ __volatile__ (__nops(n))
H A Derrata_list.h77 __nops(7), \
98 __nops(5), \
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dspinlock.h61 __nops(3))
95 __nops(1))
/linux-master/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) \

Completed in 179 milliseconds