Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dhypercalls.c31 val = SMCCC_RET_SUCCESS; in kvm_hvc_call_handler()
66 val = SMCCC_RET_SUCCESS; in kvm_hvc_call_handler()
74 val = SMCCC_RET_SUCCESS; in kvm_hvc_call_handler()
H A Dpvtime.c44 val = SMCCC_RET_SUCCESS; in kvm_hypercall_pv_features()
H A Darm.c1469 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); in hyp_install_host_vector()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dparavirt.c146 if (res.a0 != SMCCC_RET_SUCCESS) in has_pv_steal_clock()
152 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()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dproc-v7-bugs.c21 case SMCCC_RET_SUCCESS: in spectre_v2_get_cpu_fw_mitigation_state()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S73 mov x0, #SMCCC_RET_SUCCESS
H A Dhyp-main.c208 cpu_reg(host_ctxt, 0) = SMCCC_RET_SUCCESS; in handle_host_hcall()
/OK3568_Linux_fs/kernel/drivers/phy/marvell/
H A Dphy-mvebu-a3700-comphy.c120 case SMCCC_RET_SUCCESS: in mvebu_a3700_comphy_smc()
H A Dphy-mvebu-cp110-comphy.c281 case SMCCC_RET_SUCCESS: in mvebu_comphy_smc()
/OK3568_Linux_fs/kernel/include/linux/
H A Darm-smccc.h145 #define SMCCC_RET_SUCCESS 0 macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkvm_host.h608 WARN_ON(res.a0 != SMCCC_RET_SUCCESS); \