Searched refs:_op (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/ |
D | arch_helpers.h | 108 #define _DEFINE_TLBIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 109 static inline void tlbi##_op(void) \ 117 #define _DEFINE_TLBIOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 118 static inline void tlbi##_op(u_register_t v) \ 125 #define _DEFINE_TLBIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 126 static inline void tlbi##_op(void) \ 132 #define _DEFINE_TLBIOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 133 static inline void tlbi##_op(u_register_t v) \ 139 #define _DEFINE_BPIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 140 static inline void bpi##_op(void) \ [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/ |
D | cache_helpers.S | 118 .macro dcsw_loop _op argument 119 loop2_\_op: 122 loop3_\_op: 124 dc \_op, x11 126 b.hs loop3_\_op 129 b.hs loop2_\_op
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/ |
D | arch_helpers.h | 64 #define DEFINE_SYSOP_FUNC(_op) \ argument 65 static inline void _op(void) \ 67 __asm__ (#_op); \ 71 #define DEFINE_SYSOP_TYPE_FUNC(_op, _type) \ argument 72 static inline void _op ## _type(void) \ 74 __asm__ (#_op " " #_type); \ 78 #define DEFINE_SYSOP_TYPE_PARAM_FUNC(_op, _type) \ argument 79 static inline void _op ## _type(uint64_t v) \ 81 __asm__ (#_op " " #_type ", %0" : : "r" (v)); \
|