Searched defs:_op (Results 1 – 3 of 3) sorted by relevance
| /arm-trusted-firmware/include/arch/aarch32/ |
| H A D | arch_helpers.h | 111 #define _DEFINE_TLBIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 118 #define _DEFINE_BPIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 125 #define _DEFINE_TLBIOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 132 #define DEFINE_TLBIOP_FUNC(_op, ...) \ argument 136 #define DEFINE_TLBIOP_PARAM_FUNC(_op, ...) \ argument 140 DEFINE_BPIOP_FUNC(_op,...) global() argument 146 _DEFINE_DCOP_PARAM_FUNC(_op,coproc,opc1,CRn,CRm,opc2) global() argument 153 DEFINE_DCOP_PARAM_FUNC(_op,...) global() argument 160 DEFINE_SYSOP_FUNC(_op) global() argument 168 DEFINE_SYSOP_TYPE_FUNC(_op,_type) global() argument 175 DEFINE_SYSOP_TYPE_PARAM_FUNC(_op,_type) global() argument [all...] |
| /arm-trusted-firmware/include/arch/aarch64/ |
| H A D | arch_helpers.h | 82 #define DEFINE_SYSOP_FUNC(_op) \ argument 89 #define DEFINE_SYSOP_PARAM_FUNC(_op) \ argument 96 #define DEFINE_SYSOP_TYPE_FUNC(_op, _type) \ argument 103 #define DEFINE_SYSOP_TYPE_PARAM_FUNC(_op, _typ argument [all...] |
| /arm-trusted-firmware/lib/aarch64/ |
| H A D | cache_helpers.S | 183 .macro dcsw_loop _op argument
|