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

1234

/linux-master/tools/testing/selftests/ia64/
H A DMakefile9 rm -fr $(TEST_PROGS)
/linux-master/tools/laptop/dslm/
H A DMakefile10 rm -fr $(PROGS)
/linux-master/tools/pcmcia/
H A DMakefile10 rm -fr $(PROGS)
/linux-master/tools/accounting/
H A DMakefile10 rm -fr $(PROGS)
/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/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
/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/arch/parisc/kernel/
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 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));
/linux-master/arch/mips/math-emu/
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/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/drivers/staging/media/av7110/
H A Ddvb_filter.c27 int fr = 0; local
56 fr = (headr[2] & 0xc0 ) >> 6;
57 ai->frequency = freq[fr]*100;
61 ai->framesize = ac3_frames[fr][frame >> 1];
62 if ((frame & 1) && (fr == 1)) ai->framesize++;
/linux-master/net/xdp/
H A Dxsk.h23 struct xdp_ring_offset_v1 fr; member in struct:xdp_mmap_offsets_v1
/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; \
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_conntrack.c93 static int efx_tc_ct_parse_match(struct efx_nic *efx, struct flow_rule *fr, argument
96 struct flow_dissector *dissector = fr->match.dissector;
100 if (flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_CONTROL)) {
103 flow_rule_match_control(fr, &fm);
137 if (flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_BASIC)) {
140 flow_rule_match_basic(fr, &fm);
180 if (ipv == 4 && flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_IPV4_ADDRS)) {
183 flow_rule_match_ipv4_addrs(fr, &fm);
198 } else if (ipv == 6 && flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) {
201 flow_rule_match_ipv6_addrs(fr,
355 struct flow_rule *fr = flow_cls_offload_flow_rule(tc); local
[all...]
/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/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/powerpc/kernel/
H A Dvector.S170 #define LDCONST(fr, name) \
172 lfs fr,name@l(r11)
183 #define LDCONST(fr, name) \
185 lfd fr,0(r11)
187 #define LDCONST(fr, name) \
189 lfd fr,name@toc@l(r11)
/linux-master/arch/s390/pci/
H A Dpci_bus.c173 * @fr: PCI root function that will determine the bus's domain, and bus speeed
176 * The PCI function @fr determines the domain (its UID), multifunction property
181 static int zpci_bus_create_pci_bus(struct zpci_bus *zbus, struct zpci_dev *fr, struct pci_ops *ops) argument
186 domain = zpci_alloc_domain((u16)fr->uid);
191 zbus->multifunction = fr->rid_available;
192 zbus->max_bus_speed = fr->max_bus_speed;
/linux-master/include/uapi/linux/
H A Dif_xdp.h65 struct xdp_ring_offset fr; /* Fill */ member in struct:xdp_mmap_offsets
/linux-master/tools/include/uapi/linux/
H A Dif_xdp.h65 struct xdp_ring_offset fr; /* Fill */ member in struct:xdp_mmap_offsets
/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/include/media/
H A Dv4l2-vp9.h24 * @fr: motion vector fractional bit probabilities.
37 u8 fr[2][3]; member in struct:v4l2_vp9_frame_mv_context

Completed in 534 milliseconds

1234