Searched refs:smc_ret (Results 1 – 2 of 2) sorted by relevance
/arm-trusted-firmware-2.8.0/lib/debugfs/ |
A D | debugfs_smc.c | 111 smc_ret = SMC_OK; in debugfs_smc_handler() 118 smc_ret = SMC_OK; in debugfs_smc_handler() 127 smc_ret = SMC_OK; in debugfs_smc_handler() 135 smc_ret = SMC_OK; in debugfs_smc_handler() 143 smc_ret = SMC_OK; in debugfs_smc_handler() 151 smc_ret = SMC_OK; in debugfs_smc_handler() 159 smc_ret = SMC_OK; in debugfs_smc_handler() 167 smc_ret = SMC_OK; in debugfs_smc_handler() 177 smc_ret = SMC_OK; in debugfs_smc_handler() 191 smc_ret = SMC_UNK; in debugfs_smc_handler() [all …]
|
/arm-trusted-firmware-2.8.0/plat/mediatek/common/ |
A D | mtk_smc_handlers.c | 68 x2, x3, x4, handle, &smc_ret); \ 147 struct smccc_res smc_ret = {0}; in mtk_smc_handler_bl33() local 156 SMC_RET4(handle, ret, smc_ret.a1, smc_ret.a2, smc_ret.a3); in mtk_smc_handler_bl33() 170 struct smccc_res smc_ret = {0}; in mtk_smc_handler_nsel1() local 179 SMC_RET4(handle, ret, smc_ret.a1, smc_ret.a2, smc_ret.a3); in mtk_smc_handler_nsel1()
|
Completed in 3 milliseconds