Home
last modified time | relevance | path

Searched refs:ARM_SMCCC_VERSION_1_0 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/firmware/smccc/
H A Dsmccc.c15 static u32 smccc_version = ARM_SMCCC_VERSION_1_0;
/openbmc/linux/tools/include/linux/
H A Darm-smccc.h62 #define ARM_SMCCC_VERSION_1_0 0x10000 macro
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0043-firmware-psci-Fix-bind_smccc_features-psci-check.patch50 +#define ARM_SMCCC_VERSION_1_0 0x10000
/openbmc/linux/include/linux/
H A Darm-smccc.h64 #define ARM_SMCCC_VERSION_1_0 0x10000 macro
/openbmc/linux/drivers/firmware/psci/
H A Dpsci.c591 u32 ver = ARM_SMCCC_VERSION_1_0; in psci_init_smccc()