Home
last modified time | relevance | path

Searched refs:vrs (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dvecemu.c263 vector128 *vrs; in emulate_altivec() local
274 vrs = current->thread.vr_state.vr; in emulate_altivec()
279 vaddfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec()
282 vsubfp(&vrs[vd], &vrs[va], &vrs[vb]); in emulate_altivec()
285 vrefp(&vrs[vd], &vrs[vb]); in emulate_altivec()
288 vrsqrtefp(&vrs[vd], &vrs[vb]); in emulate_altivec()
292 vrs[vd].u[i] = eexp2(vrs[vb].u[i]); in emulate_altivec()
296 vrs[vd].u[i] = elog2(vrs[vb].u[i]); in emulate_altivec()
300 vrs[vd].u[i] = rfin(vrs[vb].u[i]); in emulate_altivec()
304 vrs[vd].u[i] = rfiz(vrs[vb].u[i]); in emulate_altivec()
[all …]
/linux-4.4.14/arch/arm/kernel/
Dunwind.c69 unsigned long vrs[16]; /* virtual register set */ member
252 ctrl->vrs[reg] = *(*vsp)++; in unwind_pop_register()
260 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r4_to_r13()
272 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r4_to_r13()
280 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_r4_to_rN()
292 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_r4_to_rN()
300 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r0_to_r3()
311 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r0_to_r3()
327 ctrl->vrs[SP] += ((insn & 0x3f) << 2) + 4; in unwind_exec_insn()
329 ctrl->vrs[SP] -= ((insn & 0x3f) << 2) + 4; in unwind_exec_insn()
[all …]
/linux-4.4.14/arch/s390/include/uapi/asm/
Dkvm.h168 __u64 vrs[32][2]; /* vector registers */ member
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dgeneric.c450 struct mtrr_var_range *vrs; in get_mtrr_state() local
455 vrs = mtrr_state.var_ranges; in get_mtrr_state()
461 get_mtrr_var_range(i, &vrs[i]); in get_mtrr_state()
/linux-4.4.14/arch/s390/include/asm/
Dkvm_host.h193 __vector128 vrs[32]; member
/linux-4.4.14/arch/s390/kvm/
Dkvm-s390.c1281 current->thread.fpu.regs = vcpu->run->s.regs.vrs; in kvm_arch_vcpu_load()
2252 convert_vx_to_fp(fprs, (__vector128 *) vcpu->run->s.regs.vrs); in kvm_s390_store_status_unloaded()
2257 vcpu->run->s.regs.vrs, 128); in kvm_s390_store_status_unloaded()
2306 (void *)&vcpu->run->s.regs.vrs, 512); in kvm_s390_store_adtl_status_unloaded()