Searched refs:msr_check_and_set (Results 1 – 4 of 4) sorted by relevance
140 unsigned long msr_check_and_set(unsigned long bits) in msr_check_and_set() function157 EXPORT_SYMBOL_GPL(msr_check_and_set);195 msr_check_and_set(MSR_FP); in giveup_fpu()239 cpumsr = msr_check_and_set(MSR_FP); in enable_kernel_fp()291 msr_check_and_set(MSR_VEC); in giveup_altivec()303 cpumsr = msr_check_and_set(MSR_VEC); in enable_kernel_altivec()377 msr_check_and_set(MSR_FP|MSR_VEC|MSR_VSX); in giveup_vsx()388 cpumsr = msr_check_and_set(MSR_FP|MSR_VEC|MSR_VSX); in enable_kernel_vsx()438 msr_check_and_set(MSR_SPE); in giveup_spe()448 msr_check_and_set(MSR_SPE); in enable_kernel_spe()[all …]
578 msr_check_and_set(msr & (MSR_FP | MSR_VEC)); in restore_tm_sigcontexts()
864 msr_check_and_set(msr & (MSR_FP | MSR_VEC)); in restore_tm_user_regs()
1358 extern unsigned long msr_check_and_set(unsigned long bits);