| /Linux-v5.15/arch/ia64/kernel/ | 
| D | asm-offsets.c | 39 	DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));  in foo() 40 	DEFINE(TI_CPU, offsetof(struct thread_info, cpu));  in foo() 41 	DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));  in foo() 43 	DEFINE(TI_AC_STAMP, offsetof(struct thread_info, ac_stamp));  in foo() 44 	DEFINE(TI_AC_LEAVE, offsetof(struct thread_info, ac_leave));  in foo() 45 	DEFINE(TI_AC_STIME, offsetof(struct thread_info, ac_stime));  in foo() 46 	DEFINE(TI_AC_UTIME, offsetof(struct thread_info, ac_utime));  in foo() 51 	DEFINE(IA64_TASK_BLOCKED_OFFSET,offsetof (struct task_struct, blocked));  in foo() 52 	DEFINE(IA64_TASK_CLEAR_CHILD_TID_OFFSET,offsetof (struct task_struct, clear_child_tid));  in foo() 53 	DEFINE(IA64_TASK_THREAD_PID_OFFSET,offsetof (struct task_struct, thread_pid));  in foo() [all …] 
 | 
| /Linux-v5.15/arch/parisc/kernel/ | 
| D | asm-offsets.c | 44 	DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));  in main() 45 	DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));  in main() 46 	DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending));  in main() 47 	DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));  in main() 48 	DEFINE(TASK_MM, offsetof(struct task_struct, mm));  in main() 49 	DEFINE(TASK_PERSONALITY, offsetof(struct task_struct, personality));  in main() 50 	DEFINE(TASK_PID, offsetof(struct task_struct, pid));  in main() 52 	DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs));  in main() 53 	DEFINE(TASK_PT_PSW, offsetof(struct task_struct, thread.regs.gr[ 0]));  in main() 54 	DEFINE(TASK_PT_GR1, offsetof(struct task_struct, thread.regs.gr[ 1]));  in main() [all …] 
 | 
| /Linux-v5.15/arch/microblaze/kernel/ | 
| D | asm-offsets.c | 25 	DEFINE(PT_MSR, offsetof(struct pt_regs, msr));  in main() 26 	DEFINE(PT_EAR, offsetof(struct pt_regs, ear));  in main() 27 	DEFINE(PT_ESR, offsetof(struct pt_regs, esr));  in main() 28 	DEFINE(PT_FSR, offsetof(struct pt_regs, fsr));  in main() 29 	DEFINE(PT_PC, offsetof(struct pt_regs, pc));  in main() 30 	DEFINE(PT_R0, offsetof(struct pt_regs, r0));  in main() 31 	DEFINE(PT_R1, offsetof(struct pt_regs, r1));  in main() 32 	DEFINE(PT_R2, offsetof(struct pt_regs, r2));  in main() 33 	DEFINE(PT_R3, offsetof(struct pt_regs, r3));  in main() 34 	DEFINE(PT_R4, offsetof(struct pt_regs, r4));  in main() [all …] 
 | 
| /Linux-v5.15/arch/arm64/kernel/ | 
| D | asm-offsets.c | 29   DEFINE(TSK_ACTIVE_MM,		offsetof(struct task_struct, active_mm));  in main() 30   DEFINE(TSK_CPU,		offsetof(struct task_struct, cpu));  in main() 32   DEFINE(TSK_TI_FLAGS,		offsetof(struct task_struct, thread_info.flags));  in main() 33   DEFINE(TSK_TI_PREEMPT,	offsetof(struct task_struct, thread_info.preempt_count));  in main() 35   DEFINE(TSK_TI_TTBR0,		offsetof(struct task_struct, thread_info.ttbr0));  in main() 38   DEFINE(TSK_TI_SCS_BASE,	offsetof(struct task_struct, thread_info.scs_base));  in main() 39   DEFINE(TSK_TI_SCS_SP,		offsetof(struct task_struct, thread_info.scs_sp));  in main() 41   DEFINE(TSK_STACK,		offsetof(struct task_struct, stack));  in main() 43   DEFINE(TSK_STACK_CANARY,	offsetof(struct task_struct, stack_canary));  in main() 46   DEFINE(THREAD_CPU_CONTEXT,	offsetof(struct task_struct, thread.cpu_context));  in main() [all …] 
 | 
