Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kvm/
Dhypercalls.c31 val = SMCCC_RET_SUCCESS; in kvm_hvc_call_handler()
62 val = SMCCC_RET_SUCCESS; in kvm_hvc_call_handler()
Dpvtime.c44 val = SMCCC_RET_SUCCESS; in kvm_hypercall_pv_features()
Darm.c1381 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); in cpu_init_hyp_mode()
/Linux-v5.10/arch/arm64/kernel/
Dparavirt.c133 if (res.a0 != SMCCC_RET_SUCCESS) in has_pv_steal_clock()
139 return (res.a0 == SMCCC_RET_SUCCESS); in has_pv_steal_clock()
Dproton-pack.c149 case SMCCC_RET_SUCCESS: in spectre_v2_get_cpu_fw_mitigation_state()
472 case SMCCC_RET_SUCCESS: in spectre_v4_get_cpu_fw_mitigation_state()
/Linux-v5.10/arch/arm64/kvm/hyp/nvhe/
Dhyp-main.c103 host_ctxt->regs.regs[0] = SMCCC_RET_SUCCESS; in handle_host_hcall()
Dhyp-init.S142 mov x0, #SMCCC_RET_SUCCESS
/Linux-v5.10/drivers/phy/marvell/
Dphy-mvebu-a3700-comphy.c120 case SMCCC_RET_SUCCESS: in mvebu_a3700_comphy_smc()
Dphy-mvebu-cp110-comphy.c281 case SMCCC_RET_SUCCESS: in mvebu_comphy_smc()
/Linux-v5.10/include/linux/
Darm-smccc.h109 #define SMCCC_RET_SUCCESS 0 macro
/Linux-v5.10/arch/arm64/include/asm/
Dkvm_host.h498 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); \