| /linux-6.15/arch/parisc/kernel/ |
| H A D | asm-offsets.c | 167 DEFINE(PT_FR0, offsetof(struct pt_regs, fr[ 0])); in main() 168 DEFINE(PT_FR1, offsetof(struct pt_regs, fr[ 1])); in main() 169 DEFINE(PT_FR2, offsetof(struct pt_regs, fr[ 2])); in main() 170 DEFINE(PT_FR3, offsetof(struct pt_regs, fr[ 3])); in main() 171 DEFINE(PT_FR4, offsetof(struct pt_regs, fr[ 4])); in main() 172 DEFINE(PT_FR5, offsetof(struct pt_regs, fr[ 5])); in main() 173 DEFINE(PT_FR6, offsetof(struct pt_regs, fr[ 6])); in main() 174 DEFINE(PT_FR7, offsetof(struct pt_regs, fr[ 7])); in main() 175 DEFINE(PT_FR8, offsetof(struct pt_regs, fr[ 8])); in main() 176 DEFINE(PT_FR9, offsetof(struct pt_regs, fr[ 9])); in main() [all …]
|
| H A D | kgdb.c | 70 memcpy(gr->fr, regs->fr, sizeof(gr->fr)); in pt_regs_to_gdb_regs() 101 memcpy(regs->fr, gr->fr, sizeof(regs->fr)); in gdb_regs_to_pt_regs()
|
| H A D | signal32.c | 60 err |= __copy_from_user(regs->fr, sc->sc_fr, sizeof(regs->fr)); in restore_sigcontext32() 235 sizeof(regs->fr), sizeof(sc->sc_fr)); in setup_sigcontext32() 236 err |= __copy_to_user(sc->sc_fr, regs->fr, sizeof(regs->fr)); in setup_sigcontext32()
|
| /linux-6.15/arch/mips/math-emu/ |
| H A D | dsemul.c | 172 struct emuframe __user *fr; in dsemul_thread_rollback() local 183 fr = &dsemul_page()[fr_idx]; in dsemul_thread_rollback() 192 if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->emul) in dsemul_thread_rollback() 194 else if (msk_isa16_mode(regs->cp0_epc) == (unsigned long)&fr->badinst) in dsemul_thread_rollback() 215 struct emuframe fr; in mips_dsemul() local 264 fr.emul = _emul.word; in mips_dsemul() 265 fr.badinst = _badinst.word; in mips_dsemul() 267 fr.emul = ir; in mips_dsemul() 268 fr.badinst = break_math; in mips_dsemul() 273 ret = access_process_vm(current, fr_uaddr, &fr, sizeof(fr), in mips_dsemul() [all …]
|
| /linux-6.15/arch/csky/kernel/ |
| H A D | perf_callchain.c | 35 static void notrace walk_stackframe(struct stackframe *fr, in walk_stackframe() argument 39 perf_callchain_store(entry, fr->lr); in walk_stackframe() 40 } while (unwind_frame_kernel(fr) >= 0); in walk_stackframe() 109 struct stackframe fr; in perf_callchain_kernel() local 111 fr.fp = regs->regs[4]; in perf_callchain_kernel() 112 fr.lr = regs->lr; in perf_callchain_kernel() 113 walk_stackframe(&fr, entry); in perf_callchain_kernel()
|
| /linux-6.15/arch/parisc/math-emu/ |
| H A D | driver.c | 76 memcpy(frcopy, regs->fr, sizeof regs->fr); in handle_fpe() 98 memcpy(regs->fr, frcopy, sizeof regs->fr); in handle_fpe() 108 regs->fr[0] &= ~(1ULL << 38); in handle_fpe()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | tc_conntrack.c | 96 struct flow_dissector *dissector = fr->match.dissector; in efx_tc_ct_parse_match() 103 flow_rule_match_control(fr, &fm); in efx_tc_ct_parse_match() 137 if (flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_BASIC)) { in efx_tc_ct_parse_match() 140 flow_rule_match_basic(fr, &fm); in efx_tc_ct_parse_match() 183 flow_rule_match_ipv4_addrs(fr, &fm); in efx_tc_ct_parse_match() 201 flow_rule_match_ipv6_addrs(fr, &fm); in efx_tc_ct_parse_match() 225 flow_rule_match_ports(fr, &fm); in efx_tc_ct_parse_match() 245 if (flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_TCP)) { in efx_tc_ct_parse_match() 254 flow_rule_match_tcp(fr, &fm); in efx_tc_ct_parse_match() 387 rc = efx_tc_ct_parse_match(efx, fr, conn); in efx_tc_ct_replace() [all …]
|
| /linux-6.15/drivers/staging/media/av7110/ |
| H A D | dvb_filter.c | 29 int fr = 0; in dvb_filter_get_ac3info() local 54 fr = (headr[2] & 0xc0) >> 6; in dvb_filter_get_ac3info() 55 ai->frequency = freq[fr] * 100; in dvb_filter_get_ac3info() 57 ai->framesize = ac3_frames[fr][frame >> 1]; in dvb_filter_get_ac3info() 58 if ((frame & 1) && (fr == 1)) in dvb_filter_get_ac3info()
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.ncr53c8xx | 1 Sat May 12 12:00 2001 Gerard Roudier (groudier@club-internet.fr) 7 Mon Feb 12 22:30 2001 Gerard Roudier (groudier@club-internet.fr) 16 Sun Sep 24 21:30 2000 Gerard Roudier (groudier@club-internet.fr) 20 Wed Jul 26 23:30 2000 Gerard Roudier (groudier@club-internet.fr) 25 Sun Jul 09 16:30 2000 Gerard Roudier (groudier@club-internet.fr) 42 Mon Apr 24 12:00 2000 Gerard Roudier (groudier@club-internet.fr) 48 Sat Apr 1 12:00 2000 Gerard Roudier (groudier@club-internet.fr) 63 Mon March 6 23:15 2000 Gerard Roudier (groudier@club-internet.fr) 114 Sat Jan 8 22:00 2000 Gerard Roudier (groudier@club-internet.fr) 120 Mon Dec 6 22:00 1999 Gerard Roudier (groudier@club-internet.fr) [all …]
|
| H A D | ChangeLog.sym53c8xx | 1 Sat May 12 12:00 2001 Gerard Roudier (groudier@club-internet.fr) 12 Sat Apr 7 19:30 2001 Gerard Roudier (groudier@club-internet.fr) 22 Sun Mar 4 18:30 2001 Gerard Roudier (groudier@club-internet.fr) 28 Mon Feb 12 22:30 2001 Gerard Roudier (groudier@club-internet.fr) 34 Tue Feb 6 13:30 2001 Gerard Roudier (groudier@club-internet.fr) 64 Sun Sep 24 21:30 2000 Gerard Roudier (groudier@club-internet.fr) 82 Wed Jul 26 23:30 2000 Gerard Roudier (groudier@club-internet.fr) 89 Sun Jul 09 16:30 2000 Gerard Roudier (groudier@club-internet.fr) 115 Mon Apr 24 12:00 2000 Gerard Roudier (groudier@club-internet.fr) 128 Sat Apr 1 12:00 2000 Gerard Roudier (groudier@club-internet.fr) [all …]
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | processor.h | 138 .fr = { 0, }, \ 258 regs->fr[ 0] = 0LL; \ 259 regs->fr[ 1] = 0LL; \ 260 regs->fr[ 2] = 0LL; \ 261 regs->fr[ 3] = 0LL; \
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | perf_callchain.c | 94 struct stackframe fr; in perf_callchain_kernel() local 96 arm_get_current_stackframe(regs, &fr); in perf_callchain_kernel() 97 walk_stackframe(&fr, callchain_trace, entry); in perf_callchain_kernel()
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | fpu.h | 56 int fr; in __enable_fpu() local 87 fr = (int)mode & FPU_FR_MASK; in __enable_fpu() 88 change_c0_status(ST0_CU1 | ST0_FR, ST0_CU1 | (fr ? ST0_FR : 0)); in __enable_fpu() 92 if (!!(read_c0_status() & ST0_FR) == !!fr) in __enable_fpu()
|
| /linux-6.15/arch/mips/loongson64/ |
| H A D | cop2-ex.c | 34 int fr = !test_thread_flag(TIF_32BIT_FPREGS); in loongson_cu2_call() local 46 if (!fr) in loongson_cu2_call() 52 if (fr) in loongson_cu2_call() 70 if (insn.loongson3_lswc2_format.fr == 0) { /* gslq */ in loongson_cu2_call() 109 if (insn.loongson3_lswc2_format.fr == 0) { /* gssq */ in loongson_cu2_call()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | vector.S | 170 #define LDCONST(fr, name) \ argument 172 lfs fr,name@l(r11) 183 #define LDCONST(fr, name) \ argument 185 lfd fr,0(r11) 187 #define LDCONST(fr, name) \ argument 189 lfd fr,name@toc@l(r11)
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | ptrace.h | 26 __u64 fr[32]; member 77 __u64 fr[32]; member
|
| /linux-6.15/Documentation/devicetree/bindings/reset/ |
| H A D | qca,ar7100-reset.yaml | 2 # Copyright 2015 Alban Bedel <albeu@free.fr> 11 - Alban Bedel <albeu@free.fr>
|
| /linux-6.15/drivers/clk/at91/ |
| H A D | clk-audio-pll.c | 162 unsigned long long fr = (unsigned long long)parent_rate * fracr; in clk_audio_pll_fout() local 164 pr_debug("A PLL: %s, fr = %llu\n", __func__, fr); in clk_audio_pll_fout() 166 fr = DIV_ROUND_CLOSEST_ULL(fr, AUDIO_PLL_DIV_FRAC); in clk_audio_pll_fout() 168 pr_debug("A PLL: %s, fr = %llu\n", __func__, fr); in clk_audio_pll_fout() 170 return parent_rate * (nd + 1) + fr; in clk_audio_pll_fout()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | xsk.c | 187 map = mmap(NULL, off.fr.desc + umem->config.fill_size * sizeof(__u64), in xsk_create_umem_rings() 195 fill->producer = map + off.fr.producer; in xsk_create_umem_rings() 196 fill->consumer = map + off.fr.consumer; in xsk_create_umem_rings() 197 fill->flags = map + off.fr.flags; in xsk_create_umem_rings() 198 fill->ring = map + off.fr.desc; in xsk_create_umem_rings() 219 munmap(map, off.fr.desc + umem->config.fill_size * sizeof(__u64)); in xsk_create_umem_rings() 492 munmap(ctx->fill->ring - off.fr.desc, off.fr.desc + umem->config.fill_size * in xsk_put_ctx() 734 munmap(umem->fill_save->ring - off.fr.desc, in xsk_umem__delete() 735 off.fr.desc + umem->config.fill_size * sizeof(__u64)); in xsk_umem__delete()
|
| H A D | test_bpftool_synctypes.py | 69 self.start_marker = re.compile(fr'(static )?const bool {self.array_name}\[.*\] = {{\n') 229 start_marker = re.compile(fr'\*{block_name}\* := {{') 248 start_marker = re.compile(fr'"\s*{block_name} := {{') 267 start_marker = re.compile(fr'"\s*{macro}\s*" [|}}]') 286 start_marker = re.compile(fr'local {block_name}=\'')
|
| /linux-6.15/Documentation/devicetree/bindings/display/bridge/ |
| H A D | ti,tdp158.yaml | 10 - Arnaud Vrac <avrac@freebox.fr> 11 - Pierre-Hugues Husson <phhusson@freebox.fr>
|
| /linux-6.15/arch/s390/pci/ |
| H A D | pci_bus.c | 188 static int zpci_bus_create_pci_bus(struct zpci_bus *zbus, struct zpci_dev *fr, struct pci_ops *ops) in zpci_bus_create_pci_bus() argument 193 domain = zpci_alloc_domain((u16)fr->uid); in zpci_bus_create_pci_bus() 198 zbus->multifunction = zpci_bus_is_multifunction_root(fr); in zpci_bus_create_pci_bus() 199 zbus->max_bus_speed = fr->max_bus_speed; in zpci_bus_create_pci_bus()
|
| /linux-6.15/fs/ocfs2/dlm/ |
| H A D | dlmrecovery.c | 2833 struct dlm_finalize_reco fr; in dlm_send_finalize_reco_message() local 2847 memset(&fr, 0, sizeof(fr)); in dlm_send_finalize_reco_message() 2848 fr.node_idx = dlm->node_num; in dlm_send_finalize_reco_message() 2849 fr.dead_node = dlm->reco.dead_node; in dlm_send_finalize_reco_message() 2851 fr.flags |= DLM_FINALIZE_STAGE2; in dlm_send_finalize_reco_message() 2857 &fr, sizeof(fr), nodenum, &status); in dlm_send_finalize_reco_message() 2909 fr->node_idx, dlm->reco.new_master, fr->dead_node); in dlm_finalize_reco_handler() 2915 fr->node_idx, fr->dead_node, dlm->reco.dead_node); in dlm_finalize_reco_handler() 2921 dlm_finish_local_lockres_recovery(dlm, fr->dead_node, fr->node_idx); in dlm_finalize_reco_handler() 2926 dlm->name, fr->node_idx, fr->dead_node); in dlm_finalize_reco_handler() [all …]
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-docg3 | 4 Contact: Robert Jarzmik <robert.jarzmik@free.fr> 21 Contact: Robert Jarzmik <robert.jarzmik@free.fr>
|
| /linux-6.15/tools/memory-model/ |
| H A D | lock.cat | 3 * Copyright (C) 2016 Luc Maranget <luc.maranget@inria.fr> for Inria 153 let fr = rf^-1 ; co 154 let fre = fr & ext 155 let fri = fr & int 157 show co,rf,fr
|