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

/linux-master/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) {
/linux-master/tools/include/linux/
H A Darm-smccc.h189 #define SMCCC_RET_NOT_SUPPORTED -1 macro
/linux-master/arch/arm64/kernel/
H A Dparavirt.c104 if (res.a0 == SMCCC_RET_NOT_SUPPORTED)
H A Dproton-pack.c197 case SMCCC_RET_NOT_SUPPORTED:
506 case SMCCC_RET_NOT_SUPPORTED:
902 case SMCCC_RET_NOT_SUPPORTED:
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dhypercalls.c107 __GUEST_ASSERT(res.a0 == SMCCC_RET_NOT_SUPPORTED,
112 __GUEST_ASSERT(res.a0 != SMCCC_RET_NOT_SUPPORTED,
H A Dsmccc_filter.c183 TEST_ASSERT(uc.args[1] == SMCCC_RET_NOT_SUPPORTED,
187 /* Denied SMCCC calls have a return code of SMCCC_RET_NOT_SUPPORTED */
/linux-master/arch/arm64/kvm/
H A Dpvtime.c38 long val = SMCCC_RET_NOT_SUPPORTED;
H A Dpsci.c462 smccc_set_retval(vcpu, SMCCC_RET_NOT_SUPPORTED, 0, 0, 0);
H A Dhypercalls.c267 u64 val[4] = {SMCCC_RET_NOT_SUPPORTED};
/linux-master/include/linux/
H A Darm-smccc.h193 #define SMCCC_RET_NOT_SUPPORTED -1 macro
237 * When ARM_SMCCC_ARCH_SOC_ID is not present, returns SMCCC_RET_NOT_SUPPORTED.
246 * When ARM_SMCCC_ARCH_SOC_ID is not present, returns SMCCC_RET_NOT_SUPPORTED.
532 * Like arm_smccc_1_1* but always returns SMCCC_RET_NOT_SUPPORTED.
545 ___res->a0 = SMCCC_RET_NOT_SUPPORTED; \
559 * (SMCCC_RET_NOT_SUPPORTED) is returned in @res.a0 (if supplied).
/linux-master/drivers/soc/imx/
H A Dsoc-imx8m.c45 if (res.a0 == SMCCC_RET_NOT_SUPPORTED)
/linux-master/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;
/linux-master/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c288 case SMCCC_RET_NOT_SUPPORTED:

Completed in 321 milliseconds