Lines Matching refs:cpu_features
152 unsigned long cpu_features; /* CPU_FTR_xxx bit */ member
162 { .pabyte = 0, .pabit = 3, .cpu_features = CPU_FTR_CTRL },
163 { .pabyte = 0, .pabit = 6, .cpu_features = CPU_FTR_NOEXECUTE },
168 { .pabyte = 1, .pabit = 1, .invert = 1, .cpu_features = CPU_FTR_NODSISRALIGN },
169 { .pabyte = 5, .pabit = 0, .cpu_features = CPU_FTR_REAL_LE,
176 { .pabyte = 22, .pabit = 0, .cpu_features = CPU_FTR_TM_COMP,
206 cur_cpu_spec->cpu_features |= fp->cpu_features; in scan_features()
211 cur_cpu_spec->cpu_features &= ~fp->cpu_features; in scan_features()
300 cur_cpu_spec->cpu_features |= fp->cpu_feature; in check_cpu_feature_properties()
386 cur_cpu_spec->cpu_features &= ~CPU_FTR_SMT; in early_init_dt_scan_cpus()
388 cur_cpu_spec->cpu_features |= CPU_FTR_SMT; in early_init_dt_scan_cpus()
678 cur_cpu_spec->cpu_features &= ~CPU_FTR_TM; in tm_init()