/external/arm-trusted-firmware/plat/xilinx/versal/pm_service/ |
D | pm_svc_main.c | 144 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)buff[0] << 32), in pm_smc_handler() 170 SMC_RET2(handle, in pm_smc_handler() 223 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)data[0] << 32), in pm_smc_handler() 272 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)rate[0] << 32), in pm_smc_handler() 309 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)result[0] << 32), in pm_smc_handler()
|
/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
D | pm_svc_main.c | 364 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)buff[0] << 32), in pm_smc_handler() 424 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)result[0] << 32), in pm_smc_handler() 438 SMC_RET2(handle, in pm_smc_handler() 490 SMC_RET2(handle, (uint64_t)data[0] | ((uint64_t)data[1] << 32), in pm_smc_handler() 533 SMC_RET2(handle, (uint64_t)ret | in pm_smc_handler() 575 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)result[0] << 32), in pm_smc_handler()
|
/external/arm-trusted-firmware/plat/qti/common/src/ |
D | qti_syscall.c | 268 SMC_RET2(handle, QTI_SIP_SUCCESS, ret); in qti_sip_mem_assign() 276 SMC_RET2(handle, QTI_SIP_INVALID_PARAM, ret); in qti_sip_mem_assign() 314 SMC_RET2(handle, QTI_SIP_SVC_VERSION_MAJOR, in qti_sip_handler() 322 SMC_RET2(handle, QTI_SIP_SUCCESS, in qti_sip_handler()
|
/external/arm-trusted-firmware/include/arch/aarch64/ |
D | smccc_helpers.h | 26 #define SMC_RET2(_h, _x0, _x1) { \ macro 32 SMC_RET2(_h, (_x0), (_x1)); \
|
/external/arm-trusted-firmware/services/spd/tspd/ |
D | tspd_main.c | 152 SMC_RET2(&tsp_ctx->cpu_ctx, TSP_HANDLE_SEL1_INTR_AND_RETURN, read_elr_el3()); in tspd_sel1_interrupt_handler() 694 SMC_RET2(handle, x1, x2); in tspd_smc_handler() 709 SMC_RET2(handle, TSP_VERSION_MAJOR, TSP_VERSION_MINOR); in tspd_smc_handler()
|
/external/arm-trusted-firmware/include/arch/aarch32/ |
D | smccc_helpers.h | 121 #define SMC_RET2(_h, _r0, _r1) { \ macro 127 SMC_RET2(_h, (_r0), (_r1)); \
|
/external/arm-trusted-firmware/plat/hisilicon/hikey/ |
D | hisi_sip_svc.c | 67 SMC_RET2(handle, HISI_SIP_SVC_VERSION_MAJOR, HISI_SIP_SVC_VERSION_MINOR); in hisi_sip_handler()
|
/external/arm-trusted-firmware/lib/pmf/ |
D | pmf_smc.c | 57 SMC_RET2(handle, rc, ts_value); in pmf_smc_handler()
|
/external/arm-trusted-firmware/plat/mediatek/common/custom/ |
D | oem_svc.c | 84 SMC_RET2(handle, OEM_VERSION_MAJOR, OEM_VERSION_MINOR); in oem_svc_smc_handler()
|
/external/arm-trusted-firmware/plat/rockchip/common/ |
D | rockchip_sip_svc.c | 67 SMC_RET2(handle, RK_SIP_SVC_VERSION_MAJOR, in sip_smc_handler()
|
/external/arm-trusted-firmware/plat/xilinx/versal/ |
D | sip_svc_setup.c | 87 SMC_RET2(handle, SIP_SVC_VERSION_MAJOR, SIP_SVC_VERSION_MINOR); in sip_svc_smc_handler()
|
/external/arm-trusted-firmware/plat/arm/common/ |
D | arm_sip_svc.c | 106 SMC_RET2(handle, ARM_SIP_SVC_VERSION_MAJOR, ARM_SIP_SVC_VERSION_MINOR); in arm_sip_handler()
|
/external/arm-trusted-firmware/plat/xilinx/zynqmp/ |
D | sip_svc_setup.c | 90 SMC_RET2(handle, SIP_SVC_VERSION_MAJOR, SIP_SVC_VERSION_MINOR); in sip_svc_smc_handler()
|
/external/arm-trusted-firmware/plat/mediatek/common/ |
D | mtk_sip_svc.c | 112 SMC_RET2(handle, MTK_SIP_SVC_VERSION_MAJOR, in sip_smc_handler()
|
/external/arm-trusted-firmware/services/std_svc/ |
D | std_svc_setup.c | 166 SMC_RET2(handle, STD_SVC_VERSION_MAJOR, STD_SVC_VERSION_MINOR); in std_svc_smc_handler()
|
/external/arm-trusted-firmware/plat/arm/common/aarch64/ |
D | execution_state_switch.c | 172 SMC_RET2(handle, cookie_hi, cookie_lo); in arm_execution_state_switch()
|
/external/arm-trusted-firmware/lib/debugfs/ |
D | debugfs_smc.c | 197 SMC_RET2(handle, smc_ret, smc_resp); in debugfs_smc_handler()
|
/external/arm-trusted-firmware/plat/imx/common/ |
D | imx_sip_handler.c | 122 SMC_RET2(handle, ret, fuse); in imx_otp_handler()
|
/external/arm-trusted-firmware/services/spd/tlkd/ |
D | tlkd_main.c | 494 SMC_RET2(handle, TLK_VERSION_MAJOR, TLK_VERSION_MINOR); in tlkd_smc_handler()
|
/external/arm-trusted-firmware/plat/intel/soc/common/ |
D | socfpga_sip_svc.c | 519 SMC_RET2(handle, status, retval); in sip_smc_handler()
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | rt-svc-writers-guide.rst | 258 SMC_RET2(handle, x0, x1); 269 SMC_RET2(handle, r0, r1);
|