HomeSort by relevance Sort by last modified time
    Searched defs:KVM_PSCI_FN_BASE (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/asm-arm64/asm/
kvm.h 144 #define KVM_PSCI_FN_BASE 0x95c1ba5e
145 #define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n))
  /development/ndk/platforms/android-L/arch-arm/include/asm/
kvm.h 147 #define KVM_PSCI_FN_BASE 0x95c1ba5e
149 #define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n))
  /external/kernel-headers/original/uapi/asm-arm64/asm/
kvm.h 181 #define KVM_PSCI_FN_BASE 0x95c1ba5e
182 #define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n))
  /prebuilts/ndk/9/platforms/android-19/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 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 196 #define KVM_PSCI_FN_BASE 0x95c1ba5e
197 #define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n))

Completed in 160 milliseconds