Searched defs:_op (Results 1 – 2 of 2) sorted by relevance
/arm-trusted-firmware-2.8.0/include/arch/aarch32/ |
A D | arch_helpers.h | 110 #define _DEFINE_TLBIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 117 #define _DEFINE_BPIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 124 #define _DEFINE_TLBIOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 131 #define DEFINE_TLBIOP_FUNC(_op, ...) \ argument 135 #define DEFINE_TLBIOP_PARAM_FUNC(_op, ...) \ argument 139 #define DEFINE_BPIOP_FUNC(_op, ...) \ argument 145 #define _DEFINE_DCOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 152 #define DEFINE_DCOP_PARAM_FUNC(_op, ...) \ argument 159 #define DEFINE_SYSOP_FUNC(_op) \ argument 167 #define DEFINE_SYSOP_TYPE_FUNC(_op, _type) \ argument [all …]
|
/arm-trusted-firmware-2.8.0/include/arch/aarch64/ |
A D | arch_helpers.h | 66 #define DEFINE_SYSOP_FUNC(_op) \ argument 73 #define DEFINE_SYSOP_PARAM_FUNC(_op) \ argument 80 #define DEFINE_SYSOP_TYPE_FUNC(_op, _type) \ argument 87 #define DEFINE_SYSOP_TYPE_PARAM_FUNC(_op, _type) \ argument
|
Completed in 6 milliseconds