Searched defs:cpu_feature (Results 1 – 10 of 10) sorted by relevance
15 #define cpu_feature(x) ilog2(HWCAP_ ## x) macro
17 #define cpu_feature(x) ilog2(HWCAP_ ## x) macro
26 #define cpu_feature(x) (x) macro
19 #define cpu_feature(feature) (feature) macro
28 #define cpu_feature(x) __hwcap2_feature(x) macro
268 unsigned long cpu_feature; member
56 unsigned int cpu_feature; member
902 unsigned long cpu_feature; member
16 #define cpu_feature(x) KERNEL_HWCAP_ ## x macro
694 struct cpu_feature { struct695 __u16 feature;
Completed in 27 milliseconds