Searched refs:__nops (Results 1 – 6 of 6) sorted by relevance
16 #define __nops(n) ".rept " #n "\nnop\n.endr\n" macro17 #define nops(n) __asm__ __volatile__ (__nops(n))
78 __nops(7), \127 __nops(6), \
61 __nops(3)) in hyp_spin_lock()95 __nops(1)) in hyp_spin_unlock()
16 #define __nops(n) ".rept " #n "\nnop\n.endr\n" macro17 #define nops(n) asm volatile(__nops(n))
81 __nops(3)) \103 __nops(2)) \
36 __nops(3) \