Searched refs:fr (Results 1 - 25 of 30) sorted by relevance

12

/arch/mips/math-emu/
H A Ddsemul.c55 struct emuframe __user *fr; local
87 fr = (struct emuframe __user *)
91 if (unlikely(!access_ok(VERIFY_WRITE, fr, sizeof(struct emuframe))))
94 err = __put_user(ir, &fr->emul);
95 err |= __put_user((mips_instruction)BREAK_MATH, &fr->badinst);
96 err |= __put_user((mips_instruction)BD_COOKIE, &fr->cookie);
97 err |= __put_user(cpc, &fr->epc);
104 regs->cp0_epc = (unsigned long) &fr->emul;
106 flush_cache_sigtramp((unsigned long)&fr->badinst);
113 struct emuframe __user *fr; local
[all...]
H A Dcp1emu.c660 ieee754sp fd, fr, fs, ft; local
716 SPFROMREG(fr, MIPSInst_FR(ir));
719 fd = (*handler) (fr, fs, ft);
749 ieee754dp fd, fr, fs, ft; local
804 DPFROMREG(fr, MIPSInst_FR(ir));
807 fd = (*handler) (fr, fs, ft);
/arch/parisc/kernel/
H A Dasm-offsets.c99 DEFINE(TASK_PT_FR0, offsetof(struct task_struct, thread.regs.fr[ 0]));
100 DEFINE(TASK_PT_FR1, offsetof(struct task_struct, thread.regs.fr[ 1]));
101 DEFINE(TASK_PT_FR2, offsetof(struct task_struct, thread.regs.fr[ 2]));
102 DEFINE(TASK_PT_FR3, offsetof(struct task_struct, thread.regs.fr[ 3]));
103 DEFINE(TASK_PT_FR4, offsetof(struct task_struct, thread.regs.fr[ 4]));
104 DEFINE(TASK_PT_FR5, offsetof(struct task_struct, thread.regs.fr[ 5]));
105 DEFINE(TASK_PT_FR6, offsetof(struct task_struct, thread.regs.fr[ 6]));
106 DEFINE(TASK_PT_FR7, offsetof(struct task_struct, thread.regs.fr[ 7]));
107 DEFINE(TASK_PT_FR8, offsetof(struct task_struct, thread.regs.fr[ 8]));
108 DEFINE(TASK_PT_FR9, offsetof(struct task_struct, thread.regs.fr[
[all...]
H A Dprocess.c208 memcpy(r, regs->fr, sizeof *r);
214 memcpy(r, tsk->thread.regs.fr, sizeof(*r));
H A Dsignal32.c211 err |= __copy_from_user(regs->fr, sc->sc_fr, sizeof(regs->fr));
385 "sc->sc_fr size = %#lx, regs->fr size = %#lx\n",
386 sizeof(regs->fr), sizeof(sc->sc_fr));
387 err |= __copy_to_user(sc->sc_fr, regs->fr, sizeof(regs->fr));
H A Dtraps.c117 PRINTREGS(level, regs->fr, "fr", FFMT, i);
381 regs->fr[i] = pim_wide->fr[i];
405 regs->fr[i] = pim_narrow->fr[i];
H A Dsignal.c87 err |= __copy_from_user(regs->fr, sc->sc_fr, sizeof(regs->fr));
231 err |= __copy_to_user(sc->sc_fr, regs->fr, sizeof(regs->fr));
H A Dunaligned.c201 ((__u32*)(regs->fr))[toreg] = val;
274 regs->fr[toreg] = val;
318 val = ((__u32*)(regs->fr))[frreg];
364 val = regs->fr[frreg];
/arch/parisc/math-emu/
H A Ddriver.c89 * also, the passed in fr registers contain one word that defines
95 memcpy(frcopy, regs->fr, sizeof regs->fr);
117 memcpy(regs->fr, frcopy, sizeof regs->fr);
/arch/ia64/kernel/
H A Desi.c105 struct ia64_fpreg fr[6]; local
126 ia64_save_scratch_fpregs(fr);
142 ia64_load_scratch_fpregs(fr);
156 struct ia64_fpreg fr[6]; local
186 ia64_save_scratch_fpregs(fr);
190 ia64_load_scratch_fpregs(fr);
H A Defi.c60 struct ia64_fpreg fr[6]; \
66 ia64_save_scratch_fpregs(fr); \
69 ia64_load_scratch_fpregs(fr); \
77 struct ia64_fpreg fr[6]; \
80 ia64_save_scratch_fpregs(fr); \
83 ia64_load_scratch_fpregs(fr); \
92 struct ia64_fpreg fr[6]; \
95 ia64_save_scratch_fpregs(fr); \
99 ia64_load_scratch_fpregs(fr); \
107 struct ia64_fpreg fr[
[all...]
H A Dptrace.c953 retval |= __copy_to_user(&ppr->fr[i], &fpval, sizeof (fpval));
958 retval |= __copy_to_user(&ppr->fr[6], &pt->f6,
963 retval |= __copy_to_user(&ppr->fr[12], &sw->f12,
971 retval |= __copy_to_user(&ppr->fr[i], &fpval, sizeof (fpval));
977 retval |= __copy_to_user(&ppr->fr[32], &child->thread.fph,
978 sizeof(ppr->fr[32]) * 96);
1087 retval |= __copy_from_user(&fpval, &ppr->fr[i], sizeof(fpval));
1094 retval |= __copy_from_user(&pt->f6, &ppr->fr[6],
1095 sizeof(ppr->fr[6]) * 6);
1099 retval |= __copy_from_user(&sw->f12, &ppr->fr[1
[all...]
/arch/parisc/include/asm/
H A Dptrace.h20 __u64 fr[32]; member in struct:pt_regs
H A Dprocessor.h156 .fr = { 0, }, \
312 regs->fr[ 0] = 0LL; \
313 regs->fr[ 1] = 0LL; \
314 regs->fr[ 2] = 0LL; \
315 regs->fr[ 3] = 0LL; \
/arch/arm/kernel/
H A Dperf_event.c837 callchain_trace(struct stackframe *fr, argument
841 perf_callchain_store(entry, fr->pc);
848 struct stackframe fr; local
850 fr.fp = regs->ARM_fp;
851 fr.sp = regs->ARM_sp;
852 fr.lr = regs->ARM_lr;
853 fr.pc = regs->ARM_pc;
854 walk_stackframe(&fr, callchain_trace, entry);
/arch/ia64/kvm/
H A Dasm-offsets.c234 DEFINE(VMM_CTX_F2_OFFSET, offsetof(union context, fr[2]));
235 DEFINE(VMM_CTX_F3_OFFSET, offsetof(union context, fr[3]));
236 DEFINE(VMM_CTX_F32_OFFSET, offsetof(union context, fr[32]));
237 DEFINE(VMM_CTX_F33_OFFSET, offsetof(union context, fr[33]));
/arch/ia64/include/asm/
H A Dpal.h799 struct ia64_fpreg fr[6]; \
800 ia64_save_scratch_fpregs(fr); \
802 ia64_load_scratch_fpregs(fr); \
806 struct ia64_fpreg fr[6]; \
807 ia64_save_scratch_fpregs(fr); \
809 ia64_load_scratch_fpregs(fr); \
813 struct ia64_fpreg fr[6]; \
814 ia64_save_scratch_fpregs(fr); \
816 ia64_load_scratch_fpregs(fr); \
820 struct ia64_fpreg fr[
[all...]
H A Dkvm.h90 struct kvm_fpreg fr[128]; member in struct:context::__anon1561
H A Dptrace.h347 struct ia64_fpreg fr[128]; member in struct:pt_all_user_regs
/arch/frv/include/asm/
H A Dregisters.h190 unsigned long fr[64]; member in struct:user_fpmedia_regs
/arch/powerpc/kernel/
H A Dvector.S229 #define LDCONST(fr, name) \
231 lfs fr,name@l(r11)
242 #define LDCONST(fr, name) \
243 lfd fr,name@toc(r2)
/arch/mn10300/boot/
H A Dinstall.sh25 rm -fr $4/../usr/include/linux $4/../usr/include/asm
/arch/frv/kernel/
H A Dasm-offsets.c74 DEF_FREG(__FPMEDIA_FR0, f.fr[0]);
/arch/mips/include/asm/
H A Dinst.h256 unsigned int fr : 5; member in struct:ma_format
333 unsigned int fr : 5; member in struct:ma_format
/arch/arm/mach-mxs/
H A Dclock-mx28.c320 #define _CLK_SET_RATE(name, dr, fr, fs) \
378 reg = __raw_readl(CLKCTRL_BASE_ADDR + HW_CLKCTRL_##fr); \
379 reg &= ~BM_CLKCTRL_##fr##_##fs##FRAC; \
380 reg |= frac << BP_CLKCTRL_##fr##_##fs##FRAC; \
381 __raw_writel(reg, CLKCTRL_BASE_ADDR + HW_CLKCTRL_##fr); \

Completed in 387 milliseconds

12