Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/kernel/
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()
Dproton-pack.c151 case SMCCC_RET_SUCCESS: in spectre_v2_get_cpu_fw_mitigation_state()
455 case SMCCC_RET_SUCCESS: in spectre_v4_get_cpu_fw_mitigation_state()
/Linux-v5.15/arch/arm64/kvm/
Dhypercalls.c80 val[0] = SMCCC_RET_SUCCESS; in kvm_hvc_call_handler()
111 val[0] = SMCCC_RET_SUCCESS; in kvm_hvc_call_handler()
Dpvtime.c44 val = SMCCC_RET_SUCCESS; in kvm_hypercall_pv_features()
Darm.c1528 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); in hyp_install_host_vector()
/Linux-v5.15/drivers/char/hw_random/
Darm_smccc_trng.c78 case SMCCC_RET_SUCCESS: in smccc_trng_read()
/Linux-v5.15/arch/arm64/kvm/hyp/nvhe/
Dhyp-main.c204 cpu_reg(host_ctxt, 0) = SMCCC_RET_SUCCESS; in handle_host_hcall()
Dhyp-init.S73 mov x0, #SMCCC_RET_SUCCESS
/Linux-v5.15/drivers/phy/marvell/
Dphy-mvebu-a3700-comphy.c114 case SMCCC_RET_SUCCESS: in mvebu_a3700_comphy_smc()
Dphy-mvebu-cp110-comphy.c281 case SMCCC_RET_SUCCESS: in mvebu_comphy_smc()
/Linux-v5.15/include/linux/
Darm-smccc.h184 #define SMCCC_RET_SUCCESS 0 macro
/Linux-v5.15/arch/arm64/include/asm/
Dkvm_host.h615 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); \