Searched refs:cpu_type (Results 1 – 12 of 12) sorted by relevance
25 cpu_info->cpu_type = PA_CPU_UNDEFINED; in pa_cpu_init()30 cpu_info->cpu_type = PA_CPU_X86; in pa_cpu_init()32 cpu_info->cpu_type = PA_CPU_ARM; in pa_cpu_init()
32 if ((cpu_info.cpu_type == PA_CPU_X86) && (cpu_info.flags.x86 & x86_want_flags)) { in pa_cpu_init_orc()
35 pa_cpu_type_t cpu_type; member
18 cpu_type = ctx.build_setting_value19 if cpu_type in allowed_values:20 return V8CpuTypeInfo(value = cpu_type)23 cpu_type + "'. Allowed values are " + str(allowed_values))
86 if (c->cpu_info.cpu_type == PA_CPU_X86 && (c->cpu_info.flags.x86 & PA_CPU_X86_SSE)) in pa_adrian_ec_init()
2257 u.core->cpu_info.cpu_type = PA_CPU_X86; in main()
195 cpu_info.cpu_type = PA_CPU_X86; in START_TEST()
1183 if (hostInfo.cpu_type != CPU_TYPE_POWERPC) in getHostCPUName()1249 if (hostInfo.cpu_type != CPU_TYPE_ARM) { in getHostCPUName()
840 s->params.cpu_type = ZIMG_CPU_AUTO_64B; in filter_frame()854 s->alpha_params.cpu_type = ZIMG_CPU_AUTO_64B; in filter_frame()
2463 static CpuType cpu_type() { in cpu_type() function2940 switch (cpu_type()) { in skcms_TransformWithPalette()2947 switch (cpu_type()) { in skcms_TransformWithPalette()
1159 pub cpu_type: cpu_type_t,1946 self.cpu_type == other.cpu_type1957 .field("cpu_type", &self.cpu_type)1967 self.cpu_type.hash(state);
17385 u8 cpu_type; member