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
24
#define
PSCI_0_2_FN64_BASE
(PSCI_0_2_FN_BASE + PSCI_0_2_64BIT)
25
#define PSCI_0_2_FN64(n) (
PSCI_0_2_FN64_BASE
+ (n))
/external/kernel-headers/original/uapi/linux/
psci.h
29
#define
PSCI_0_2_FN64_BASE
\
31
#define PSCI_0_2_FN64(n) (
PSCI_0_2_FN64_BASE
+ (n))
Completed in 461 milliseconds