Searched refs:msr_check_and_set (Results 1 – 5 of 5) sorted by relevance
120 unsigned long notrace msr_check_and_set(unsigned long bits) in msr_check_and_set() function135 EXPORT_SYMBOL_GPL(msr_check_and_set);170 msr_check_and_set(MSR_FP); in giveup_fpu()214 cpumsr = msr_check_and_set(MSR_FP); in enable_kernel_fp()253 msr_check_and_set(MSR_VEC); in giveup_altivec()265 cpumsr = msr_check_and_set(MSR_VEC); in enable_kernel_altivec()324 msr_check_and_set(MSR_FP|MSR_VEC|MSR_VSX); in giveup_vsx()335 cpumsr = msr_check_and_set(MSR_FP|MSR_VEC|MSR_VSX); in enable_kernel_vsx()374 msr_check_and_set(MSR_SPE); in giveup_spe()384 msr_check_and_set(MSR_SPE); in enable_kernel_spe()[all …]
580 msr_check_and_set(msr & (MSR_FP | MSR_VEC)); in restore_tm_sigcontexts()
723 msr_check_and_set(msr & (MSR_FP | MSR_VEC)); in restore_tm_user_regs()
1413 extern unsigned long msr_check_and_set(unsigned long bits);
3620 msr_check_and_set(MSR_FP | MSR_VEC | MSR_VSX); in kvmhv_p9_guest_entry()3726 msr_check_and_set(MSR_FP | MSR_VEC | MSR_VSX); in kvmhv_p9_guest_entry()