Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/tools/libs/gnttab/
A Dlinux.c252 offsetof(xengnttab_grant_copy_segment_t, in osdep_gnttab_grant_copy()
256 offsetof(xengnttab_grant_copy_segment_t, in osdep_gnttab_grant_copy()
260 offsetof(xengnttab_grant_copy_segment_t, in osdep_gnttab_grant_copy()
264 offsetof(xengnttab_grant_copy_segment_t, in osdep_gnttab_grant_copy()
268 offsetof(xengnttab_grant_copy_segment_t, in osdep_gnttab_grant_copy()
273 offsetof(xengnttab_grant_copy_segment_t, in osdep_gnttab_grant_copy()
277 offsetof(xengnttab_grant_copy_segment_t, in osdep_gnttab_grant_copy()
281 offsetof(xengnttab_grant_copy_segment_t, in osdep_gnttab_grant_copy()
285 offsetof(xengnttab_grant_copy_segment_t, in osdep_gnttab_grant_copy()
289 offsetof(xengnttab_grant_copy_segment_t, in osdep_gnttab_grant_copy()
[all …]
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dlist.h8 #undef offsetof
9 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
20 (type *)( (char *)__mptr - offsetof(type,member) );})
/xen-4.10.0-shim-comet/tools/libacpi/
A Dbuild.c166 set_checksum(madt, offsetof(struct acpi_header, checksum), in construct_madt()
268 set_checksum(srat, offsetof(struct acpi_header, checksum), size); in construct_srat()
301 set_checksum(slit, offsetof(struct acpi_header, checksum), size); in construct_slit()
450 offsetof(struct acpi_header, checksum), in construct_secondary_tables()
584 offsetof(struct acpi_header, checksum), in acpi_build_tables()
594 fadt_size = offsetof(struct acpi_fadt, sleep_control); in acpi_build_tables()
636 set_checksum(fadt, offsetof(struct acpi_header, checksum), fadt_size); in acpi_build_tables()
653 offsetof(struct acpi_header, checksum), in acpi_build_tables()
666 offsetof(struct acpi_header, checksum), in acpi_build_tables()
678 offsetof(struct acpi_10_rsdp, checksum), in acpi_build_tables()
[all …]
A DREADME12 * offsetof
/xen-4.10.0-shim-comet/xen/include/xen/
A Dkexec.h75 (unsigned long)offsetof(struct name, field))
78 (unsigned long)offsetof(struct name, sub.field))
A Dcompat.h161 BUILD_BUG_ON(offsetof(xen_ ## t ## _t, f) != \
162 offsetof(compat_ ## t ## _t, f)); \
168 BUILD_BUG_ON(offsetof(k xen_ ## n, f) != \
169 offsetof(k compat_ ## n, f)); \
A Dcompiler.h69 #define offsetof(a,b) __builtin_offsetof(a,b) macro
A Dkernel.h55 (type *)( (char *)__mptr - offsetof(type,member) );})
A Dlibelf.h130 offsetof(typeof(*(handleval).typeonly),elm)
239 offsetof(typeof(*(handle).typeonly),elem), \
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dvmcb.c308 BUILD_BUG_ON(offsetof(struct segment_register, sel) != 0); in build_assertions()
309 BUILD_BUG_ON(offsetof(struct segment_register, attr) != 2); in build_assertions()
310 BUILD_BUG_ON(offsetof(struct segment_register, limit) != 4); in build_assertions()
311 BUILD_BUG_ON(offsetof(struct segment_register, base) != 8); in build_assertions()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_arm_acpi.c198 offsetof(struct acpi_table_rsdp, extended_checksum), in make_acpi_rsdp()
227 calculate_checksum(xsdt, offsetof(struct acpi_table_header, checksum), in make_acpi_xsdt()
250 calculate_checksum(gtdt, offsetof(struct acpi_table_header, checksum), in make_acpi_gtdt()
330 calculate_checksum(madt, offsetof(struct acpi_table_header, checksum), in make_acpi_madt()
352 calculate_checksum(fadt, offsetof(struct acpi_table_header, checksum), in make_acpi_fadt()
/xen-4.10.0-shim-comet/tools/libs/toolcore/include/
A Dxentoolcore_internal.h142 offsetof(typeof(outer), member_name)); \
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/
A Dregs.h26 #define CTXT_SWITCH_STACK_BYTES (offsetof(struct cpu_user_regs, es))
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dvioapic.h60 #define hvm_vioapic_size(cnt) offsetof(struct hvm_vioapic, redirtbl[cnt])
A Dirq.h101 #define hvm_irq_size(cnt) offsetof(struct hvm_irq, gsi_assert_count[cnt])
/xen-4.10.0-shim-comet/tools/libvchan/
A Dinit.c69 #ifndef offsetof
70 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
83 &ring_ref, 1, offsetof(struct vchan_interface, srv_live), in init_gnt_srv()
148 offsetof(struct vchan_interface, cli_live), ctrl->event_port); in init_gnt_cli()
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dasm-offsets.c20 DEFINE(_sym, offsetof(_str, _mem));
/xen-4.10.0-shim-comet/xen/common/efi/
A Druntime.c313 offsetof(EFI_TIME, F) != offsetof(struct xenpf_efi_time, f)) in cast_time()
331 offsetof(EFI_GUID, Data##n) != \ in cast_guid()
332 offsetof(struct xenpf_efi_guid, data##n)) in cast_guid()
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Dasm-offsets.c21 DEFINE(_sym, offsetof(_str, _mem));
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dutil.h31 #undef offsetof
32 #define offsetof(t, m) ((unsigned long)&((t *)0)->m) macro
/xen-4.10.0-shim-comet/xen/common/libelf/
A Dlibelf-loader.c207 sz += offsetof(struct elf_sym_header, elf_header.section) + in elf_parse_bsdsyms()
350 offsetof(typeof(header.elf_header), section)); in elf_load_bsdsyms()
431 header_size = offsetof(typeof(header), elf_header.section); in elf_load_bsdsyms()
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dfsys_zfs.h105 offsetof(vdev_label_t, vl_uberblock[(n) << VDEV_UBERBLOCK_SHIFT])
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Demul.h129 #define offsetof(t, m) ((unsigned long )&((t *)0)->m) macro
132 (type *)( (char *)__mptr - offsetof(type,member) ); })
/xen-4.10.0-shim-comet/tools/libfsimage/xfs/
A Dfsys_xfs.c185 #undef offsetof
186 #define offsetof(t,m) ((size_t)&(((t *)0)->m)) macro
193 return (tmp - sizeof(xfs_bmdr_block_t) - offsetof(xfs_dinode_t, di_u)) / in btroot_maxrecs()
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dx86-emulate.h45 (type *)((char *)mptr__ - offsetof(type, member)); \

Completed in 50 milliseconds

12