| D | kgdb.c | 24 	{ "x0", 8, offsetof(struct pt_regs, regs[0])}, 25 	{ "x1", 8, offsetof(struct pt_regs, regs[1])}, 26 	{ "x2", 8, offsetof(struct pt_regs, regs[2])}, 27 	{ "x3", 8, offsetof(struct pt_regs, regs[3])}, 28 	{ "x4", 8, offsetof(struct pt_regs, regs[4])}, 29 	{ "x5", 8, offsetof(struct pt_regs, regs[5])}, 30 	{ "x6", 8, offsetof(struct pt_regs, regs[6])}, 31 	{ "x7", 8, offsetof(struct pt_regs, regs[7])}, 32 	{ "x8", 8, offsetof(struct pt_regs, regs[8])}, 33 	{ "x9", 8, offsetof(struct pt_regs, regs[9])}, [all …] 
 | 
| /Linux-v5.15/arch/xtensa/kernel/ | 
| D | asm-offsets.c | 32 	DEFINE(PT_PC, offsetof (struct pt_regs, pc));  in main() 33 	DEFINE(PT_PS, offsetof (struct pt_regs, ps));  in main() 34 	DEFINE(PT_DEPC, offsetof (struct pt_regs, depc));  in main() 35 	DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause));  in main() 36 	DEFINE(PT_EXCVADDR, offsetof (struct pt_regs, excvaddr));  in main() 37 	DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause));  in main() 38 	DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask));  in main() 39 	DEFINE(PT_LBEG, offsetof (struct pt_regs, lbeg));  in main() 40 	DEFINE(PT_LEND, offsetof (struct pt_regs, lend));  in main() 41 	DEFINE(PT_LCOUNT, offsetof (struct pt_regs, lcount));  in main() [all …] 
 | 
| /Linux-v5.15/arch/arm/kernel/ | 
| D | asm-offsets.c | 39   DEFINE(TSK_ACTIVE_MM,		offsetof(struct task_struct, active_mm));  in main() 41   DEFINE(TSK_STACK_CANARY,	offsetof(struct task_struct, stack_canary));  in main() 44   DEFINE(TI_FLAGS,		offsetof(struct thread_info, flags));  in main() 45   DEFINE(TI_PREEMPT,		offsetof(struct thread_info, preempt_count));  in main() 46   DEFINE(TI_TASK,		offsetof(struct thread_info, task));  in main() 47   DEFINE(TI_CPU,		offsetof(struct thread_info, cpu));  in main() 48   DEFINE(TI_CPU_DOMAIN,		offsetof(struct thread_info, cpu_domain));  in main() 49   DEFINE(TI_CPU_SAVE,		offsetof(struct thread_info, cpu_context));  in main() 50   DEFINE(TI_ABI_SYSCALL,	offsetof(struct thread_info, abi_syscall));  in main() 51   DEFINE(TI_USED_CP,		offsetof(struct thread_info, used_cp));  in main() [all …] 
 | 
| /Linux-v5.15/arch/x86/kernel/ | 
| D | signal_compat.c | 20 	int _sifields_offset = offsetof(compat_siginfo_t, _sifields);  in signal_compat_build_tests() 49 	BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields) != 3 * sizeof(int));  in signal_compat_build_tests() 50 #define CHECK_CSI_OFFSET(name)	  BUILD_BUG_ON(_sifields_offset != offsetof(compat_siginfo_t, _sifie…  in signal_compat_build_tests() 52 	BUILD_BUG_ON(offsetof(siginfo_t, si_signo) != 0);  in signal_compat_build_tests() 53 	BUILD_BUG_ON(offsetof(siginfo_t, si_errno) != 4);  in signal_compat_build_tests() 54 	BUILD_BUG_ON(offsetof(siginfo_t, si_code)  != 8);  in signal_compat_build_tests() 56 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_signo) != 0);  in signal_compat_build_tests() 57 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_errno) != 4);  in signal_compat_build_tests() 58 	BUILD_BUG_ON(offsetof(compat_siginfo_t, si_code)  != 8);  in signal_compat_build_tests() 79 	BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x10);  in signal_compat_build_tests() [all …] 
 | 
