Home
last modified time | relevance | path

Searched refs:cpu_user_features (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/kernel/
Dcputable.c114 .cpu_user_features = COMMON_USER_PPC64|PPC_FEATURE_PPC_LE,
129 .cpu_user_features = COMMON_USER_PPC64|PPC_FEATURE_PPC_LE,
144 .cpu_user_features = COMMON_USER_PPC64,
159 .cpu_user_features = COMMON_USER_PPC64,
174 .cpu_user_features = COMMON_USER_PPC64,
189 .cpu_user_features = COMMON_USER_PPC64,
204 .cpu_user_features = COMMON_USER_POWER4,
219 .cpu_user_features = COMMON_USER_POWER4,
234 .cpu_user_features = COMMON_USER_POWER4 |
252 .cpu_user_features = COMMON_USER_POWER4 |
[all …]
Dprom.c191 cur_cpu_spec->cpu_user_features |= fp->cpu_user_ftrs; in scan_features()
195 cur_cpu_spec->cpu_user_features &= ~fp->cpu_user_ftrs; in scan_features()
287 cur_cpu_spec->cpu_user_features |= fp->cpu_user_ftr; in check_cpu_feature_properties()
/arch/powerpc/include/asm/
Delf.h213 # define ELF_HWCAP (cur_cpu_spec->cpu_user_features)
Dcputable.h86 unsigned int cpu_user_features; /* Userland features */ member