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