Searched defs:_op (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a/include/arch/aarch32/ |
A D | arch_helpers.h | 109 #define _DEFINE_TLBIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 116 #define _DEFINE_BPIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 123 #define _DEFINE_TLBIOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 130 #define DEFINE_TLBIOP_FUNC(_op, ...) \ argument 134 #define DEFINE_TLBIOP_PARAM_FUNC(_op, ...) \ argument 138 #define DEFINE_BPIOP_FUNC(_op, ...) \ argument 144 #define _DEFINE_DCOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument 151 #define DEFINE_DCOP_PARAM_FUNC(_op, ...) \ argument 158 #define DEFINE_SYSOP_FUNC(_op) \ argument 166 #define DEFINE_SYSOP_TYPE_FUNC(_op, _type) \ argument [all …]
|
/trusted-firmware-a/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 4 milliseconds