Searched refs:cpu_has_feature (Results 1 - 25 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ddcr-native.h69 else if (likely(cpu_has_feature(CPU_FTR_INDEXED_DCR))) \
80 else if (likely(cpu_has_feature(CPU_FTR_INDEXED_DCR))) \
95 if (cpu_has_feature(CPU_FTR_INDEXED_DCR)) {
112 if (cpu_has_feature(CPU_FTR_INDEXED_DCR)) {
129 if (cpu_has_feature(CPU_FTR_INDEXED_DCR)) {
H A Dmmu_context.h62 if (cpu_has_feature(CPU_FTR_ALTIVEC))
70 if (cpu_has_feature(CPU_FTR_SLB))
H A Dmman.h57 if ((prot & PROT_SAO) && !cpu_has_feature(CPU_FTR_SAO))
H A Dcacheflush.h36 if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE))
H A Dtopology.h116 #define smt_capable() (cpu_has_feature(CPU_FTR_SMT))
H A Dtime.h55 #define __USE_RTC() (!cpu_has_feature(CPU_FTR_USE_TB))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup_32.c134 if (cpu_has_feature(CPU_FTR_CAN_DOZE) ||
135 cpu_has_feature(CPU_FTR_CAN_NAP))
140 if (cpu_has_feature(CPU_FTR_CAN_DOZE) ||
141 cpu_has_feature(CPU_FTR_CAN_NAP))
171 if (cpu_has_feature(CPU_FTR_L2CR)) {
183 if (cpu_has_feature(CPU_FTR_L3CR)) {
310 if (cpu_has_feature(CPU_FTR_UNIFIED_ID_CACHE))
H A Dsysfs.c75 if (!cpu_has_feature(CPU_FTR_SMT))
307 cpu_has_feature(CPU_FTR_SMT))
349 if (cpu_has_feature(CPU_FTR_MMCRA))
352 if (cpu_has_feature(CPU_FTR_PURR))
355 if (cpu_has_feature(CPU_FTR_SPURR))
358 if (cpu_has_feature(CPU_FTR_DSCR))
377 cpu_has_feature(CPU_FTR_SMT))
419 if (cpu_has_feature(CPU_FTR_MMCRA))
422 if (cpu_has_feature(CPU_FTR_PURR))
425 if (cpu_has_feature(CPU_FTR_SPUR
[all...]
H A Dprocess.c729 if (cpu_has_feature(CPU_FTR_SLB)) {
733 if (cpu_has_feature(CPU_FTR_1T_SEGMENT))
860 if (cpu_has_feature(CPU_FTR_SPE)) {
892 if (cpu_has_feature(CPU_FTR_SPE))
908 if ((val == PR_ENDIAN_LITTLE && !cpu_has_feature(CPU_FTR_REAL_LE)) ||
909 (val == PR_ENDIAN_PPC_LITTLE && !cpu_has_feature(CPU_FTR_PPC_LE)))
930 if (!cpu_has_feature(CPU_FTR_PPC_LE) &&
931 !cpu_has_feature(CPU_FTR_REAL_LE))
938 if (cpu_has_feature(CPU_FTR_REAL_LE))
1163 if (cpu_has_feature(CPU_FTR_CTR
[all...]
H A Dsetup-common.c233 if (cpu_has_feature(CPU_FTR_ALTIVEC))
456 if (!cpu_has_feature(CPU_FTR_SMT)) {
482 if (cpu_has_feature(CPU_FTR_SMT))
H A Dtau_6xx.c222 if (!cpu_has_feature(CPU_FTR_TAU)) {
H A Dtime.c207 if (cpu_has_feature(CPU_FTR_PURR))
221 if (cpu_has_feature(CPU_FTR_PURR) && cpu_has_feature(CPU_FTR_SPURR))
316 if (!cpu_has_feature(CPU_FTR_PURR))
356 if (!cpu_has_feature(CPU_FTR_PURR))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dppc-dis.c41 if (cpu_has_feature(CPU_FTRS_POWER5))
44 if (cpu_has_feature(CPU_FTRS_CELL))
47 if (cpu_has_feature(CPU_FTRS_POWER6))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/85xx/
H A Dsmp.c104 if (cpu_has_feature(CPU_FTR_DBELL))
179 if (cpu_has_feature(CPU_FTR_DBELL))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dsmp.c162 cpu_has_feature(CPU_FTR_SMT) &&
186 if (cpu_has_feature(CPU_FTR_SMT)) {
H A Dpervasive.c117 if (!cpu_has_feature(CPU_FTR_PAUSE_ZERO))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dsmp.c185 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) {
223 if (cpu_has_feature(CPU_FTR_SMT)) {
H A DhvCall_inst.c61 if (cpu_has_feature(CPU_FTR_PURR))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_native_64.c101 unsigned int use_local = local && cpu_has_feature(CPU_FTR_TLBIEL);
102 int lock_tlbie = !cpu_has_feature(CPU_FTR_LOCKLESS_TLBIE);
506 if (cpu_has_feature(CPU_FTR_TLBIEL) &&
520 int lock_tlbie = !cpu_has_feature(CPU_FTR_LOCKLESS_TLBIE);
H A Dhugetlbpage-hash64.c62 if (!cpu_has_feature(CPU_FTR_COHERENT_ICACHE))
H A Dpgtable.c181 if (pte_looks_normal(pte) && !(cpu_has_feature(CPU_FTR_COHERENT_ICACHE) ||
182 cpu_has_feature(CPU_FTR_NOEXECUTE))) {
H A Dslb.c169 if (!cpu_has_feature(CPU_FTR_1T_SEGMENT))
204 if (!cpu_has_feature(CPU_FTR_NO_SLBIE_B) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/raid/
H A Dpq.h60 #define cpu_has_feature(x) 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c270 if (cpu_has_feature(CPU_FTR_ALTIVEC))
353 cpu_has_feature(CPU_FTR_L3CR)) {
362 cpu_has_feature(CPU_FTR_L3CR)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/
H A Dop_model_rs64.c116 if (cpu_has_feature(CPU_FTR_MMCRA))

Completed in 206 milliseconds

12