Searched refs:_handler (Results 1 – 1 of 1) sorted by relevance
/arch/arm/probes/ |
D | decode.h | 359 #define DECODE_SIMULATEX(_mask, _value, _handler, _regs) \ argument 361 {.action = (_handler)} 363 #define DECODE_SIMULATE(_mask, _value, _handler) \ argument 364 DECODE_SIMULATEX(_mask, _value, _handler, 0) 372 #define DECODE_EMULATEX(_mask, _value, _handler, _regs) \ argument 374 {.action = (_handler)} 376 #define DECODE_EMULATE(_mask, _value, _handler) \ argument 377 DECODE_EMULATEX(_mask, _value, _handler, 0)
|