| /Linux-v5.15/arch/csky/kernel/ | 
| D | asm-offsets.c | 12 	DEFINE(TASK_THREAD_INFO,  offsetof(struct task_struct, stack));  in main() 13 	DEFINE(TASK_FLAGS,        offsetof(struct task_struct, flags));  in main() 14 	DEFINE(TASK_PTRACE,       offsetof(struct task_struct, ptrace));  in main() 15 	DEFINE(TASK_THREAD,       offsetof(struct task_struct, thread));  in main() 16 	DEFINE(TASK_MM,           offsetof(struct task_struct, mm));  in main() 17 	DEFINE(TASK_ACTIVE_MM,    offsetof(struct task_struct, active_mm));  in main() 20 	DEFINE(THREAD_KSP,        offsetof(struct thread_struct, sp));  in main() 21 	DEFINE(THREAD_FESR,       offsetof(struct thread_struct, user_fp.fesr));  in main() 22 	DEFINE(THREAD_FCR,        offsetof(struct thread_struct, user_fp.fcr));  in main() 23 	DEFINE(THREAD_FPREG,      offsetof(struct thread_struct, user_fp.vr));  in main() [all …] 
 | 
| /Linux-v5.15/arch/m68k/kernel/ | 
| D | asm-offsets.c | 26 	DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));  in main() 27 	DEFINE(TASK_MM, offsetof(struct task_struct, mm));  in main() 28 	DEFINE(TASK_STACK, offsetof(struct task_struct, stack));  in main() 31 	DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));  in main() 32 	DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));  in main() 33 	DEFINE(THREAD_SR, offsetof(struct thread_struct, sr));  in main() 34 	DEFINE(THREAD_FC, offsetof(struct thread_struct, fc));  in main() 35 	DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp));  in main() 36 	DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));  in main() 37 	DEFINE(THREAD_FPREG, offsetof(struct thread_struct, fp));  in main() [all …] 
 | 
| /Linux-v5.15/arch/hexagon/kernel/ | 
| D | kgdb.c | 20 	{ " r0", GDB_SIZEOF_REG, offsetof(struct pt_regs, r00)}, 21 	{ " r1", GDB_SIZEOF_REG, offsetof(struct pt_regs, r01)}, 22 	{ " r2", GDB_SIZEOF_REG, offsetof(struct pt_regs, r02)}, 23 	{ " r3", GDB_SIZEOF_REG, offsetof(struct pt_regs, r03)}, 24 	{ " r4", GDB_SIZEOF_REG, offsetof(struct pt_regs, r04)}, 25 	{ " r5", GDB_SIZEOF_REG, offsetof(struct pt_regs, r05)}, 26 	{ " r6", GDB_SIZEOF_REG, offsetof(struct pt_regs, r06)}, 27 	{ " r7", GDB_SIZEOF_REG, offsetof(struct pt_regs, r07)}, 28 	{ " r8", GDB_SIZEOF_REG, offsetof(struct pt_regs, r08)}, 29 	{ " r9", GDB_SIZEOF_REG, offsetof(struct pt_regs, r09)}, [all …] 
 | 
