Home
last modified time | relevance | path

Searched refs:SMCCC_RET_SUCCESS (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/drivers/firmware/smccc/
H A Dkvm_guest.c73 if (res.a0 != SMCCC_RET_SUCCESS) in kvm_arm_target_impl_cpu_init()
99 if (res.a0 != SMCCC_RET_SUCCESS) { in kvm_arm_target_impl_cpu_init()
/linux-6.15/arch/arm64/kernel/
H A Dparavirt.c147 if (res.a0 != SMCCC_RET_SUCCESS) in has_pv_steal_clock()
153 return (res.a0 == SMCCC_RET_SUCCESS); in has_pv_steal_clock()
H A Dproton-pack.c191 case SMCCC_RET_SUCCESS: in spectre_v2_get_cpu_fw_mitigation_state()
498 case SMCCC_RET_SUCCESS: in spectre_v4_get_cpu_fw_mitigation_state()
946 case SMCCC_RET_SUCCESS: in spectre_bhb_get_cpu_fw_mitigation_state()
/linux-6.15/arch/arm64/kvm/
H A Dhypercalls.c300 val[0] = SMCCC_RET_SUCCESS; in kvm_smccc_call_handler()
335 val[0] = SMCCC_RET_SUCCESS; in kvm_smccc_call_handler()
345 val[0] = SMCCC_RET_SUCCESS; in kvm_smccc_call_handler()
H A Dpvtime.c44 val = SMCCC_RET_SUCCESS; in kvm_hypercall_pv_features()
H A Darm.c2074 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); in hyp_install_host_vector()
/linux-6.15/drivers/virt/coco/pkvm-guest/
H A Darm-pkvm-guest.c29 if (res.a0 != SMCCC_RET_SUCCESS) in arm_smccc_do_one_page()
/linux-6.15/drivers/char/hw_random/
H A Darm_smccc_trng.c76 case SMCCC_RET_SUCCESS: in smccc_trng_read()
/linux-6.15/tools/include/linux/
H A Darm-smccc.h188 #define SMCCC_RET_SUCCESS 0 macro
/linux-6.15/drivers/soc/imx/
H A Dsoc-imx9.c48 if (res.a0 != SMCCC_RET_SUCCESS) { in imx9_soc_probe()
/linux-6.15/arch/arm/mm/
H A Dproc-v7-bugs.c21 case SMCCC_RET_SUCCESS: in spectre_v2_get_cpu_fw_mitigation_state()
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S72 mov x0, #SMCCC_RET_SUCCESS
H A Dhyp-main.c642 cpu_reg(host_ctxt, 0) = SMCCC_RET_SUCCESS; in handle_host_hcall()
/linux-6.15/include/linux/
H A Darm-smccc.h295 #define SMCCC_RET_SUCCESS 0 macro
/linux-6.15/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c286 case SMCCC_RET_SUCCESS: in mvebu_comphy_smc()
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h1207 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); \