Searched refs:fr (Results 1 - 25 of 81) sorted by path

1234

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh1138 rm -fr _sh01426
/linux-master/arch/parisc/include/uapi/asm/
H A Dptrace.h26 __u64 fr[32]; member in struct:pt_regs
77 __u64 fr[32]; member in struct:user_fp_struct
H A Dpdc.h657 unsigned long long fr[32]; member in struct:pdc_hpmc_pim_11
688 unsigned long long fr[32]; member in struct:pdc_hpmc_pim_20
/linux-master/arch/parisc/kernel/
H A Dsignal32.c60 err |= __copy_from_user(regs->fr, sc->sc_fr, sizeof(regs->fr));
234 "sc->sc_fr size = %#lx, regs->fr size = %#lx\n",
235 sizeof(regs->fr), sizeof(sc->sc_fr));
236 err |= __copy_to_user(sc->sc_fr, regs->fr, sizeof(regs->fr));
H A Dasm-offsets.c82 DEFINE(TASK_PT_FR0, offsetof(struct task_struct, thread.regs.fr[ 0]));
83 DEFINE(TASK_PT_FR1, offsetof(struct task_struct, thread.regs.fr[ 1]));
84 DEFINE(TASK_PT_FR2, offsetof(struct task_struct, thread.regs.fr[ 2]));
85 DEFINE(TASK_PT_FR3, offsetof(struct task_struct, thread.regs.fr[ 3]));
86 DEFINE(TASK_PT_FR4, offsetof(struct task_struct, thread.regs.fr[ 4]));
87 DEFINE(TASK_PT_FR5, offsetof(struct task_struct, thread.regs.fr[ 5]));
88 DEFINE(TASK_PT_FR6, offsetof(struct task_struct, thread.regs.fr[ 6]));
89 DEFINE(TASK_PT_FR7, offsetof(struct task_struct, thread.regs.fr[ 7]));
90 DEFINE(TASK_PT_FR8, offsetof(struct task_struct, thread.regs.fr[ 8]));
91 DEFINE(TASK_PT_FR9, offsetof(struct task_struct, thread.regs.fr[
[all...]
H A Dkgdb.c70 memcpy(gr->fr, regs->fr, sizeof(gr->fr));
101 memcpy(regs->fr, gr->fr, sizeof(regs->fr));
H A Dptrace.c232 * be half the size of the 64 bit pt_regs, plus 32*4 to allow for fr[]
242 else if (offset < 32*4+32*8) /* fr[0] ... fr[31] */
408 return membuf_write(&to, regs->fr, ELF_NFPREG * sizeof(__u64));
426 regs->fr[pos++] = *k++;
431 regs->fr[pos++] = reg;
H A Dsignal.c66 err |= __copy_from_user(regs->fr, sc->sc_fr, sizeof(regs->fr));
205 err |= __copy_to_user(sc->sc_fr, regs->fr, sizeof(regs->fr));
/linux-master/arch/parisc/math-emu/
H A Ddriver.c76 * also, the passed in fr registers contain one word that defines
82 memcpy(frcopy, regs->fr, sizeof regs->fr);
104 memcpy(regs->fr, frcopy, sizeof regs->fr);
/linux-master/drivers/clk/at91/
H A Dclk-audio-pll.c162 unsigned long long fr = (unsigned long long)parent_rate * fracr; local
164 pr_debug("A PLL: %s, fr = %llu\n", __func__, fr);
166 fr = DIV_ROUND_CLOSEST_ULL(fr, AUDIO_PLL_DIV_FRAC);
168 pr_debug("A PLL: %s, fr = %llu\n", __func__, fr);
170 return parent_rate * (nd + 1) + fr;
/linux-master/drivers/media/usb/gspca/
H A Dtopro.c5 * Copyright (C) 2011 Jean-Fran��ois Moine (http://moinejf.free.fr)
15 MODULE_AUTHOR("Jean-Francois Moine <http://moinejf.free.fr>, Anders Blomdell <anders.blomdell@control.lth.se>");
4769 int fr, i; local
4775 fr = rates[6 - (i & 0x07)];
4777 fr = rates_6810[7 - (i & 0x07)];
4779 fr = rates[6 - i];
4781 tpf->denominator = fr;
4791 int fr, i; local
4804 fr = rates_6810[7 - (i & 0x07)];
4806 fr
[all...]
/linux-master/tools/laptop/dslm/
H A DMakefile10 rm -fr $(PROGS)
/linux-master/tools/pcmcia/
H A DMakefile10 rm -fr $(PROGS)
/linux-master/tools/testing/selftests/ia64/
H A DMakefile9 rm -fr $(TEST_PROGS)
/linux-master/arch/arm/kernel/
H A Dperf_callchain.c95 struct stackframe fr; local
97 arm_get_current_stackframe(regs, &fr);
98 walk_stackframe(&fr, callchain_trace, entry);
/linux-master/arch/csky/kernel/
H A Dperf_callchain.c35 static void notrace walk_stackframe(struct stackframe *fr, argument
39 perf_callchain_store(entry, fr->lr);
40 } while (unwind_frame_kernel(fr) >= 0);
109 struct stackframe fr; local
111 fr.fp = regs->regs[4];
112 fr.lr = regs->lr;
113 walk_stackframe(&fr, entry);
/linux-master/arch/mips/include/asm/
H A Dfpu.h56 int fr; local
87 fr = (int)mode & FPU_FR_MASK;
88 change_c0_status(ST0_CU1 | ST0_FR, ST0_CU1 | (fr ? ST0_FR : 0));
92 if (!!(read_c0_status() & ST0_FR) == !!fr)
/linux-master/arch/mips/include/uapi/asm/
H A Dinst.h741 __BITFIELD_FIELD(unsigned int fr : 5,
920 __BITFIELD_FIELD(unsigned int fr : 5,
933 __BITFIELD_FIELD(unsigned int fr : 5,
1030 __BITFIELD_FIELD(unsigned int fr : 1,
1050 __BITFIELD_FIELD(unsigned int fr : 5,
/linux-master/arch/mips/kernel/
H A Dprocess.c301 (ip->loongson3_lswc2_format.fr == 0) &&
/linux-master/arch/mips/kvm/
H A Dvz.c1163 switch (inst.loongson3_lscsr_format.fr) {
1195 inst.loongson3_lscsr_format.fr, vcpu->arch.gprs[rs], curr_pc);
1203 curr_pc, __func__, inst.word, inst.loongson3_lscsr_format.fr);
/linux-master/arch/mips/loongson64/
H A Dcop2-ex.c34 int fr = !test_thread_flag(TIF_32BIT_FPREGS); local
46 if (!fr)
52 if (fr)
70 if (insn.loongson3_lswc2_format.fr == 0) { /* gslq */
109 if (insn.loongson3_lswc2_format.fr == 0) { /* gssq */
/linux-master/arch/mips/math-emu/
H A Dcp1emu.c148 mips32_insn.fp6_format.fr = insn.mm_fp6_format.fr;
1474 union ieee754sp fd, fr, fs, ft; local
1542 SPFROMREG(fr, MIPSInst_FR(ir));
1545 fd = (*handler) (fr, fs, ft);
1583 union ieee754dp fd, fr, fs, ft; local
1650 DPFROMREG(fr, MIPSInst_FR(ir));
1653 fd = (*handler) (fr, fs, ft);
H A Ddsemul.c172 struct emuframe __user *fr; local
183 fr = &dsemul_page()[fr_idx];
192 if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->emul)
194 else if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->badinst)
215 struct emuframe fr; local
264 fr.emul = _emul.word;
265 fr.badinst = _badinst.word;
267 fr.emul = ir;
268 fr.badinst = break_math;
273 ret = access_process_vm(current, fr_uaddr, &fr, sizeo
[all...]
/linux-master/arch/parisc/include/asm/
H A Dkgdb.h66 u64 fr[32]; member in struct:parisc_gdb_regs
H A Dprocessor.h138 .fr = { 0, }, \
258 regs->fr[ 0] = 0LL; \
259 regs->fr[ 1] = 0LL; \
260 regs->fr[ 2] = 0LL; \
261 regs->fr[ 3] = 0LL; \

Completed in 507 milliseconds

1234