OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 22 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025