Searched refs:_op (Results 1 – 3 of 3) sorted by relevance
110 static inline void tlbi##_op(void) \117 static inline void bpi##_op(void) \130 #define DEFINE_TLBIOP_FUNC(_op, ...) \ argument131 _DEFINE_TLBIOP_FUNC(_op, __VA_ARGS__)138 #define DEFINE_BPIOP_FUNC(_op, ...) \ argument139 _DEFINE_BPIOP_FUNC(_op, __VA_ARGS__)152 _DEFINE_DCOP_PARAM_FUNC(_op, __VA_ARGS__)158 #define DEFINE_SYSOP_FUNC(_op) \ argument159 static inline void _op(void) \161 __asm__ (#_op); \[all …]
121 .macro dcsw_loop _op125 loop2_\_op:128 loop3_\_op:130 dc \_op, x11132 b.hs loop3_\_op135 b.hs loop2_\_op
66 #define DEFINE_SYSOP_FUNC(_op) \ argument67 static inline void _op(void) \69 __asm__ (#_op); \73 #define DEFINE_SYSOP_PARAM_FUNC(_op) \ argument74 static inline void _op(uint64_t v) \76 __asm__ (#_op " %0" : : "r" (v)); \80 #define DEFINE_SYSOP_TYPE_FUNC(_op, _type) \ argument81 static inline void _op ## _type(void) \83 __asm__ (#_op " " #_type : : : "memory"); \88 static inline void _op ## _type(uint64_t v) \[all …]
Completed in 5 milliseconds