Searched refs:MSR_VEC (Results 1 – 20 of 20) sorted by relevance
/arch/powerpc/kernel/ |
D | process.c | 243 msr &= ~MSR_VEC; in __giveup_altivec() 253 msr_check_and_set(MSR_VEC); in giveup_altivec() 255 msr_check_and_clear(MSR_VEC); in giveup_altivec() 265 cpumsr = msr_check_and_set(MSR_VEC); in enable_kernel_altivec() 267 if (current->thread.regs && (current->thread.regs->msr & MSR_VEC)) { in enable_kernel_altivec() 292 if (tsk->thread.regs->msr & MSR_VEC) { in flush_altivec_to_thread() 311 WARN_ON((msr & MSR_VSX) && !((msr & MSR_FP) && (msr & MSR_VEC))); in __giveup_vsx() 316 if (msr & MSR_VEC) in __giveup_vsx() 324 msr_check_and_set(MSR_FP|MSR_VEC|MSR_VSX); in giveup_vsx() 326 msr_check_and_clear(MSR_FP|MSR_VEC|MSR_VSX); in giveup_vsx() [all …]
|
D | signal_64.c | 127 msr |= MSR_VEC; in setup_sigcontext() 223 msr |= tsk->thread.ckpt_regs.msr & (MSR_FP | MSR_VEC | MSR_VSX); in setup_tm_sigcontexts() 237 if (msr & MSR_VEC) in setup_tm_sigcontexts() 249 msr |= MSR_VEC; in setup_tm_sigcontexts() 257 if (msr & MSR_VEC) in setup_tm_sigcontexts() 369 regs->msr &= ~(MSR_FP | MSR_FE0 | MSR_FE1 | MSR_VEC | MSR_VSX); in restore_sigcontext() 378 if (v_regs != NULL && (msr & MSR_VEC) != 0) { in restore_sigcontext() 487 regs->msr &= ~(MSR_FP | MSR_FE0 | MSR_FE1 | MSR_VEC | MSR_VSX); in restore_tm_sigcontexts() 499 if (v_regs != NULL && tm_v_regs != NULL && (msr & MSR_VEC) != 0) { in restore_tm_sigcontexts() 580 msr_check_and_set(msr & (MSR_FP | MSR_VEC)); in restore_tm_sigcontexts() [all …]
|
D | syscall_64.c | 220 mathflags |= MSR_VEC | MSR_VSX; in syscall_exit_prepare() 222 mathflags |= MSR_VEC; in syscall_exit_prepare() 299 mathflags |= MSR_VEC | MSR_VSX; in interrupt_exit_user_prepare() 301 mathflags |= MSR_VEC; in interrupt_exit_user_prepare()
|
D | vector.S | 51 oris r5,r5,MSR_VEC@h 70 oris r9,r9,MSR_VEC@h 77 oris r12,r12,MSR_VEC@h 128 andis. r5,r12,MSR_VEC@h
|
D | signal_32.c | 260 msr |= MSR_VEC; in save_user_regs() 372 if (msr & MSR_VEC) { in save_tm_user_regs() 387 msr |= MSR_VEC; in save_tm_user_regs() 400 if (msr & MSR_VEC) { in save_tm_user_regs() 514 regs->msr &= ~MSR_VEC; in restore_user_regs() 515 if (msr & MSR_VEC) { in restore_user_regs() 617 regs->msr &= ~MSR_VEC; in restore_tm_user_regs() 618 if (msr & MSR_VEC) { in restore_tm_user_regs() 723 msr_check_and_set(msr & (MSR_FP | MSR_VEC)); in restore_tm_user_regs() 729 if (msr & MSR_VEC) { in restore_tm_user_regs() [all …]
|
D | tm.S | 139 oris r15, r15, MSR_VEC@h 392 oris r5, r5, MSR_VEC@h
|
D | entry_32.S | 722 oris r0,r0,MSR_VEC@h /* Disable altivec */
|
D | traps.c | 979 msr_mask = MSR_VEC; in p9_hmi_special_emu()
|
/arch/powerpc/include/asm/ |
D | switch_to.h | 60 msr_check_and_clear(MSR_VEC); in disable_kernel_altivec() 72 msr_check_and_clear(MSR_FP|MSR_VEC|MSR_VSX); in disable_kernel_vsx()
|
D | reg.h | 91 #define MSR_VEC __MASK(MSR_VEC_LG) /* Enable AltiVec */ macro
|
/arch/powerpc/lib/ |
D | ldstfp.S | 72 oris r7, r6, MSR_VEC@h 96 oris r7, r6, MSR_VEC@h
|
D | sstep.c | 626 if (regs->msr & MSR_VEC) in do_vec_load() 652 if (regs->msr & MSR_VEC) in do_vec_store() 892 if (regs->msr & MSR_VEC) in do_vsx_load() 923 if (regs->msr & MSR_VEC) in do_vsx_store() 3263 if (!(regs->msr & MSR_PR) && !(regs->msr & MSR_VEC)) in emulate_loadstore() 3277 msrbit = MSR_VEC; in emulate_loadstore() 3334 if (!(regs->msr & MSR_PR) && !(regs->msr & MSR_VEC)) in emulate_loadstore() 3348 msrbit = MSR_VEC; in emulate_loadstore()
|
D | test_emulate_step.c | 72 regs->msr |= MSR_VEC; in init_pt_regs()
|
/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 54 if (!(kvmppc_get_msr(vcpu) & MSR_VEC)) { in kvmppc_check_altivec_disabled() 270 MSR_VEC); in kvmppc_emulate_loadstore()
|
D | book3s_pr.c | 172 kvmppc_giveup_ext(vcpu, MSR_FP | MSR_VEC | MSR_VSX); in kvmppc_core_vcpu_put_pr() 361 (MSR_FP | MSR_VEC | MSR_VSX); in kvmppc_handle_lost_math_exts() 368 else if (ext_diff == MSR_VEC) in kvmppc_handle_lost_math_exts() 829 msr |= MSR_FP | MSR_VEC; in kvmppc_giveup_ext() 851 if (msr & MSR_VEC) { in kvmppc_giveup_ext() 852 if (current->thread.regs->msr & MSR_VEC) in kvmppc_giveup_ext() 910 msr = MSR_FP | MSR_VEC | MSR_VSX; in kvmppc_handle_ext() 931 if (msr & MSR_VEC) { in kvmppc_handle_ext() 969 if (lost_ext & MSR_VEC) { in kvmppc_handle_lost_ext() 1386 ext_msr = MSR_VEC; in kvmppc_handle_exit_pr() [all …]
|
D | tm.S | 45 oris r8, r8, (MSR_VEC | MSR_VSX)@h 239 oris r5, r5, (MSR_VEC | MSR_VSX)@h
|
D | booke.c | 176 if (!(current->thread.regs->msr & MSR_VEC)) { in kvmppc_load_guest_altivec() 181 current->thread.regs->msr |= MSR_VEC; in kvmppc_load_guest_altivec() 195 if (current->thread.regs->msr & MSR_VEC) in kvmppc_save_guest_altivec()
|
D | book3s_hv_rmhandlers.S | 3074 oris r8,r8,MSR_VEC@h 3109 oris r8,r8,MSR_VEC@h
|
D | powerpc.c | 1198 vcpu->kvm->arch.kvm_ops->giveup_ext(vcpu, MSR_VEC); in kvmppc_complete_mmio_load()
|
D | book3s_hv.c | 3651 msr_check_and_set(MSR_FP | MSR_VEC | MSR_VSX); in kvmhv_p9_guest_entry() 3763 msr_check_and_set(MSR_FP | MSR_VEC | MSR_VSX); in kvmhv_p9_guest_entry()
|