/xen-4.10.0-shim-comet/tools/libs/gnttab/ |
A D | linux.c | 252 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 D | list.h | 8 #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 D | build.c | 166 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 D | README | 12 * offsetof
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | kexec.h | 75 (unsigned long)offsetof(struct name, field)) 78 (unsigned long)offsetof(struct name, sub.field))
|
A D | compat.h | 161 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 D | compiler.h | 69 #define offsetof(a,b) __builtin_offsetof(a,b) macro
|
A D | kernel.h | 55 (type *)( (char *)__mptr - offsetof(type,member) );})
|
A D | libelf.h | 130 offsetof(typeof(*(handleval).typeonly),elm) 239 offsetof(typeof(*(handle).typeonly),elem), \
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | vmcb.c | 308 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 D | libxl_arm_acpi.c | 198 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 D | xentoolcore_internal.h | 142 offsetof(typeof(outer), member_name)); \
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/ |
A D | regs.h | 26 #define CTXT_SWITCH_STACK_BYTES (offsetof(struct cpu_user_regs, es))
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | vioapic.h | 60 #define hvm_vioapic_size(cnt) offsetof(struct hvm_vioapic, redirtbl[cnt])
|
A D | irq.h | 101 #define hvm_irq_size(cnt) offsetof(struct hvm_irq, gsi_assert_count[cnt])
|
/xen-4.10.0-shim-comet/tools/libvchan/ |
A D | init.c | 69 #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 D | asm-offsets.c | 20 DEFINE(_sym, offsetof(_str, _mem));
|
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | runtime.c | 313 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 D | asm-offsets.c | 21 DEFINE(_sym, offsetof(_str, _mem));
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | util.h | 31 #undef offsetof 32 #define offsetof(t, m) ((unsigned long)&((t *)0)->m) macro
|
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-loader.c | 207 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 D | fsys_zfs.h | 105 offsetof(vdev_label_t, vl_uberblock[(n) << VDEV_UBERBLOCK_SHIFT])
|
/xen-4.10.0-shim-comet/tools/tests/vhpet/ |
A D | emul.h | 129 #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 D | fsys_xfs.c | 185 #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 D | x86-emulate.h | 45 (type *)((char *)mptr__ - offsetof(type, member)); \
|