OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSCI_0_2_FN64_BASE
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
psci.h
25
#define
PSCI_0_2_FN64_BASE
(PSCI_0_2_FN_BASE + PSCI_0_2_64BIT)
26
#define PSCI_0_2_FN64(n) (
PSCI_0_2_FN64_BASE
+ (n))
/external/kernel-headers/original/uapi/linux/
psci.h
28
#define
PSCI_0_2_FN64_BASE
\
30
#define PSCI_0_2_FN64(n) (
PSCI_0_2_FN64_BASE
+ (n))
Completed in 632 milliseconds