Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dcputable.h195 #define CPU_FTR_DEXCR_NPHIE LONG_ASM_CONST(0x0010000000000000) macro
456 CPU_FTR_DEXCR_NPHIE)
/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c1186 if (cpu_has_feature(CPU_FTR_DEXCR_NPHIE)) in save_sprs()
1267 if (cpu_has_feature(CPU_FTR_DEXCR_NPHIE) && in restore_sprs()
1879 if (cpu_has_feature(CPU_FTR_DEXCR_NPHIE)) in copy_thread()
1999 if (cpu_has_feature(CPU_FTR_DEXCR_NPHIE)) { in start_thread()
H A Dprom.c185 { .pabyte = 68, .pabit = 5, .cpu_features = CPU_FTR_DEXCR_NPHIE },
H A Dtraps.c1575 if (cpu_has_feature(CPU_FTR_DEXCR_NPHIE)) { in do_program_check()