Home
last modified time | relevance | path

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

1234

/include/linux/
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 …]
A Dstddef.h15 #undef offsetof
16 #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) macro
33 (offsetof(TYPE, MEMBER) + sizeof_field(TYPE, MEMBER))
111 unsigned char __offset_to_##FAM[offsetof(TYPE, FAM)]; \
A Dwireless.h38 #define IW_EV_COMPAT_LCP_LEN offsetof(struct __compat_iw_event, pointer)
39 #define IW_EV_COMPAT_POINT_OFF offsetof(struct compat_iw_point, length)
A Dcache.h152 BUILD_BUG_ON(!(offsetof(TYPE, MEMBER) >= \
155 offsetof(TYPE, __cacheline_group_end__##GROUP)))
160 BUILD_BUG_ON(offsetof(TYPE, __cacheline_group_end__##GROUP) - \
A Dmnt_idmapping.h25 static_assert(offsetof(vfsuid_t, val) == offsetof(kuid_t, val));
26 static_assert(offsetof(vfsgid_t, val) == offsetof(kgid_t, val));
A Dkbuild.h11 DEFINE(sym, offsetof(struct str, mem))
A Dvmcore_info.h62 (unsigned long)offsetof(struct name, field))
65 (unsigned long)offsetof(name, field))
A Dmm_types.h486 static_assert(offsetof(struct page, pg) == offsetof(struct folio, fl))
506 static_assert(offsetof(struct folio, fl) == \
507 offsetof(struct page, pg) + sizeof(struct page))
514 static_assert(offsetof(struct folio, fl) == \
515 offsetof(struct page, pg) + 2 * sizeof(struct page))
520 static_assert(offsetof(struct folio, fl) == \
521 offsetof(struct page, pg) + 3 * sizeof(struct page))
587 static_assert(offsetof(struct page, pg) == offsetof(struct ptdesc, pt))
1231 cpu_bitmap += offsetof(struct mm_struct, cpu_bitmap); in mm_init_cpumask()
1360 bitmap += offsetof(struct mm_struct, cpu_bitmap); in mm_cpus_allowed()
A Dcontainer_of.h24 ((type *)(__mptr - offsetof(type, member))); })
A Dbuild_bug.h85 BUILD_BUG_ON_MSG(offsetof(type, field) != (expected_offset), \
A 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) + \
A Dspinlock_types.h22 # define LOCK_PADSIZE (offsetof(struct raw_spinlock, dep_map))
A Dvirtio_config.h408 offsetof(structname, member), \
414 offsetof(structname, member), \
433 vdev->config->set((vdev), offsetof(structname, member), \
472 offsetof(structname, member), \
478 offsetof(structname, member), \
496 vdev->config->set((vdev), offsetof(structname, member), \
A Dfwctl.h102 static_assert(offsetof(drv_struct, member) == 0); \
/include/net/
A Dnetmem.h42 static_assert(offsetof(struct page, pg) == \
43 offsetof(struct netmem_desc, desc))
57 static_assert(sizeof(struct netmem_desc) <= offsetof(struct page, _refcount));
140 static_assert(offsetof(struct netmem_desc, desc) == \
141 offsetof(struct net_iov, iov))
A Dip6_checksum.h62 skb->csum_offset = offsetof(struct tcphdr, check); in __tcp_v6_send_check()
/include/net/libeth/
A Dcache.h17 static_assert(offsetof(type, __cacheline_group_end__##grp) - \
24 static_assert(offsetof(type, __cacheline_group_end__##grp) - \
/include/trace/stages/
A Dstage5_get_offsets.h54 offsetof(typeof(*entry), __data); \
75 offsetof(typeof(*entry), __data) - \
76 offsetof(typeof(*entry), __rel_loc_##item) - \
/include/drm/
A Ddrm_kunit_helpers.h52 offsetof(_type, _member), \
97 offsetof(_type, _member), \
/include/net/netfilter/
A Dnf_tables_offload.h81 offsetof(struct nft_flow_key, __base); \
83 offsetof(struct nft_flow_key, __base.__field); \
/include/acpi/platform/
A Daclinux.h120 #define ACPI_OFFSET(d, f) offsetof(d, f)
187 #define ACPI_OFFSET(d, f) offsetof(d, f)
/include/linux/can/
A Dcore.h42 (offsetof(typeof(struct_type), member) + \
/include/crypto/
A Dblake2b.h22 BLAKE2B_STATE_SIZE = offsetof(struct blake2b_state, f),
/include/soc/tegra/
A 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/crypto/internal/
A Dsig.h17 char head[offsetof(struct sig_alg, base)];

Completed in 32 milliseconds

1234