Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dmmu_context.h57 if (cpu_has_feature(CPU_FTR_SLB)) in switch_mm()
Dcputable.h177 #define CPU_FTR_SLB LONG_ASM_CONST(0x0000000100000000) macro
200 #define CPU_FTR_PPCAS_ARCH_V2 (CPU_FTR_SLB | \
/arch/powerpc/kernel/
Dsetup_64.c225 if (cpu_has_feature(CPU_FTR_SLB)) in early_setup()
248 if (cpu_has_feature(CPU_FTR_SLB)) in early_setup_secondary()
Dhead_64.S204 END_FTR_SECTION_IFCLR(CPU_FTR_SLB)
979 END_FTR_SECTION_IFCLR(CPU_FTR_SLB)
Dprocess.c651 if (cpu_has_feature(CPU_FTR_SLB)) { in copy_thread()
Dentry_64.S412 ALT_FTR_SECTION_END_IFSET(CPU_FTR_SLB)
Dprom.c532 {CPU_FTR_SLB, 0, 0, 2, 0},
/arch/powerpc/mm/
Dstab.c237 if (cpu_has_feature(CPU_FTR_SLB)) in stabs_alloc()
/arch/powerpc/platforms/iseries/
Dexception.S141 END_FTR_SECTION_IFCLR(CPU_FTR_SLB)
Dsetup.c252 if (cpu_has_feature(CPU_FTR_SLB)) in iSeries_process_mainstore_vpd()
/arch/powerpc/xmon/
Dxmon.c2582 if (cpu_has_feature(CPU_FTR_SLB)) in dump_segments()