Searched refs:SMCCC_RET_SUCCESS (Results 1 – 10 of 10) sorted by relevance
67 if (res.a0 != SMCCC_RET_SUCCESS) in kvm_arm_target_impl_cpu_init()93 if (res.a0 != SMCCC_RET_SUCCESS) { in kvm_arm_target_impl_cpu_init()
29 if (res.a0 != SMCCC_RET_SUCCESS) in arm_smccc_do_one_page()
76 case SMCCC_RET_SUCCESS: in smccc_trng_read()
188 #define SMCCC_RET_SUCCESS 0 macro
44 val = SMCCC_RET_SUCCESS; in kvm_hypercall_pv_features()
2130 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); in hyp_install_host_vector()
21 case SMCCC_RET_SUCCESS: in spectre_v2_get_cpu_fw_mitigation_state()
300 #define SMCCC_RET_SUCCESS 0 macro
663 cpu_reg(host_ctxt, 0) = SMCCC_RET_SUCCESS; in handle_host_hcall()
1243 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); \