Home
last modified time | relevance | path

Searched refs:offsetof (Results 1 – 25 of 1592) sorted by relevance

12345678910>>...64

/linux/arch/parisc/kernel/
H A Dasm-offsets.c135 DEFINE(PT_PSW, offsetof(struct pt_regs, gr[ 0])); in main()
136 DEFINE(PT_GR1, offsetof(struct pt_regs, gr[ 1])); in main()
137 DEFINE(PT_GR2, offsetof(struct pt_regs, gr[ 2])); in main()
138 DEFINE(PT_GR3, offsetof(struct pt_regs, gr[ 3])); in main()
211 DEFINE(PT_CR27, offsetof(struct pt_regs, cr27)); in main()
213 DEFINE(PT_KSP, offsetof(struct pt_regs, ksp)); in main()
214 DEFINE(PT_KPC, offsetof(struct pt_regs, kpc)); in main()
215 DEFINE(PT_SAR, offsetof(struct pt_regs, sar)); in main()
216 DEFINE(PT_IIR, offsetof(struct pt_regs, iir)); in main()
217 DEFINE(PT_ISR, offsetof(struct pt_regs, isr)); in main()
[all …]
/linux/arch/arm64/kernel/
H A Dasm-offsets.c60 DEFINE(S_X0, offsetof(struct pt_regs, regs[0])); in main()
61 DEFINE(S_X2, offsetof(struct pt_regs, regs[2])); in main()
62 DEFINE(S_X4, offsetof(struct pt_regs, regs[4])); in main()
63 DEFINE(S_X6, offsetof(struct pt_regs, regs[6])); in main()
64 DEFINE(S_X8, offsetof(struct pt_regs, regs[8])); in main()
65 DEFINE(S_X10, offsetof(struct pt_regs, regs[10])); in main()
66 DEFINE(S_X12, offsetof(struct pt_regs, regs[12])); in main()
75 DEFINE(S_FP, offsetof(struct pt_regs, regs[29])); in main()
76 DEFINE(S_LR, offsetof(struct pt_regs, regs[30])); in main()
77 DEFINE(S_SP, offsetof(struct pt_regs, sp)); in main()
[all …]
H A Dkgdb.c24 { "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])},
55 { "sp", 8, offsetof(struct pt_regs, sp)},
[all …]
/linux/arch/microblaze/kernel/
H A Dasm-offsets.c29 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()
35 DEFINE(PT_R5, offsetof(struct pt_regs, r5)); in main()
36 DEFINE(PT_R6, offsetof(struct pt_regs, r6)); in main()
37 DEFINE(PT_R7, offsetof(struct pt_regs, r7)); in main()
38 DEFINE(PT_R8, offsetof(struct pt_regs, r8)); in main()
[all …]
/linux/arch/xtensa/kernel/
H A Dasm-offsets.c33 DEFINE(PT_PC, offsetof (struct pt_regs, pc)); in main()
34 DEFINE(PT_PS, offsetof (struct pt_regs, ps)); in main()
35 DEFINE(PT_DEPC, offsetof (struct pt_regs, depc)); in main()
39 DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask)); in main()
40 DEFINE(PT_LBEG, offsetof (struct pt_regs, lbeg)); in main()
41 DEFINE(PT_LEND, offsetof (struct pt_regs, lend)); in main()
43 DEFINE(PT_SAR, offsetof (struct pt_regs, sar)); in main()
48 DEFINE(PT_AREG, offsetof (struct pt_regs, areg[0])); in main()
119 DEFINE(MM_PGD, offsetof (struct mm_struct, pgd)); in main()
123 DEFINE(PAGE_FLAGS, offsetof(struct page, flags)); in main()
[all …]
/linux/arch/arm/kernel/
H A Dasm-offsets.c68 DEFINE(S_R0, offsetof(struct pt_regs, ARM_r0)); in main()
69 DEFINE(S_R1, offsetof(struct pt_regs, ARM_r1)); in main()
70 DEFINE(S_R2, offsetof(struct pt_regs, ARM_r2)); in main()
71 DEFINE(S_R3, offsetof(struct pt_regs, ARM_r3)); in main()
72 DEFINE(S_R4, offsetof(struct pt_regs, ARM_r4)); in main()
73 DEFINE(S_R5, offsetof(struct pt_regs, ARM_r5)); in main()
74 DEFINE(S_R6, offsetof(struct pt_regs, ARM_r6)); in main()
75 DEFINE(S_R7, offsetof(struct pt_regs, ARM_r7)); in main()
76 DEFINE(S_R8, offsetof(struct pt_regs, ARM_r8)); in main()
77 DEFINE(S_R9, offsetof(struct pt_regs, ARM_r9)); in main()
[all …]
/linux/arch/csky/kernel/
H A Dasm-offsets.c12 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main()
13 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags)); in main()
16 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main()
32 DEFINE(PT_PC, offsetof(struct pt_regs, pc)); in main()
34 DEFINE(PT_SR, offsetof(struct pt_regs, sr)); in main()
36 DEFINE(PT_A0, offsetof(struct pt_regs, a0)); in main()
37 DEFINE(PT_A1, offsetof(struct pt_regs, a1)); in main()
38 DEFINE(PT_A2, offsetof(struct pt_regs, a2)); in main()
39 DEFINE(PT_A3, offsetof(struct pt_regs, a3)); in main()
50 DEFINE(PT_R15, offsetof(struct pt_regs, lr)); in main()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_xdp_direct_packet_access.c24 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in end_mangling_bad_access_1()
45 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in end_mangling_bad_access_2()
65 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in __flag()
86 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in __flag()
107 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in __flag()
127 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in __flag()
148 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in __flag()
169 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in __flag()
191 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in __flag()
212 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in __flag()
[all …]
H A Dverifier_direct_packet_access.c19 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)), in __retval()
39 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)), in direct_packet_access_test1()
73 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)), in direct_packet_access_test2()
75 __imm_const(__sk_buff_len, offsetof(struct __sk_buff, len)) in direct_packet_access_test2()
90 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)) in direct_packet_access_test3()
109 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)), in direct_packet_access_test4_write()
131 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)), in pkt_end_reg_good_access()
153 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)), in pkt_end_reg_bad_access()
176 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)), in pkt_end_reg_both_accesses()
200 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)), in test8_double_test_variant_1()
[all …]
H A Dverifier_cgroup_skb.c32 : __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)), in test_1_for_cgroup_skb()
33 __imm_const(__sk_buff_data_end, offsetof(struct __sk_buff, data_end)), in test_1_for_cgroup_skb()
34 __imm_const(__sk_buff_len, offsetof(struct __sk_buff, len)), in test_1_for_cgroup_skb()
35 __imm_const(__sk_buff_mark, offsetof(struct __sk_buff, mark)), in test_1_for_cgroup_skb()
59 : __imm_const(__sk_buff_hash, offsetof(struct __sk_buff, hash)), in test_2_for_cgroup_skb()
88 : __imm_const(__sk_buff_cb_0, offsetof(struct __sk_buff, cb[0])), in test_3_for_cgroup_skb()
89 __imm_const(__sk_buff_cb_1, offsetof(struct __sk_buff, cb[1])), in test_3_for_cgroup_skb()
90 __imm_const(__sk_buff_cb_2, offsetof(struct __sk_buff, cb[2])), in test_3_for_cgroup_skb()
91 __imm_const(__sk_buff_cb_3, offsetof(struct __sk_buff, cb[3])), in test_3_for_cgroup_skb()
92 __imm_const(__sk_buff_cb_4, offsetof(struct __sk_buff, cb[4])), in test_3_for_cgroup_skb()
[all …]
H A Dverifier_helper_packet_access.c35 __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in test1_valid_packet_ptr_range()
36 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end)) in test1_valid_packet_ptr_range()
54 __imm_const(xdp_md_data, offsetof(struct xdp_md, data)) in packet_test2_unchecked_packet_ptr()
83 __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in to_packet_test3_variable_add()
84 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end)) in to_packet_test3_variable_add()
108 __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in packet_ptr_with_bad_range_1()
109 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end)) in packet_ptr_with_bad_range_1()
132 __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in ptr_with_too_short_range_1()
133 __imm_const(xdp_md_data_end, offsetof(struct xdp_md, data_end)) in ptr_with_too_short_range_1()
157 __imm_const(__sk_buff_data, offsetof(struct __sk_buff, data)), in cls_valid_packet_ptr_range()
[all …]
H A Dverifier_meta_access.c23 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in meta_access_test1()
45 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in meta_access_test2()
86 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in meta_access_test4()
110 __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in meta_access_test5()
132 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in meta_access_test6()
154 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in meta_access_test7()
174 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in meta_access_test8()
195 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in meta_access_test9()
224 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in meta_access_test10()
253 : __imm_const(xdp_md_data, offsetof(struct xdp_md, data)), in meta_access_test11()
[all …]
H A Dverifier_sock.c10 (offsetof(TYPE, MEMBER) + sizeof_field(TYPE, MEMBER))
65 : __imm_const(__sk_buff_sk, offsetof(struct __sk_buff, sk)) in skb_sk_no_null_check()
83 : __imm_const(__sk_buff_sk, offsetof(struct __sk_buff, sk)), in sk_family_non_fullsock_field_1()
103 : __imm_const(__sk_buff_sk, offsetof(struct __sk_buff, sk)), in sk_sk_type_fullsock_field_1()
104 __imm_const(bpf_sock_type, offsetof(struct bpf_sock, type)) in sk_sk_type_fullsock_field_1()
121 __imm_const(__sk_buff_sk, offsetof(struct __sk_buff, sk)) in sk_no_skb_sk_check_1()
142 __imm_const(__sk_buff_sk, offsetof(struct __sk_buff, sk)), in no_null_check_on_ret_1()
166 __imm_const(__sk_buff_sk, offsetof(struct __sk_buff, sk)), in sk_sk_type_fullsock_field_2()
189 __imm_const(__sk_buff_sk, offsetof(struct __sk_buff, sk)), in sk_family_non_fullsock_field_2()
213 __imm_const(__sk_buff_sk, offsetof(struct __sk_buff, sk)), in sk_sk_state_narrow_load()
[all …]
H A Dverifier_ctx_sk_msg.c17 : __imm_const(sk_msg_md_family, offsetof(struct sk_msg_md, family)) in access_family_in_sk_msg()
30 : __imm_const(sk_msg_md_remote_ip4, offsetof(struct sk_msg_md, remote_ip4)) in remote_ip4_in_sk_msg()
43 : __imm_const(sk_msg_md_local_ip4, offsetof(struct sk_msg_md, local_ip4)) in local_ip4_in_sk_msg()
120 : __imm_const(sk_msg_md_size, offsetof(struct sk_msg_md, size)) in access_size_in_sk_msg()
134 : __imm_const(sk_msg_md_size, offsetof(struct sk_msg_md, size)) in __flag()
147 : __imm_const(__imm_0, offsetof(struct sk_msg_md, size) + 4) in past_end_of_sk_msg()
161 : __imm_const(__imm_0, offsetof(struct sk_msg_md, family) + 1) in __flag()
180 : __imm_const(sk_msg_md_data, offsetof(struct sk_msg_md, data)), in packet_read_for_sk_msg()
181 __imm_const(sk_msg_md_data_end, offsetof(struct sk_msg_md, data_end)) in packet_read_for_sk_msg()
200 : __imm_const(sk_msg_md_data, offsetof(struct sk_msg_md, data)), in packet_write_for_sk_msg()
[all …]
/linux/arch/m68k/kernel/
H A Dasm-offsets.c27 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main()
46 DEFINE(PT_OFF_D0, offsetof(struct pt_regs, d0)); in main()
48 DEFINE(PT_OFF_D1, offsetof(struct pt_regs, d1)); in main()
49 DEFINE(PT_OFF_D2, offsetof(struct pt_regs, d2)); in main()
50 DEFINE(PT_OFF_D3, offsetof(struct pt_regs, d3)); in main()
51 DEFINE(PT_OFF_D4, offsetof(struct pt_regs, d4)); in main()
52 DEFINE(PT_OFF_D5, offsetof(struct pt_regs, d5)); in main()
53 DEFINE(PT_OFF_A0, offsetof(struct pt_regs, a0)); in main()
54 DEFINE(PT_OFF_A1, offsetof(struct pt_regs, a1)); in main()
55 DEFINE(PT_OFF_A2, offsetof(struct pt_regs, a2)); in main()
[all …]
/linux/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(struct pt_regs, r09)},
[all …]
/linux/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)),
20 offsetof(struct bpf_sk_lookup, family)),
24 offsetof(struct bpf_sk_lookup, protocol)),
252 offsetof(struct bpf_sk_lookup, sk)),
391 offsetof(struct bpf_sk_lookup, sk)),
404 offsetof(struct bpf_sk_lookup, sk)),
[all …]
H A Dctx_skb.c5 offsetof(struct __sk_buff, len)),
8 offsetof(struct __sk_buff, mark)),
11 offsetof(struct __sk_buff, pkt_type)),
17 offsetof(struct __sk_buff, protocol)),
23 offsetof(struct __sk_buff, vlan_tci)),
26 offsetof(struct __sk_buff, napi_id)),
89 offsetof(struct __sk_buff, len)),
274 offsetof(struct __sk_buff, mark)),
286 offsetof(struct __sk_buff, mark)),
319 offsetof(struct __sk_buff, data)),
[all …]
/linux/arch/arc/kernel/
H A Dasm-offsets.c50 DEFINE(PT_bta, offsetof(struct pt_regs, bta)); in main()
51 DEFINE(PT_sp, offsetof(struct pt_regs, sp)); in main()
52 DEFINE(PT_r0, offsetof(struct pt_regs, r0)); in main()
53 DEFINE(PT_r1, offsetof(struct pt_regs, r1)); in main()
54 DEFINE(PT_r2, offsetof(struct pt_regs, r2)); in main()
55 DEFINE(PT_r3, offsetof(struct pt_regs, r3)); in main()
56 DEFINE(PT_r4, offsetof(struct pt_regs, r4)); in main()
57 DEFINE(PT_r5, offsetof(struct pt_regs, r5)); in main()
58 DEFINE(PT_r6, offsetof(struct pt_regs, r6)); in main()
59 DEFINE(PT_r7, offsetof(struct pt_regs, r7)); in main()
[all …]
/linux/arch/sh/kernel/
H A Dasm-offsets.c24 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()
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()
41 DEFINE(SH_SLEEP_VBR, offsetof(struct sh_sleep_data, vbr)); in main()
42 DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc)); in main()
43 DEFINE(SH_SLEEP_SR, offsetof(struct sh_sleep_data, sr)); in main()
[all …]
/linux/drivers/firewire/
H A Duapi-test.c22 KUNIT_EXPECT_EQ(test, 0, offsetof(struct fw_cdev_event_response, closure)); in structure_layout_event_response()
23 KUNIT_EXPECT_EQ(test, 8, offsetof(struct fw_cdev_event_response, type)); in structure_layout_event_response()
24 KUNIT_EXPECT_EQ(test, 12, offsetof(struct fw_cdev_event_response, rcode)); in structure_layout_event_response()
25 KUNIT_EXPECT_EQ(test, 16, offsetof(struct fw_cdev_event_response, length)); in structure_layout_event_response()
26 KUNIT_EXPECT_EQ(test, 20, offsetof(struct fw_cdev_event_response, data)); in structure_layout_event_response()
34 KUNIT_EXPECT_EQ(test, 0, offsetof(struct fw_cdev_event_request3, closure)); in structure_layout_event_request3()
35 KUNIT_EXPECT_EQ(test, 8, offsetof(struct fw_cdev_event_request3, type)); in structure_layout_event_request3()
36 KUNIT_EXPECT_EQ(test, 12, offsetof(struct fw_cdev_event_request3, tcode)); in structure_layout_event_request3()
40 KUNIT_EXPECT_EQ(test, 32, offsetof(struct fw_cdev_event_request3, card)); in structure_layout_event_request3()
45 KUNIT_EXPECT_EQ(test, 56, offsetof(struct fw_cdev_event_request3, data)); in structure_layout_event_request3()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dqmi_wlfw_v01.c18 .offset = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
27 .offset = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
36 .offset = offsetof(struct wlfw_ce_tgt_pipe_cfg_s_v01,
164 .offset = offsetof(struct wlfw_mem_cfg_s_v01,
173 .offset = offsetof(struct wlfw_mem_cfg_s_v01,
182 .offset = offsetof(struct wlfw_mem_cfg_s_v01,
195 .offset = offsetof(struct wlfw_mem_seg_s_v01,
204 .offset = offsetof(struct wlfw_mem_seg_s_v01,
213 .offset = offsetof(struct wlfw_mem_seg_s_v01,
222 .offset = offsetof(struct wlfw_mem_seg_s_v01,
[all …]
/linux/include/linux/
H A Dti-emif-sram.h59 offsetof(struct emif_regs_amx3, emif_sdcfg_val)); in ti_emif_asm_offsets()
61 offsetof(struct emif_regs_amx3, emif_timing1_val)); in ti_emif_asm_offsets()
63 offsetof(struct emif_regs_amx3, emif_timing2_val)); in ti_emif_asm_offsets()
65 offsetof(struct emif_regs_amx3, emif_timing3_val)); in ti_emif_asm_offsets()
69 offsetof(struct emif_regs_amx3, emif_zqcfg_val)); in ti_emif_asm_offsets()
71 offsetof(struct emif_regs_amx3, emif_pmcr_val)); in ti_emif_asm_offsets()
79 offsetof(struct emif_regs_amx3, emif_cos_config)); in ti_emif_asm_offsets()
111 offsetof(struct ti_emif_pm_data, regs_virt)); in ti_emif_asm_offsets()
113 offsetof(struct ti_emif_pm_data, regs_phys)); in ti_emif_asm_offsets()
125 offsetof(struct ti_emif_pm_functions, enter_sr)); in ti_emif_asm_offsets()
[all …]
/linux/drivers/net/ipa/
H A Dipa_qmi_msg.c21 .offset = offsetof(struct ipa_indication_register_req,
31 .offset = offsetof(struct ipa_indication_register_req,
41 .offset = offsetof(struct ipa_indication_register_req,
51 .offset = offsetof(struct ipa_indication_register_req,
181 .offset = offsetof(struct ipa_init_complete_ind,
197 .offset = offsetof(struct ipa_mem_bounds, start),
204 .offset = offsetof(struct ipa_mem_bounds, end),
218 .offset = offsetof(struct ipa_mem_array, start),
225 .offset = offsetof(struct ipa_mem_array, count),
239 .offset = offsetof(struct ipa_mem_range, start),
[all …]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_mips_check.h9 static_assert(offsetof(struct rogue_mips_tlb_entry, tlb_page_mask) == 0,
11 static_assert(offsetof(struct rogue_mips_tlb_entry, tlb_hi) == 4,
13 static_assert(offsetof(struct rogue_mips_tlb_entry, tlb_lo0) == 8,
15 static_assert(offsetof(struct rogue_mips_tlb_entry, tlb_lo1) == 12,
31 static_assert(offsetof(struct rogue_mips_state, error_epc) == 4,
39 static_assert(offsetof(struct rogue_mips_state, epc) == 20,
41 static_assert(offsetof(struct rogue_mips_state, sp) == 24,
43 static_assert(offsetof(struct rogue_mips_state, debug) == 28,
45 static_assert(offsetof(struct rogue_mips_state, depc) == 32,
51 static_assert(offsetof(struct rogue_mips_state, tlb) == 44,
[all …]

12345678910>>...64