Home
last modified time | relevance | path

Searched refs:SMCCC_RET_NOT_SUPPORTED (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/firmware/smccc/
H A Dsmccc.c20 s32 __ro_after_init smccc_soc_id_version = SMCCC_RET_NOT_SUPPORTED;
21 s32 __ro_after_init smccc_soc_id_revision = SMCCC_RET_NOT_SUPPORTED;
H A Dsoc_id.c45 if (soc_id_version == SMCCC_RET_NOT_SUPPORTED) { in smccc_soc_init()
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dhypercalls.c107 __GUEST_ASSERT(res.a0 == SMCCC_RET_NOT_SUPPORTED, in guest_test_hvc()
112 __GUEST_ASSERT(res.a0 != SMCCC_RET_NOT_SUPPORTED, in guest_test_hvc()
H A Dsmccc_filter.c183 TEST_ASSERT(uc.args[1] == SMCCC_RET_NOT_SUPPORTED, in expect_call_denied()
/openbmc/linux/tools/include/linux/
H A Darm-smccc.h189 #define SMCCC_RET_NOT_SUPPORTED -1 macro
/openbmc/linux/arch/arm64/kernel/
H A Dparavirt.c104 if (res.a0 == SMCCC_RET_NOT_SUPPORTED) in stolen_time_cpu_online()
H A Dproton-pack.c197 case SMCCC_RET_NOT_SUPPORTED: in spectre_v2_get_cpu_fw_mitigation_state()
506 case SMCCC_RET_NOT_SUPPORTED: in spectre_v4_get_cpu_fw_mitigation_state()
914 case SMCCC_RET_NOT_SUPPORTED: in spectre_bhb_get_cpu_fw_mitigation_state()
/openbmc/linux/include/linux/
H A Darm-smccc.h193 #define SMCCC_RET_NOT_SUPPORTED -1 macro
545 ___res->a0 = SMCCC_RET_NOT_SUPPORTED; \
/openbmc/linux/arch/arm64/kvm/
H A Dpvtime.c38 long val = SMCCC_RET_NOT_SUPPORTED; in kvm_hypercall_pv_features()
H A Dpsci.c462 smccc_set_retval(vcpu, SMCCC_RET_NOT_SUPPORTED, 0, 0, 0); in kvm_psci_call()
H A Dhypercalls.c257 u64 val[4] = {SMCCC_RET_NOT_SUPPORTED}; in kvm_smccc_call_handler()
/openbmc/linux/drivers/soc/imx/
H A Dsoc-imx8m.c45 if (res.a0 == SMCCC_RET_NOT_SUPPORTED) in imx8mq_soc_revision_from_atf()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S65 mov x0, #SMCCC_RET_NOT_SUPPORTED
H A Dhyp-main.c386 cpu_reg(host_ctxt, 0) = SMCCC_RET_NOT_SUPPORTED; in handle_host_hcall()
/openbmc/linux/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c288 case SMCCC_RET_NOT_SUPPORTED: in mvebu_comphy_smc()