Searched refs:SMCCC_RET_SUCCESS (Results 1 – 12 of 12) sorted by relevance
138 if (res.a0 != SMCCC_RET_SUCCESS) in has_pv_steal_clock()144 return (res.a0 == SMCCC_RET_SUCCESS); in has_pv_steal_clock()
151 case SMCCC_RET_SUCCESS: in spectre_v2_get_cpu_fw_mitigation_state()455 case SMCCC_RET_SUCCESS: in spectre_v4_get_cpu_fw_mitigation_state()
80 val[0] = SMCCC_RET_SUCCESS; in kvm_hvc_call_handler()111 val[0] = SMCCC_RET_SUCCESS; in kvm_hvc_call_handler()
44 val = SMCCC_RET_SUCCESS; in kvm_hypercall_pv_features()
1534 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); in hyp_install_host_vector()
78 case SMCCC_RET_SUCCESS: in smccc_trng_read()
73 mov x0, #SMCCC_RET_SUCCESS
228 cpu_reg(host_ctxt, 0) = SMCCC_RET_SUCCESS; in handle_host_hcall()
114 case SMCCC_RET_SUCCESS: in mvebu_a3700_comphy_smc()
281 case SMCCC_RET_SUCCESS: in mvebu_comphy_smc()
184 #define SMCCC_RET_SUCCESS 0 macro
616 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); \
Completed in 19 milliseconds