| /Linux-v5.15/tools/testing/selftests/bpf/verifier/ | 
| D | ctx_sk_lookup.c | 6 			    offsetof(struct bpf_sk_lookup, family)), 8 			    offsetof(struct bpf_sk_lookup, family) + 1), 10 			    offsetof(struct bpf_sk_lookup, family) + 2), 12 			    offsetof(struct bpf_sk_lookup, family) + 3), 15 			    offsetof(struct bpf_sk_lookup, family)), 17 			    offsetof(struct bpf_sk_lookup, family) + 2), 20 			    offsetof(struct bpf_sk_lookup, family)), 24 			    offsetof(struct bpf_sk_lookup, protocol)), 26 			    offsetof(struct bpf_sk_lookup, protocol) + 1), 28 			    offsetof(struct bpf_sk_lookup, protocol) + 2), [all …] 
 | 
| D | ctx_skb.c | 5 		    offsetof(struct __sk_buff, len)), 8 		    offsetof(struct __sk_buff, mark)), 11 		    offsetof(struct __sk_buff, pkt_type)), 14 		    offsetof(struct __sk_buff, queue_mapping)), 17 		    offsetof(struct __sk_buff, protocol)), 20 		    offsetof(struct __sk_buff, vlan_present)), 23 		    offsetof(struct __sk_buff, vlan_tci)), 26 		    offsetof(struct __sk_buff, napi_id)), 54 		    offsetof(struct __sk_buff, pkt_type)), 67 		    offsetof(struct __sk_buff, pkt_type)), [all …] 
 | 
| D | cgroup_skb.c | 5 		    offsetof(struct __sk_buff, data)), 7 		    offsetof(struct __sk_buff, data_end)), 9 		    offsetof(struct __sk_buff, len)), 11 		    offsetof(struct __sk_buff, pkt_type)), 13 		    offsetof(struct __sk_buff, mark)), 15 		    offsetof(struct __sk_buff, mark)), 17 		    offsetof(struct __sk_buff, queue_mapping)), 19 		    offsetof(struct __sk_buff, protocol)), 21 		    offsetof(struct __sk_buff, vlan_present)), 38 		    offsetof(struct __sk_buff, vlan_tci)), [all …] 
 | 
| D | xdp_direct_packet_access.c | 4 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)), 6 		    offsetof(struct xdp_md, data_end)), 22 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)), 24 		    offsetof(struct xdp_md, data_end)), 40 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)), 42 		    offsetof(struct xdp_md, data_end)), 57 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)), 59 		    offsetof(struct xdp_md, data_end)), 75 	BPF_LDX_MEM(BPF_W, BPF_REG_2, BPF_REG_1, offsetof(struct xdp_md, data)), 77 		    offsetof(struct xdp_md, data_end)), [all …] 
 | 
| /Linux-v5.15/arch/arc/kernel/ | 
| D | asm-offsets.c | 18 	DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));  in main() 19 	DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));  in main() 23 	DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));  in main() 24 	DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct, callee_reg));  in main() 26 	       offsetof(struct thread_struct, fault_address));  in main() 30 	DEFINE(THREAD_INFO_FLAGS, offsetof(struct thread_info, flags));  in main() 32 	       offsetof(struct thread_info, preempt_count));  in main() 36 	DEFINE(TASK_ACT_MM, offsetof(struct task_struct, active_mm));  in main() 37 	DEFINE(TASK_TGID, offsetof(struct task_struct, tgid));  in main() 38 	DEFINE(TASK_PID, offsetof(struct task_struct, pid));  in main() [all …] 
 | 
| /Linux-v5.15/arch/riscv/kernel/ | 
| D | asm-offsets.c | 120 		  offsetof(struct task_struct, thread.ra)  in asm_offsets() 121 		- offsetof(struct task_struct, thread.ra)  in asm_offsets() 124 		  offsetof(struct task_struct, thread.sp)  in asm_offsets() 125 		- offsetof(struct task_struct, thread.ra)  in asm_offsets() 128 		  offsetof(struct task_struct, thread.s[0])  in asm_offsets() 129 		- offsetof(struct task_struct, thread.ra)  in asm_offsets() 132 		  offsetof(struct task_struct, thread.s[1])  in asm_offsets() 133 		- offsetof(struct task_struct, thread.ra)  in asm_offsets() 136 		  offsetof(struct task_struct, thread.s[2])  in asm_offsets() 137 		- offsetof(struct task_struct, thread.ra)  in asm_offsets() [all …] 
 | 
