Home
last modified time | relevance | path

Searched refs:_op (Results 1 – 3 of 3) sorted by relevance

/tf-a-ffa_el3_spmc/include/arch/aarch32/
A Darch_helpers.h110 static inline void tlbi##_op(void) \
117 static inline void bpi##_op(void) \
130 #define DEFINE_TLBIOP_FUNC(_op, ...) \ argument
131 _DEFINE_TLBIOP_FUNC(_op, __VA_ARGS__)
138 #define DEFINE_BPIOP_FUNC(_op, ...) \ argument
139 _DEFINE_BPIOP_FUNC(_op, __VA_ARGS__)
152 _DEFINE_DCOP_PARAM_FUNC(_op, __VA_ARGS__)
158 #define DEFINE_SYSOP_FUNC(_op) \ argument
159 static inline void _op(void) \
161 __asm__ (#_op); \
[all …]
/tf-a-ffa_el3_spmc/lib/aarch64/
A Dcache_helpers.S121 .macro dcsw_loop _op
125 loop2_\_op:
128 loop3_\_op:
130 dc \_op, x11
132 b.hs loop3_\_op
135 b.hs loop2_\_op
/tf-a-ffa_el3_spmc/include/arch/aarch64/
A Darch_helpers.h66 #define DEFINE_SYSOP_FUNC(_op) \ argument
67 static inline void _op(void) \
69 __asm__ (#_op); \
73 #define DEFINE_SYSOP_PARAM_FUNC(_op) \ argument
74 static inline void _op(uint64_t v) \
76 __asm__ (#_op " %0" : : "r" (v)); \
80 #define DEFINE_SYSOP_TYPE_FUNC(_op, _type) \ argument
81 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