Home
last modified time | relevance | path

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

/openbmc/linux/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()
908 case SMCCC_RET_SUCCESS: in spectre_bhb_get_cpu_fw_mitigation_state()
/openbmc/linux/arch/arm64/kvm/
H A Dhypercalls.c288 val[0] = SMCCC_RET_SUCCESS; in kvm_smccc_call_handler()
323 val[0] = SMCCC_RET_SUCCESS; in kvm_smccc_call_handler()
333 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.c1785 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); in hyp_install_host_vector()
/openbmc/linux/drivers/char/hw_random/
H A Darm_smccc_trng.c76 case SMCCC_RET_SUCCESS: in smccc_trng_read()
/openbmc/linux/tools/include/linux/
H A Darm-smccc.h188 #define SMCCC_RET_SUCCESS 0 macro
/openbmc/linux/arch/arm/mm/
H A Dproc-v7-bugs.c21 case SMCCC_RET_SUCCESS: in spectre_v2_get_cpu_fw_mitigation_state()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S74 mov x0, #SMCCC_RET_SUCCESS
H A Dhyp-main.c381 cpu_reg(host_ctxt, 0) = SMCCC_RET_SUCCESS; in handle_host_hcall()
/openbmc/linux/include/linux/
H A Darm-smccc.h192 #define SMCCC_RET_SUCCESS 0 macro
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h938 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); \
/openbmc/linux/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c286 case SMCCC_RET_SUCCESS: in mvebu_comphy_smc()