Searched refs:offsetof (Results 1 - 25 of 1704) sorted by relevance

1234567891011>>

/linux-master/arch/csky/kernel/
H A Dasm-offsets.c12 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
13 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
14 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
15 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
16 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
17 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
20 DEFINE(THREAD_KSP, offsetof(struct thread_struct, sp));
21 DEFINE(THREAD_FESR, offsetof(struct thread_struct, user_fp.fesr));
22 DEFINE(THREAD_FCR, offsetof(struct thread_struct, user_fp.fcr));
23 DEFINE(THREAD_FPREG, offsetof(struc
[all...]
/linux-master/arch/xtensa/kernel/
H A Dasm-offsets.c33 DEFINE(PT_PC, offsetof (struct pt_regs, pc));
34 DEFINE(PT_PS, offsetof (struct pt_regs, ps));
35 DEFINE(PT_DEPC, offsetof (struct pt_regs, depc));
36 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause));
37 DEFINE(PT_EXCVADDR, offsetof (struct pt_regs, excvaddr));
38 DEFINE(PT_DEBUGCAUSE, offsetof (struct pt_regs, debugcause));
39 DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask));
40 DEFINE(PT_LBEG, offsetof (struct pt_regs, lbeg));
41 DEFINE(PT_LEND, offsetof (struct pt_regs, lend));
42 DEFINE(PT_LCOUNT, offsetof (struc
[all...]
/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c25 DEFINE(PT_MSR, offsetof(struct pt_regs, msr));
26 DEFINE(PT_EAR, offsetof(struct pt_regs, ear));
27 DEFINE(PT_ESR, offsetof(struct pt_regs, esr));
28 DEFINE(PT_FSR, offsetof(struct pt_regs, fsr));
29 DEFINE(PT_PC, offsetof(struct pt_regs, pc));
30 DEFINE(PT_R0, offsetof(struct pt_regs, r0));
31 DEFINE(PT_R1, offsetof(struct pt_regs, r1));
32 DEFINE(PT_R2, offsetof(struct pt_regs, r2));
33 DEFINE(PT_R3, offsetof(struct pt_regs, r3));
34 DEFINE(PT_R4, offsetof(struc
[all...]
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_rogue_mips_check.h9 static_assert(offsetof(struct rogue_mips_tlb_entry, tlb_page_mask) == 0,
10 "offsetof(struct rogue_mips_tlb_entry, tlb_page_mask) incorrect");
11 static_assert(offsetof(struct rogue_mips_tlb_entry, tlb_hi) == 4,
12 "offsetof(struct rogue_mips_tlb_entry, tlb_hi) incorrect");
13 static_assert(offsetof(struct rogue_mips_tlb_entry, tlb_lo0) == 8,
14 "offsetof(struct rogue_mips_tlb_entry, tlb_lo0) incorrect");
15 static_assert(offsetof(struct rogue_mips_tlb_entry, tlb_lo1) == 12,
16 "offsetof(struct rogue_mips_tlb_entry, tlb_lo1) incorrect");
20 static_assert(offsetof(struct rogue_mips_remap_entry, remap_addr_in) == 0,
21 "offsetof(struc
[all...]
/linux-master/arch/arc/kernel/
H A Dasm-offsets.c18 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
19 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack));
23 DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct, callee_reg));
25 offsetof(struct thread_struct, fault_address));
29 DEFINE(THREAD_INFO_KSP, offsetof(struct thread_info, ksp));
30 DEFINE(THREAD_INFO_FLAGS, offsetof(struct thread_info, flags));
32 offsetof(struct thread_info, preempt_count));
36 DEFINE(TASK_ACT_MM, offsetof(struct task_struct, active_mm));
37 DEFINE(TASK_TGID, offsetof(struct task_struct, tgid));
38 DEFINE(TASK_PID, offsetof(struc
[all...]
/linux-master/arch/arm/kernel/
H A Dasm-offsets.c41 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
43 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary));
46 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
47 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count));
48 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
49 DEFINE(TI_CPU_DOMAIN, offsetof(struct thread_info, cpu_domain));
50 DEFINE(TI_CPU_SAVE, offsetof(struct thread_info, cpu_context));
51 DEFINE(TI_ABI_SYSCALL, offsetof(struct thread_info, abi_syscall));
52 DEFINE(TI_TP_VALUE, offsetof(struct thread_info, tp_value));
53 DEFINE(TI_FPSTATE, offsetof(struc
[all...]
/linux-master/arch/m68k/kernel/
H A Dasm-offsets.c26 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
27 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
28 DEFINE(TASK_STACK, offsetof(struct task_struct, stack));
31 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
32 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));
33 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr));
34 DEFINE(THREAD_FC, offsetof(struct thread_struct, fc));
35 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp));
36 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
37 DEFINE(THREAD_FPREG, offsetof(struc
[all...]
/linux-master/arch/arm64/kernel/
H A Dasm-offsets.c31 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
33 DEFINE(TSK_TI_CPU, offsetof(struct task_struct, thread_info.cpu));
34 DEFINE(TSK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
35 DEFINE(TSK_TI_PREEMPT, offsetof(struct task_struct, thread_info.preempt_count));
37 DEFINE(TSK_TI_TTBR0, offsetof(struct task_struct, thread_info.ttbr0));
40 DEFINE(TSK_TI_SCS_BASE, offsetof(struct task_struct, thread_info.scs_base));
41 DEFINE(TSK_TI_SCS_SP, offsetof(struct task_struct, thread_info.scs_sp));
43 DEFINE(TSK_STACK, offsetof(struct task_struct, stack));
45 DEFINE(TSK_STACK_CANARY, offsetof(struct task_struct, stack_canary));
48 DEFINE(THREAD_CPU_CONTEXT, offsetof(struc
[all...]
/linux-master/drivers/firewire/
H A Duapi-test.c22 KUNIT_EXPECT_EQ(test, 0, offsetof(struct fw_cdev_event_response, closure));
23 KUNIT_EXPECT_EQ(test, 8, offsetof(struct fw_cdev_event_response, type));
24 KUNIT_EXPECT_EQ(test, 12, offsetof(struct fw_cdev_event_response, rcode));
25 KUNIT_EXPECT_EQ(test, 16, offsetof(struct fw_cdev_event_response, length));
26 KUNIT_EXPECT_EQ(test, 20, offsetof(struct fw_cdev_event_response, data));
34 KUNIT_EXPECT_EQ(test, 0, offsetof(struct fw_cdev_event_request3, closure));
35 KUNIT_EXPECT_EQ(test, 8, offsetof(struct fw_cdev_event_request3, type));
36 KUNIT_EXPECT_EQ(test, 12, offsetof(struct fw_cdev_event_request3, tcode));
37 KUNIT_EXPECT_EQ(test, 16, offsetof(struct fw_cdev_event_request3, offset));
38 KUNIT_EXPECT_EQ(test, 24, offsetof(struc
[all...]
/linux-master/arch/sh/kernel/
H A Dasm-offsets.c24 DEFINE(TI_TASK, offsetof(struct thread_info, task));
25 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
26 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
27 DEFINE(TI_PRE_COUNT, offsetof(struct thread_info, preempt_count));
31 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address));
32 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address));
33 DEFINE(PBE_NEXT, offsetof(struct pbe, next));
37 DEFINE(SH_SLEEP_MODE, offsetof(struct sh_sleep_data, mode));
38 DEFINE(SH_SLEEP_SF_PRE, offsetof(struct sh_sleep_data, sf_pre));
39 DEFINE(SH_SLEEP_SF_POST, offsetof(struc
[all...]
/linux-master/arch/alpha/kernel/
H A Dasm-offsets.c17 DEFINE(TI_TASK, offsetof(struct thread_info, task));
18 DEFINE(TI_FLAGS, offsetof(struct thread_info, flags));
19 DEFINE(TI_CPU, offsetof(struct thread_info, cpu));
20 DEFINE(TI_FP, offsetof(struct thread_info, fp));
21 DEFINE(TI_STATUS, offsetof(struct thread_info, status));
24 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
25 DEFINE(TASK_CRED, offsetof(struct task_struct, cred));
26 DEFINE(TASK_REAL_PARENT, offsetof(struct task_struct, real_parent));
27 DEFINE(TASK_GROUP_LEADER, offsetof(struct task_struct, group_leader));
28 DEFINE(TASK_TGID, offsetof(struc
[all...]
/linux-master/arch/arm/mach-at91/
H A Dpm_data-offsets.c8 DEFINE(PM_DATA_PMC, offsetof(struct at91_pm_data, pmc));
9 DEFINE(PM_DATA_RAMC0, offsetof(struct at91_pm_data, ramc[0]));
10 DEFINE(PM_DATA_RAMC1, offsetof(struct at91_pm_data, ramc[1]));
11 DEFINE(PM_DATA_RAMC_PHY, offsetof(struct at91_pm_data,
13 DEFINE(PM_DATA_MEMCTRL, offsetof(struct at91_pm_data, memctrl));
14 DEFINE(PM_DATA_MODE, offsetof(struct at91_pm_data, mode));
15 DEFINE(PM_DATA_SHDWC, offsetof(struct at91_pm_data, shdwc));
16 DEFINE(PM_DATA_SFRBU, offsetof(struct at91_pm_data, sfrbu));
17 DEFINE(PM_DATA_PMC_MCKR_OFFSET, offsetof(struct at91_pm_data,
19 DEFINE(PM_DATA_PMC_VERSION, offsetof(struc
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_cgroup_skb.c32 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)),
33 __imm_const(__sk_buff_data_end, offsetof(struct __sk_buff, data_end)),
34 __imm_const(__sk_buff_len, offsetof(struct __sk_buff, len)),
35 __imm_const(__sk_buff_mark, offsetof(struct __sk_buff, mark)),
36 __imm_const(__sk_buff_pkt_type, offsetof(struct __sk_buff, pkt_type)),
37 __imm_const(__sk_buff_protocol, offsetof(struct __sk_buff, protocol)),
38 __imm_const(__sk_buff_queue_mapping, offsetof(struct __sk_buff, queue_mapping)),
39 __imm_const(__sk_buff_vlan_present, offsetof(struct __sk_buff, vlan_present))
59 : __imm_const(__sk_buff_hash, offsetof(struct __sk_buff, hash)),
60 __imm_const(__sk_buff_ingress_ifindex, offsetof(struc
[all...]
H A Dverifier_ctx_sk_msg.c17 : __imm_const(sk_msg_md_family, offsetof(struct sk_msg_md, family))
30 : __imm_const(sk_msg_md_remote_ip4, offsetof(struct sk_msg_md, remote_ip4))
43 : __imm_const(sk_msg_md_local_ip4, offsetof(struct sk_msg_md, local_ip4))
56 : __imm_const(sk_msg_md_remote_port, offsetof(struct sk_msg_md, remote_port))
69 : __imm_const(sk_msg_md_local_port, offsetof(struct sk_msg_md, local_port))
85 : __imm_const(sk_msg_md_remote_ip6_0, offsetof(struct sk_msg_md, remote_ip6[0])),
86 __imm_const(sk_msg_md_remote_ip6_1, offsetof(struct sk_msg_md, remote_ip6[1])),
87 __imm_const(sk_msg_md_remote_ip6_2, offsetof(struct sk_msg_md, remote_ip6[2])),
88 __imm_const(sk_msg_md_remote_ip6_3, offsetof(struct sk_msg_md, remote_ip6[3]))
104 : __imm_const(sk_msg_md_local_ip6_0, offsetof(struc
[all...]
H A Dverifier_direct_packet_access.c19 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)),
20 __imm_const(__sk_buff_data_end, offsetof(struct __sk_buff, data_end))
39 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)),
40 __imm_const(__sk_buff_data_end, offsetof(struct __sk_buff, data_end))
73 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)),
74 __imm_const(__sk_buff_data_end, offsetof(struct __sk_buff, data_end)),
75 __imm_const(__sk_buff_len, offsetof(struct __sk_buff, len))
90 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data))
109 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)),
110 __imm_const(__sk_buff_data_end, offsetof(struc
[all...]
H A Dverifier_lwt.c23 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)),
24 __imm_const(__sk_buff_data_end, offsetof(struct __sk_buff, data_end))
43 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)),
44 __imm_const(__sk_buff_data_end, offsetof(struct __sk_buff, data_end))
63 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)),
64 __imm_const(__sk_buff_data_end, offsetof(struct __sk_buff, data_end))
83 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)),
84 __imm_const(__sk_buff_data_end, offsetof(struct __sk_buff, data_end))
103 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)),
104 __imm_const(__sk_buff_data_end, offsetof(struc
[all...]
H A Dverifier_meta_access.c23 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
24 __imm_const(xdp_md_data_meta, offsetof(struct xdp_md, data_meta))
45 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
46 __imm_const(xdp_md_data_meta, offsetof(struct xdp_md, data_meta))
65 : __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end)),
66 __imm_const(xdp_md_data_meta, offsetof(struct xdp_md, data_meta))
86 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
87 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end)),
88 __imm_const(xdp_md_data_meta, offsetof(struct xdp_md, data_meta))
110 __imm_const(xdp_md_data, offsetof(struc
[all...]
H A Dverifier_xdp_direct_packet_access.c24 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
25 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end))
45 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
46 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end))
65 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
66 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end))
86 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
87 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end))
107 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
108 __imm_const(xdp_md_data_end, offsetof(struc
[all...]
H A Dverifier_helper_packet_access.c35 __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
36 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end))
54 __imm_const(xdp_md_data, offsetof(struct xdp_md, data))
83 __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
84 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end))
108 __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
109 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end))
132 __imm_const(xdp_md_data, offsetof(struct xdp_md, data)),
133 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end))
157 __imm_const(__sk_buff_data, offsetof(struc
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dpm-asm-offsets.c17 offsetof(struct am33xx_pm_sram_data, wfi_flags));
19 offsetof(struct am33xx_pm_sram_data, l2_aux_ctrl_val));
21 offsetof(struct am33xx_pm_sram_data, l2_prefetch_ctrl_val));
27 offsetof(struct am33xx_pm_ro_sram_data, amx3_pm_sram_data_virt));
29 offsetof(struct am33xx_pm_ro_sram_data, amx3_pm_sram_data_phys));
31 offsetof(struct am33xx_pm_ro_sram_data, rtc_base_virt));
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c20 { " 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(struc
[all...]
/linux-master/include/linux/
H A Dti-emif-sram.h59 offsetof(struct emif_regs_amx3, emif_sdcfg_val));
61 offsetof(struct emif_regs_amx3, emif_timing1_val));
63 offsetof(struct emif_regs_amx3, emif_timing2_val));
65 offsetof(struct emif_regs_amx3, emif_timing3_val));
67 offsetof(struct emif_regs_amx3, emif_ref_ctrl_val));
69 offsetof(struct emif_regs_amx3, emif_zqcfg_val));
71 offsetof(struct emif_regs_amx3, emif_pmcr_val));
73 offsetof(struct emif_regs_amx3, emif_pmcr_shdw_val));
75 offsetof(struct emif_regs_amx3, emif_rd_wr_level_ramp_ctrl));
77 offsetof(struc
[all...]
/linux-master/arch/parisc/kernel/
H A Dasm-offsets.c42 DEFINE(TASK_TI_FLAGS, offsetof(struct task_struct, thread_info.flags));
44 DEFINE(TASK_TI_CPU, offsetof(struct task_struct, thread_info.cpu));
46 DEFINE(TASK_STACK, offsetof(struct task_struct, stack));
47 DEFINE(TASK_PAGEFAULT_DISABLED, offsetof(struct task_struct, pagefault_disabled));
49 DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs));
50 DEFINE(TASK_PT_PSW, offsetof(struct task_struct, thread.regs.gr[ 0]));
51 DEFINE(TASK_PT_GR1, offsetof(struct task_struct, thread.regs.gr[ 1]));
52 DEFINE(TASK_PT_GR2, offsetof(struct task_struct, thread.regs.gr[ 2]));
53 DEFINE(TASK_PT_GR3, offsetof(struct task_struct, thread.regs.gr[ 3]));
54 DEFINE(TASK_PT_GR4, offsetof(struc
[all...]
/linux-master/tools/testing/selftests/bpf/verifier/
H A Dctx_sk_lookup.c6 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(struc
[all...]
/linux-master/drivers/net/ipa/
H A Dipa_qmi_msg.c20 .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(struc
[all...]

Completed in 247 milliseconds

1234567891011>>