Searched refs:offsetofend (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/include/linux/
H A Dstddef.h22 * offsetofend(TYPE, MEMBER)
27 #define offsetofend(TYPE, MEMBER) \ macro
/linux-4.4.14/drivers/vfio/
H A Dvfio_spapr_eeh.c54 minsz = offsetofend(struct vfio_eeh_pe_op, op); vfio_spapr_iommu_eeh_ioctl()
89 minsz = offsetofend(struct vfio_eeh_pe_op, err.mask); vfio_spapr_iommu_eeh_ioctl()
H A Dvfio_iommu_spapr_tce.c748 minsz = offsetofend(struct vfio_iommu_spapr_tce_info, tce_iommu_ioctl()
771 ddwsz = offsetofend(struct vfio_iommu_spapr_tce_info, ddw); tce_iommu_ioctl()
790 minsz = offsetofend(struct vfio_iommu_type1_dma_map, size); tce_iommu_ioctl()
852 minsz = offsetofend(struct vfio_iommu_type1_dma_unmap, tce_iommu_ioctl()
890 minsz = offsetofend(struct vfio_iommu_spapr_register_memory, tce_iommu_ioctl()
916 minsz = offsetofend(struct vfio_iommu_spapr_register_memory, tce_iommu_ioctl()
977 minsz = offsetofend(struct vfio_iommu_spapr_tce_create, tce_iommu_ioctl()
1011 minsz = offsetofend(struct vfio_iommu_spapr_tce_remove, tce_iommu_ioctl()
H A Dvfio_iommu_type1.c990 minsz = offsetofend(struct vfio_iommu_type1_info, iova_pgsizes); vfio_iommu_type1_ioctl()
1010 minsz = offsetofend(struct vfio_iommu_type1_dma_map, size); vfio_iommu_type1_ioctl()
1024 minsz = offsetofend(struct vfio_iommu_type1_dma_unmap, size); vfio_iommu_type1_ioctl()
H A Dvfio.c1301 minsz = offsetofend(struct vfio_group_status, flags); vfio_group_fops_unl_ioctl()
/linux-4.4.14/arch/x86/kernel/
H A Dasm-offsets_32.c53 offsetofend(struct tss_struct, SYSENTER_stack)); foo()
/linux-4.4.14/drivers/vfio/platform/
H A Dvfio_platform_common.c208 minsz = offsetofend(struct vfio_device_info, num_irqs); vfio_platform_ioctl()
228 minsz = offsetofend(struct vfio_region_info, offset); vfio_platform_ioctl()
250 minsz = offsetofend(struct vfio_irq_info, count); vfio_platform_ioctl()
272 minsz = offsetofend(struct vfio_irq_set, count); vfio_platform_ioctl()
/linux-4.4.14/include/net/
H A Dip_tunnels.h27 #define IP_TUNNEL_KEY_SIZE offsetofend(struct ip_tunnel_key, tp_dst)
30 #define IP_TUNNEL_KEY_IPV4_PAD offsetofend(struct ip_tunnel_key, u.ipv4.dst)
/linux-4.4.14/drivers/vfio/pci/
H A Dvfio_pci.c433 minsz = offsetofend(struct vfio_device_info, num_irqs); vfio_pci_ioctl()
456 minsz = offsetofend(struct vfio_region_info, offset); vfio_pci_ioctl()
530 minsz = offsetofend(struct vfio_irq_info, count); vfio_pci_ioctl()
568 minsz = offsetofend(struct vfio_irq_set, count); vfio_pci_ioctl()
620 minsz = offsetofend(struct vfio_pci_hot_reset_info, count); vfio_pci_ioctl()
694 minsz = offsetofend(struct vfio_pci_hot_reset, count); vfio_pci_ioctl()
/linux-4.4.14/arch/x86/kernel/fpu/
H A Dinit.c148 BUILD_BUG_ON(sizeof(TYPE) != offsetofend(TYPE, MEMBER))
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dcommon.c1010 (unsigned long)tss + offsetofend(struct tss_struct, SYSENTER_stack), enable_sep_cpu()

Completed in 697 milliseconds