Lines Matching refs:cpu_has_feature

17 	if (cpu_has_feature(CPU_FTR_ALTIVEC) &&  in load_spr_state()
31 if (cpu_has_feature(CPU_FTR_P9_TIDR) && in load_spr_state()
63 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in store_spr_state()
73 if (cpu_has_feature(CPU_FTR_P9_TIDR)) in store_spr_state()
92 if (cpu_has_feature(CPU_FTR_TM) || in load_vcpu_state()
93 cpu_has_feature(CPU_FTR_P9_TM_HV_ASSIST)) { in load_vcpu_state()
127 if (cpu_has_feature(CPU_FTR_TM) || in store_vcpu_state()
128 cpu_has_feature(CPU_FTR_P9_TM_HV_ASSIST)) { in store_vcpu_state()
168 if (cpu_has_feature(CPU_FTR_P9_TIDR) && in restore_p9_host_os_sprs()
189 if (cpu_has_feature(CPU_FTR_ALTIVEC) && in restore_p9_host_os_sprs()
503 if (cpu_has_feature(CPU_FTR_ALTIVEC)) in kvmppc_msr_hard_disable_set_facilities()
505 if (cpu_has_feature(CPU_FTR_VSX)) in kvmppc_msr_hard_disable_set_facilities()
507 if ((cpu_has_feature(CPU_FTR_TM) || in kvmppc_msr_hard_disable_set_facilities()
508 cpu_has_feature(CPU_FTR_P9_TM_HV_ASSIST)) && in kvmppc_msr_hard_disable_set_facilities()
569 if (cpu_has_feature(CPU_FTR_P9_TM_HV_ASSIST)) in kvmhv_vcpu_entry_p9()
576 if (cpu_has_feature(CPU_FTR_DAWR1)) { in kvmhv_vcpu_entry_p9()
623 if (cpu_has_feature(CPU_FTR_DAWR1)) { in kvmhv_vcpu_entry_p9()
634 if (cpu_has_feature(CPU_FTR_P9_TM_HV_ASSIST)) { in kvmhv_vcpu_entry_p9()
661 if (cpu_has_feature(CPU_FTR_P9_RADIX_PREFETCH_BUG)) in kvmhv_vcpu_entry_p9()
692 cpu_has_feature(CPU_FTR_P9_RADIX_PREFETCH_BUG)) in kvmhv_vcpu_entry_p9()
881 if (cpu_has_feature(CPU_FTR_P9_TM_HV_ASSIST)) { in kvmhv_vcpu_entry_p9()
896 if (cpu_has_feature(CPU_FTR_DAWR1)) { in kvmhv_vcpu_entry_p9()
924 if (cpu_has_feature(CPU_FTR_ARCH_31)) in kvmhv_vcpu_entry_p9()