| /Linux-v5.15/arch/sh/kernel/ | 
| D | asm-offsets.c | 24 	DEFINE(TI_TASK,		offsetof(struct thread_info, task));  in main() 25 	DEFINE(TI_FLAGS,	offsetof(struct thread_info, flags));  in main() 26 	DEFINE(TI_CPU,		offsetof(struct thread_info, cpu));  in main() 27 	DEFINE(TI_PRE_COUNT,	offsetof(struct thread_info, preempt_count));  in main() 31 	DEFINE(PBE_ADDRESS, offsetof(struct pbe, address));  in main() 32 	DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address));  in main() 33 	DEFINE(PBE_NEXT, offsetof(struct pbe, next));  in main() 37 	DEFINE(SH_SLEEP_MODE, offsetof(struct sh_sleep_data, mode));  in main() 38 	DEFINE(SH_SLEEP_SF_PRE, offsetof(struct sh_sleep_data, sf_pre));  in main() 39 	DEFINE(SH_SLEEP_SF_POST, offsetof(struct sh_sleep_data, sf_post));  in main() [all …] 
 | 
| /Linux-v5.15/drivers/net/wireless/ath/ath10k/ | 
| D | qmi_wlfw_v01.c | 17 		.offset         = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01, 26 		.offset         = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01, 35 		.offset         = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01, 44 		.offset         = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01, 53 		.offset         = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01, 66 		.offset         = offsetof(struct wlfw_ce_svc_pipe_cfg_s_v01, 75 		.offset         = offsetof(struct wlfw_ce_svc_pipe_cfg_s_v01, 84 		.offset         = offsetof(struct wlfw_ce_svc_pipe_cfg_s_v01, 97 		.offset         = offsetof(struct wlfw_shadow_reg_cfg_s_v01, 106 		.offset         = offsetof(struct wlfw_shadow_reg_cfg_s_v01, [all …] 
 | 
| /Linux-v5.15/include/linux/ | 
| D | ti-emif-sram.h | 67 	       offsetof(struct emif_regs_amx3, emif_sdcfg_val));  in ti_emif_asm_offsets() 69 	       offsetof(struct emif_regs_amx3, emif_timing1_val));  in ti_emif_asm_offsets() 71 	       offsetof(struct emif_regs_amx3, emif_timing2_val));  in ti_emif_asm_offsets() 73 	       offsetof(struct emif_regs_amx3, emif_timing3_val));  in ti_emif_asm_offsets() 75 	       offsetof(struct emif_regs_amx3, emif_ref_ctrl_val));  in ti_emif_asm_offsets() 77 	       offsetof(struct emif_regs_amx3, emif_zqcfg_val));  in ti_emif_asm_offsets() 79 	       offsetof(struct emif_regs_amx3, emif_pmcr_val));  in ti_emif_asm_offsets() 81 	       offsetof(struct emif_regs_amx3, emif_pmcr_shdw_val));  in ti_emif_asm_offsets() 83 	       offsetof(struct emif_regs_amx3, emif_rd_wr_level_ramp_ctrl));  in ti_emif_asm_offsets() 85 	       offsetof(struct emif_regs_amx3, emif_rd_wr_exec_thresh));  in ti_emif_asm_offsets() [all …] 
 | 
