Searched defs:cpu_feature (Results 1 – 9 of 9) sorted by relevance
26 #define cpu_feature(feat) ilog2(HWCAP_ ## feat) macro
15 #define cpu_feature(x) ilog2(HWCAP_ ## x) macro
26 #define cpu_feature(x) (x) macro
28 #define cpu_feature(x) __hwcap2_feature(x) macro
252 unsigned long cpu_feature; member
55 unsigned int cpu_feature; member
15 #define cpu_feature(x) KERNEL_HWCAP_ ## x macro
905 unsigned long cpu_feature; member
694 struct cpu_feature { struct695 __u16 feature;
Completed in 21 milliseconds