Searched refs:cpu_flags (Results 1 – 2 of 2) sorted by relevance
478 uint32_t cpu_flags = SYSPAGE_ENTRY(cpuinfo)->flags; in CPU() local479 if (cpu_flags & ARM_CPU_FLAG_V7) { in CPU()482 } else if (cpu_flags & ARM_CPU_FLAG_V6) { in CPU()488 has_fpu_ = (cpu_flags & CPU_FLAG_FPU) != 0; in CPU()490 if (cpu_flags & ARM_CPU_FLAG_NEON) { in CPU()494 has_vfp3_d32_ = (cpu_flags & ARM_CPU_FLAG_VFP_D32) != 0; in CPU()497 has_idiva_ = (cpu_flags & ARM_CPU_FLAG_IDIV) != 0; in CPU()
22 int cpu_flags = TestCpuFlag(~kCpuInitialized); in TEST_F() local23 printf("Cpu Flags %x\n", cpu_flags); in TEST_F()