Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dparavirt.c138 if (res.a0 != SMCCC_RET_SUCCESS) in has_pv_steal_clock()
144 return (res.a0 == SMCCC_RET_SUCCESS); in has_pv_steal_clock()
H A Dproton-pack.c186 case SMCCC_RET_SUCCESS: in spectre_v2_get_cpu_fw_mitigation_state()
488 case SMCCC_RET_SUCCESS: in spectre_v4_get_cpu_fw_mitigation_state()
938 case SMCCC_RET_SUCCESS: in spectre_bhb_get_cpu_fw_mitigation_state()
/linux/drivers/firmware/smccc/
H A Dkvm_guest.c67 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()
/linux/arch/arm64/kvm/
H A Dhypercalls.c301 val[0] = SMCCC_RET_SUCCESS; in kvm_smccc_call_handler()
336 val[0] = SMCCC_RET_SUCCESS; in kvm_smccc_call_handler()
346 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.c2130 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); in hyp_install_host_vector()
/linux/drivers/virt/coco/pkvm-guest/
H A Darm-pkvm-guest.c29 if (res.a0 != SMCCC_RET_SUCCESS) in arm_smccc_do_one_page()
/linux/drivers/char/hw_random/
H A Darm_smccc_trng.c76 case SMCCC_RET_SUCCESS: in smccc_trng_read()
/linux/tools/include/linux/
H A Darm-smccc.h188 #define SMCCC_RET_SUCCESS 0 macro
/linux/drivers/soc/imx/
H A Dsoc-imx9.c47 if (res.a0 != SMCCC_RET_SUCCESS) in imx9_soc_probe()
/linux/arch/arm/mm/
H A Dproc-v7-bugs.c21 case SMCCC_RET_SUCCESS: in spectre_v2_get_cpu_fw_mitigation_state()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S72 mov x0, #SMCCC_RET_SUCCESS
H A Dhyp-main.c663 cpu_reg(host_ctxt, 0) = SMCCC_RET_SUCCESS; in handle_host_hcall()
/linux/include/linux/
H A Darm-smccc.h300 #define SMCCC_RET_SUCCESS 0 macro
/linux/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c286 case SMCCC_RET_SUCCESS: in mvebu_comphy_smc()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h1243 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); \