Home
last modified time | relevance | path

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

1234

/include/linux/
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()
67 offsetof(struct emif_regs_amx3, emif_ref_ctrl_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()
73 offsetof(struct emif_regs_amx3, emif_pmcr_shdw_val)); in ti_emif_asm_offsets()
75 offsetof(struct emif_regs_amx3, emif_rd_wr_level_ramp_ctrl)); in ti_emif_asm_offsets()
77 offsetof(struct emif_regs_amx3, emif_rd_wr_exec_thresh)); in ti_emif_asm_offsets()
[all …]
Dstddef.h15 #undef offsetof
16 #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) macro
33 (offsetof(TYPE, MEMBER) + sizeof_field(TYPE, MEMBER))
Dwireless.h39 #define IW_EV_COMPAT_LCP_LEN offsetof(struct __compat_iw_event, pointer)
40 #define IW_EV_COMPAT_POINT_OFF offsetof(struct compat_iw_point, length)
Dcache.h159 BUILD_BUG_ON(!(offsetof(TYPE, MEMBER) >= \
162 offsetof(TYPE, __cacheline_group_end__##GROUP)))
167 BUILD_BUG_ON(offsetof(TYPE, __cacheline_group_end__##GROUP) - \
Dmnt_idmapping.h25 static_assert(offsetof(vfsuid_t, val) == offsetof(kuid_t, val));
26 static_assert(offsetof(vfsgid_t, val) == offsetof(kgid_t, val));
Dkbuild.h11 DEFINE(sym, offsetof(struct str, mem))
Dvmcore_info.h63 (unsigned long)offsetof(struct name, field))
66 (unsigned long)offsetof(name, field))
Dmm_types.h405 static_assert(offsetof(struct page, pg) == offsetof(struct folio, fl))
425 static_assert(offsetof(struct folio, fl) == \
426 offsetof(struct page, pg) + sizeof(struct page))
431 static_assert(offsetof(struct folio, fl) == \
432 offsetof(struct page, pg) + 2 * sizeof(struct page))
498 static_assert(offsetof(struct page, pg) == offsetof(struct ptdesc, pt))
1097 cpu_bitmap += offsetof(struct mm_struct, cpu_bitmap); in mm_init_cpumask()
1224 cid_bitmap += offsetof(struct mm_struct, cpu_bitmap); in mm_cidmask()
Dcontainer_of.h23 ((type *)(__mptr - offsetof(type, member))); })
Dbuild_bug.h85 BUILD_BUG_ON_MSG(offsetof(type, field) != (expected_offset), \
Dvirtio_config.h407 offsetof(structname, member), \
413 offsetof(structname, member), \
432 vdev->config->set((vdev), offsetof(structname, member), \
471 offsetof(structname, member), \
477 offsetof(structname, member), \
495 vdev->config->set((vdev), offsetof(structname, member), \
Dspinlock_types.h22 # define LOCK_PADSIZE (offsetof(struct raw_spinlock, dep_map))
Dnvme-fc.h272 offsetof(struct fcnvme_lsdesc_cr_assoc_cmd, rsvd584)
276 offsetof(struct fcnvme_lsdesc_cr_assoc_cmd, ersp_ratio))
356 (offsetof(struct fcnvme_ls_cr_assoc_rqst, assoc_cmd) + \
Diosys-map.h484 iosys_map_rd(map__, struct_offset__ + offsetof(struct_type__, field__), \
507 iosys_map_wr(map__, struct_offset__ + offsetof(struct_type__, field__), \
/include/net/libeth/
Dcache.h17 static_assert(offsetof(type, __cacheline_group_end__##grp) - \
24 static_assert(offsetof(type, __cacheline_group_end__##grp) - \
/include/trace/stages/
Dstage5_get_offsets.h54 offsetof(typeof(*entry), __data); \
75 offsetof(typeof(*entry), __data) - \
76 offsetof(typeof(*entry), __rel_loc_##item) - \
/include/drm/
Ddrm_kunit_helpers.h51 offsetof(_type, _member), \
96 offsetof(_type, _member), \
Ddrm_simple_kms_helper.h286 offsetof(type, member), \
/include/net/
Dnetmem.h49 static_assert(offsetof(struct page, pg) == \
50 offsetof(struct net_iov, iov))
Dip6_checksum.h62 skb->csum_offset = offsetof(struct tcphdr, check); in __tcp_v6_send_check()
/include/net/netfilter/
Dnf_tables_offload.h81 offsetof(struct nft_flow_key, __base); \
83 offsetof(struct nft_flow_key, __base.__field); \
/include/acpi/platform/
Daclinux.h120 #define ACPI_OFFSET(d, f) offsetof(d, f)
187 #define ACPI_OFFSET(d, f) offsetof(d, f)
/include/linux/can/
Dcore.h42 (offsetof(typeof(struct_type), member) + \
/include/soc/tegra/
Dbpmp.h41 iosys_map_memcpy_from(dst, mb, offsetof(struct tegra_bpmp_mb_data, data), size)
44 iosys_map_memcpy_to(mb, offsetof(struct tegra_bpmp_mb_data, data), src, size)
/include/uapi/linux/
Dcan.h224 #define CANXL_HDR_SIZE (offsetof(struct canxl_frame, data))

1234