Searched refs:MSR_VSX (Results 1 – 22 of 22) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | process.c | 127 newmsr |= MSR_VSX; in msr_check_and_set() 145 newmsr &= ~MSR_VSX; in __msr_check_and_clear() 161 msr &= ~MSR_VSX; in __giveup_fpu() 244 msr &= ~MSR_VSX; in __giveup_altivec() 323 msr_check_and_set(MSR_FP|MSR_VEC|MSR_VSX); in giveup_vsx() 325 msr_check_and_clear(MSR_FP|MSR_VEC|MSR_VSX); in giveup_vsx() 415 msr_all_available |= MSR_VSX; in init_msr_all_available() 537 new_msr |= MSR_VSX; in restore_math() 555 if (new_msr & MSR_VSX) in restore_math() 1136 msr_diff &= MSR_FP | MSR_VEC | MSR_VSX; in restore_tm_state() [all …]
|
A D | signal_64.c | 163 msr &= ~MSR_VSX; in __unsafe_setup_sigcontext() 176 msr |= MSR_VSX; in __unsafe_setup_sigcontext() 237 msr |= tsk->thread.ckpt_regs.msr & (MSR_FP | MSR_VEC | MSR_VSX); in setup_tm_sigcontexts() 302 if (msr & MSR_VSX) in setup_tm_sigcontexts() 310 msr |= MSR_VSX; in setup_tm_sigcontexts() 387 regs_set_return_msr(regs, regs->msr & ~(MSR_FP | MSR_FE0 | MSR_FE1 | MSR_VEC | MSR_VSX)); in __unsafe_restore_sigcontext() 418 if ((msr & MSR_VSX) != 0) { in __unsafe_restore_sigcontext() 506 regs_set_return_msr(regs, regs->msr & ~(MSR_FP | MSR_FE0 | MSR_FE1 | MSR_VEC | MSR_VSX)); in restore_tm_sigcontexts() 552 if (v_regs && ((msr & MSR_VSX) != 0)) { in restore_tm_sigcontexts() 678 (new_msr & MSR_VSX)) in SYSCALL_DEFINE3()
|
A D | signal_32.c | 301 msr &= ~MSR_VSX; in __unsafe_save_user_regs() 311 msr |= MSR_VSX; in __unsafe_save_user_regs() 429 if (msr & MSR_VSX) in save_tm_user_regs_unsafe() 434 msr |= MSR_VSX; in save_tm_user_regs_unsafe() 517 regs_set_return_msr(regs, regs->msr & ~MSR_VSX); in restore_user_regs() 518 if (msr & MSR_VSX) { in restore_user_regs() 618 regs_set_return_msr(regs, regs->msr & ~MSR_VSX); in restore_tm_user_regs() 619 if (msr & MSR_VSX) { in restore_tm_user_regs() 650 if (msr & MSR_VSX) { in restore_tm_user_regs() 1026 (new_msr & MSR_VSX)) in COMPAT_SYSCALL_DEFINE3()
|
A D | fpu.S | 92 oris r5,r5,MSR_VSX@h
|
A D | tm.S | 142 oris r15,r15, MSR_VSX@h 393 oris r5,r5, MSR_VSX@h
|
A D | interrupt.c | 213 mathflags |= MSR_VEC | MSR_VSX; in interrupt_exit_user_prepare_main()
|
A D | vector.S | 145 oris r12,r12,MSR_VSX@h
|
A D | traps.c | 975 msr_mask = MSR_VSX; in p9_hmi_special_emu()
|
A D | exceptions-64s.S | 2672 oris r10,r10,MSR_VSX@h
|
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | ldstfp.S | 162 oris r7,r6,MSR_VSX@h 189 oris r7,r6,MSR_VSX@h
|
A D | test_emulate_step.c | 72 regs->msr |= MSR_VSX; in init_pt_regs()
|
A D | sstep.c | 3444 unsigned long msrbit = MSR_VSX; in emulate_loadstore() 3515 unsigned long msrbit = MSR_VSX; in emulate_loadstore()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | switch_to.h | 81 msr_check_and_clear(MSR_FP|MSR_VEC|MSR_VSX); in disable_kernel_vsx()
|
A D | reg.h | 89 #define MSR_VSX __MASK(MSR_VSX_LG) /* Enable VSX */ macro
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | emulate_loadstore.c | 42 if (!(kvmppc_get_msr(vcpu) & MSR_VSX)) { in kvmppc_check_vsx_disabled() 316 MSR_VSX); in kvmppc_emulate_loadstore()
|
A D | book3s_pr.c | 184 kvmppc_giveup_ext(vcpu, MSR_FP | MSR_VEC | MSR_VSX); in kvmppc_core_vcpu_put_pr() 368 (MSR_FP | MSR_VEC | MSR_VSX); in kvmppc_handle_lost_math_exts() 391 kvmppc_giveup_ext(vcpu, MSR_VSX); in kvmppc_save_tm_pr() 812 if (msr & MSR_VSX) in kvmppc_giveup_ext() 842 vcpu->arch.guest_owned_ext &= ~(msr | MSR_VSX); in kvmppc_giveup_ext() 880 if (msr == MSR_VSX) { in kvmppc_handle_ext() 894 msr = MSR_FP | MSR_VEC | MSR_VSX; in kvmppc_handle_ext() 1376 ext_msr = MSR_VSX; in kvmppc_handle_exit_pr() 1854 kvmppc_giveup_ext(vcpu, MSR_FP | MSR_VEC | MSR_VSX); in kvmppc_vcpu_run_pr()
|
A D | tm.S | 45 oris r8, r8, (MSR_VEC | MSR_VSX)@h 239 oris r5, r5, (MSR_VEC | MSR_VSX)@h
|
A D | book3s_emulate.c | 177 kvmppc_giveup_ext(vcpu, MSR_VSX); in kvmppc_emulate_trchkpt()
|
A D | book3s_hv_p9_entry.c | 506 msr_needed |= MSR_VSX; in kvmppc_msr_hard_disable_set_facilities()
|
A D | book3s_hv_rmhandlers.S | 2454 oris r8,r8,MSR_VSX@h 2490 oris r8,r8,MSR_VSX@h
|
A D | powerpc.c | 1203 vcpu->kvm->arch.kvm_ops->giveup_ext(vcpu, MSR_VSX); in kvmppc_complete_mmio_load()
|
A D | book3s_hv.c | 4824 msr |= MSR_VSX; in kvmppc_vcpu_run_hv()
|
Completed in 52 milliseconds