OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KVM_PSCI_FN_BASE
(Results
1 - 12
of
12
) sorted by null
/development/ndk/platforms/android-21/arch-arm64/include/asm/
kvm.h
144
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
145
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/asm/
kvm.h
144
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
145
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/asm/
kvm.h
144
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
145
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/asm/
kvm.h
144
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
145
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
/bionic/libc/kernel/uapi/asm-arm/asm/
kvm.h
176
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
177
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
/bionic/libc/kernel/uapi/asm-arm64/asm/
kvm.h
171
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
172
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
/development/ndk/platforms/android-21/arch-arm/include/asm/
kvm.h
167
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
169
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
/external/kernel-headers/original/uapi/asm-arm/asm/
kvm.h
211
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
212
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
/external/kernel-headers/original/uapi/asm-arm64/asm/
kvm.h
237
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
238
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/asm/
kvm.h
167
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
169
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/asm/
kvm.h
167
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
169
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm/
kvm.h
167
#define
KVM_PSCI_FN_BASE
0x95c1ba5e
169
#define KVM_PSCI_FN(n) (
KVM_PSCI_FN_BASE
+ (n))
Completed in 4338 milliseconds