HomeSort by relevance Sort by last modified time
    Searched refs:X86_FEATURE_XCRYPT_EN (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
cpufeature_32.h 98 #define X86_FEATURE_XCRYPT_EN (5*32+ 7)
138 #define cpu_has_xcrypt_enabled boot_cpu_has(X86_FEATURE_XCRYPT_EN)
  /external/kernel-headers/original/asm-x86/
cpufeature_32.h 101 #define X86_FEATURE_XCRYPT_EN (5*32+ 7) /* on-CPU crypto enabled */
157 #define cpu_has_xcrypt_enabled boot_cpu_has(X86_FEATURE_XCRYPT_EN)
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
cpufeature_32.h 98 #define X86_FEATURE_XCRYPT_EN (5*32+ 7)
138 #define cpu_has_xcrypt_enabled boot_cpu_has(X86_FEATURE_XCRYPT_EN)
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
cpufeature_32.h 98 #define X86_FEATURE_XCRYPT_EN (5*32+ 7)
138 #define cpu_has_xcrypt_enabled boot_cpu_has(X86_FEATURE_XCRYPT_EN)

Completed in 868 milliseconds