Home
last modified time | relevance | path

Searched refs:SMCCC_VERSION (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/psci/
H A Dsmccc.c56 features = psci_features(SMCCC_VERSION); in smccc_init()
58 ret = psci_call(SMCCC_VERSION, 0, 0, 0); in smccc_init()
79 if (psci_features(SMCCC_VERSION) == PSCI_RETVAL_NOT_SUPPORTED || in smccc_probe()
80 (version = arm_smccc_invoke(SMCCC_VERSION, NULL)) <= 0) { in smccc_probe()
H A Dsmccc.h70 #define SMCCC_VERSION \ macro