Searched refs:SMCCC_RET_SUCCESS (Results 1 – 11 of 11) sorted by relevance
31 val = SMCCC_RET_SUCCESS; in kvm_hvc_call_handler()62 val = SMCCC_RET_SUCCESS; in kvm_hvc_call_handler()
44 val = SMCCC_RET_SUCCESS; in kvm_hypercall_pv_features()
1381 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); in cpu_init_hyp_mode()
133 if (res.a0 != SMCCC_RET_SUCCESS) in has_pv_steal_clock()139 return (res.a0 == SMCCC_RET_SUCCESS); in has_pv_steal_clock()
149 case SMCCC_RET_SUCCESS: in spectre_v2_get_cpu_fw_mitigation_state()472 case SMCCC_RET_SUCCESS: in spectre_v4_get_cpu_fw_mitigation_state()
103 host_ctxt->regs.regs[0] = SMCCC_RET_SUCCESS; in handle_host_hcall()
142 mov x0, #SMCCC_RET_SUCCESS
120 case SMCCC_RET_SUCCESS: in mvebu_a3700_comphy_smc()
281 case SMCCC_RET_SUCCESS: in mvebu_comphy_smc()
109 #define SMCCC_RET_SUCCESS 0 macro
498 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); \