Home
last modified time | relevance | path

Searched refs:cpu (Results 1 – 3 of 3) sorted by relevance

/cts/tools/release-parser/tests/resources/
Dbuild.prop28 # ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
29 # use ro.product.cpu.abilist instead.
30 ro.product.cpu.abi=arm64-v8a
31 ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
32 ro.product.cpu.abilist32=armeabi-v7a,armeabi
33 ro.product.cpu.abilist64=arm64-v8a
Dbuild.prop.pb.txt62 key: "ro.product.cpu.abilist64"
126 key: "ro.product.cpu.abi"
150 key: "ro.product.cpu.abilist32"
194 key: "ro.product.cpu.abilist"
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c682 int do_set_cpu(int cpu) { in do_set_cpu() argument
685 CPU_SET(cpu, &set); in do_set_cpu()
689 void set_cpu(int cpu) { in set_cpu() argument
690 if (do_set_cpu(cpu) < 0) in set_cpu()
1206 int cpu_available(int cpu) { in cpu_available() argument
1207 return !!(cpumask & (1 << cpu)); in cpu_available()
1339 void stage2_thread(u64 cpu);
1349 for (int cpu = 0; cpu < cpu_count; cpu++) { in stage2_launcher() local
1350 if (cpu_available(cpu)) { in stage2_launcher()
1352 launch_thread("txnuaf.stage2", stage2_thread, NULL, cpu, 0); in stage2_launcher()
[all …]