HomeSort by: relevance | last modified time | path
    Searched defs:smccc_present (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/arm/
smccc.c 55 static bool smccc_present; variable in typeref:typename:bool
68 if (cold && !smccc_present) {
73 smccc_present = psci_features(SMCCC_VERSION) == PSCI_SUCCESS;
74 if (smccc_present) {
82 return smccc_present;
115 if (!smccc_present) {
smccc.c 55 static bool smccc_present; variable in typeref:typename:bool
68 if (cold && !smccc_present) {
73 smccc_present = psci_features(SMCCC_VERSION) == PSCI_SUCCESS;
74 if (smccc_present) {
82 return smccc_present;
115 if (!smccc_present) {

Completed in 59 milliseconds