OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SMC_RET3
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
smcc_helpers.h
27
#define
SMC_RET3
(_h, _x0, _x1, _x2) { \
33
SMC_RET3
(_h, (_x0), (_x1), (_x2)); \
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/
smcc_helpers.h
116
#define
SMC_RET3
(_h, _r0, _r1, _r2) { \
122
SMC_RET3
(_h, (_r0), (_r1), (_r2)); \
Completed in 135 milliseconds