| /Linux-v5.15/drivers/net/ipa/ | 
| D | ipa_qmi_msg.c | 20 		.offset		= offsetof(struct ipa_indication_register_req, 30 		.offset		= offsetof(struct ipa_indication_register_req, 40 		.offset		= offsetof(struct ipa_indication_register_req, 50 		.offset		= offsetof(struct ipa_indication_register_req, 60 		.offset		= offsetof(struct ipa_indication_register_req, 70 		.offset		= offsetof(struct ipa_indication_register_req, 80 		.offset		= offsetof(struct ipa_indication_register_req, 90 		.offset		= offsetof(struct ipa_indication_register_req, 100 		.offset		= offsetof(struct ipa_indication_register_req, 110 		.offset		= offsetof(struct ipa_indication_register_req, [all …] 
 | 
| /Linux-v5.15/drivers/pci/hotplug/ | 
| D | cpqphp.h | 48 	SMBIOS_SLOT_GENERIC_TYPE =	offsetof(struct smbios_system_slot, type), 49 	SMBIOS_SLOT_GENERIC_LENGTH =	offsetof(struct smbios_system_slot, length), 50 	SMBIOS_SLOT_GENERIC_HANDLE =	offsetof(struct smbios_system_slot, handle), 51 	SMBIOS_SLOT_NAME_STRING_NUM =	offsetof(struct smbios_system_slot, name_string_num), 52 	SMBIOS_SLOT_TYPE =		offsetof(struct smbios_system_slot, slot_type), 53 	SMBIOS_SLOT_WIDTH =		offsetof(struct smbios_system_slot, slot_width), 54 	SMBIOS_SLOT_CURRENT_USAGE =	offsetof(struct smbios_system_slot, slot_current_usage), 55 	SMBIOS_SLOT_LENGTH =		offsetof(struct smbios_system_slot, slot_length), 56 	SMBIOS_SLOT_NUMBER =		offsetof(struct smbios_system_slot, slot_number), 57 	SMBIOS_SLOT_PROPERTIES1 =	offsetof(struct smbios_system_slot, properties1), [all …] 
 | 
| /Linux-v5.15/arch/mips/kernel/ | 
| D | kgdb.c | 56 	{ "zero", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[0]) }, 57 	{ "at", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[1]) }, 58 	{ "v0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[2]) }, 59 	{ "v1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[3]) }, 60 	{ "a0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[4]) }, 61 	{ "a1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[5]) }, 62 	{ "a2", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[6]) }, 63 	{ "a3", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[7]) }, 64 	{ "t0", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[8]) }, 65 	{ "t1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[9]) }, [all …] 
 | 
| /Linux-v5.15/arch/nios2/kernel/ | 
| D | kgdb.c | 21 	{ "at", GDB_SIZEOF_REG, offsetof(struct pt_regs, r1) }, 22 	{ "r2", GDB_SIZEOF_REG, offsetof(struct pt_regs, r2) }, 23 	{ "r3", GDB_SIZEOF_REG, offsetof(struct pt_regs, r3) }, 24 	{ "r4", GDB_SIZEOF_REG, offsetof(struct pt_regs, r4) }, 25 	{ "r5", GDB_SIZEOF_REG, offsetof(struct pt_regs, r5) }, 26 	{ "r6", GDB_SIZEOF_REG, offsetof(struct pt_regs, r6) }, 27 	{ "r7", GDB_SIZEOF_REG, offsetof(struct pt_regs, r7) }, 28 	{ "r8", GDB_SIZEOF_REG, offsetof(struct pt_regs, r8) }, 29 	{ "r9", GDB_SIZEOF_REG, offsetof(struct pt_regs, r9) }, 30 	{ "r10", GDB_SIZEOF_REG, offsetof(struct pt_regs, r10) }, [all …] 
 | 
| /Linux-v5.15/arch/powerpc/kernel/ | 
| D | kgdb.c | 248 	{ "r0", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[0]) }, 249 	{ "r1", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[1]) }, 250 	{ "r2", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[2]) }, 251 	{ "r3", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[3]) }, 252 	{ "r4", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[4]) }, 253 	{ "r5", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[5]) }, 254 	{ "r6", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[6]) }, 255 	{ "r7", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[7]) }, 256 	{ "r8", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[8]) }, 257 	{ "r9", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[9]) }, [all …] 
 |