Home
last modified time | relevance | path

Searched refs:CPU_FTR_DSCR (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dcputable.h182 #define CPU_FTR_DSCR LONG_ASM_CONST(0x0000100000000000) macro
425 CPU_FTR_DSCR | CPU_FTR_UNALIGNED_LD_STD | \
433 CPU_FTR_DSCR | CPU_FTR_SAO | CPU_FTR_ASYM_SMT | \
442 CPU_FTR_DSCR | CPU_FTR_SAO | \
Dswitch_to.h23 if (cpu_has_feature(CPU_FTR_DSCR)) in save_early_sprs()
/linux-4.4.14/arch/powerpc/kernel/
Dsysfs.c590 if (cpu_has_feature(CPU_FTR_DSCR)) in sysfs_create_dscr_default()
768 if (cpu_has_feature(CPU_FTR_DSCR)) in register_cpu_online()
849 if (cpu_has_feature(CPU_FTR_DSCR)) in unregister_cpu_online()
Dtraps.c1077 cpu_has_feature(CPU_FTR_DSCR)) { in emulate_instruction()
1088 cpu_has_feature(CPU_FTR_DSCR)) { in emulate_instruction()
Dentry_64.S617 END_FTR_SECTION_IFSET(CPU_FTR_DSCR)
Dprocess.c1213 if (cpu_has_feature(CPU_FTR_DSCR)) { in copy_thread()