Home
last modified time | relevance | path

Searched refs:CPU_FTR_SLB (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/arch/powerpc/include/asm/
Dmmu_context.h70 if (cpu_has_feature(CPU_FTR_SLB)) in switch_mm()
Dcputable.h181 #define CPU_FTR_SLB LONG_ASM_CONST(0x0000000100000000) macro
208 #define CPU_FTR_PPCAS_ARCH_V2 (CPU_FTR_SLB | \
/linux-2.6.39/arch/powerpc/mm/
Dstab.c246 if (cpu_has_feature(CPU_FTR_SLB)) in stabs_alloc()
Dhash_utils_64.c742 if (cpu_has_feature(CPU_FTR_SLB)) in early_init_mmu()
759 if (cpu_has_feature(CPU_FTR_SLB)) in early_init_mmu_secondary()
/linux-2.6.39/arch/powerpc/platforms/iseries/
Dexception.S160 ALT_FTR_SECTION_END_IFCLR(CPU_FTR_SLB)
Dsetup.c252 if (cpu_has_feature(CPU_FTR_SLB)) in iSeries_process_mainstore_vpd()
/linux-2.6.39/arch/powerpc/kernel/
Dexceptions-64s.S77 ALT_FTR_SECTION_END_IFCLR(CPU_FTR_SLB)
753 END_FTR_SECTION_IFCLR(CPU_FTR_SLB)
Dprom.c133 {CPU_FTR_SLB, 0, 0, 2, 0},
Dprocess.c758 if (cpu_has_feature(CPU_FTR_SLB)) { in copy_thread()
Dentry_64.S468 ALT_FTR_SECTION_END_IFSET(CPU_FTR_SLB)
/linux-2.6.39/arch/powerpc/xmon/
Dxmon.c2666 if (cpu_has_feature(CPU_FTR_SLB)) in dump_segments()