Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dcputable.h190 #define CPU_FTR_P9_TIDR LONG_ASM_CONST(0x0000800000000000) macro
433 CPU_FTR_P9_TLBIE_ERAT_BUG | CPU_FTR_P9_TIDR)
/openbmc/linux/drivers/misc/ocxl/
H A Dfile.c120 if (cpu_has_feature(CPU_FTR_P9_TIDR)) { in afu_ioctl_enable_p9_wait()
165 if (cpu_has_feature(CPU_FTR_P9_TIDR)) in afu_ioctl_get_features()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c31 if (cpu_has_feature(CPU_FTR_P9_TIDR) && in load_spr_state()
73 if (cpu_has_feature(CPU_FTR_P9_TIDR)) in store_spr_state()
168 if (cpu_has_feature(CPU_FTR_P9_TIDR) && in restore_p9_host_os_sprs()
/openbmc/linux/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c793 cur_cpu_spec->cpu_features |= CPU_FTR_P9_TIDR; in cpufeatures_cpu_quirks()
H A Dprocess.c1263 if (cpu_has_feature(CPU_FTR_P9_TIDR) && in restore_sprs()
1675 if (!cpu_has_feature(CPU_FTR_P9_TIDR)) in set_thread_tidr()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c2105 if (cpu_has_feature(CPU_FTR_P9_TIDR)) { in dump_300_sprs()