Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds