Home
last modified time | relevance | path

Searched refs:BUILD_BUG_ON (Results 1 – 25 of 1059) sorted by relevance

12345678910>>...43

/linux/drivers/net/wireless/broadcom/b43/
H A Dtables.c342 BUILD_BUG_ON(B43_TAB_ROTOR_SIZE != ARRAY_SIZE(b43_tab_rotor)); in assert_sizes()
343 BUILD_BUG_ON(B43_TAB_RETARD_SIZE != ARRAY_SIZE(b43_tab_retard)); in assert_sizes()
344 BUILD_BUG_ON(B43_TAB_FINEFREQA_SIZE != ARRAY_SIZE(b43_tab_finefreqa)); in assert_sizes()
345 BUILD_BUG_ON(B43_TAB_FINEFREQG_SIZE != ARRAY_SIZE(b43_tab_finefreqg)); in assert_sizes()
346 BUILD_BUG_ON(B43_TAB_NOISEA2_SIZE != ARRAY_SIZE(b43_tab_noisea2)); in assert_sizes()
347 BUILD_BUG_ON(B43_TAB_NOISEA3_SIZE != ARRAY_SIZE(b43_tab_noisea3)); in assert_sizes()
348 BUILD_BUG_ON(B43_TAB_NOISEG1_SIZE != ARRAY_SIZE(b43_tab_noiseg1)); in assert_sizes()
349 BUILD_BUG_ON(B43_TAB_NOISEG2_SIZE != ARRAY_SIZE(b43_tab_noiseg2)); in assert_sizes()
350 BUILD_BUG_ON(B43_TAB_NOISESCALE_SIZE != in assert_sizes()
352 BUILD_BUG_ON(B43_TAB_NOISESCALE_SIZE != in assert_sizes()
[all …]
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c344 BUILD_BUG_ON(offsetof(struct pt_regs, gpr) != in pt_regs_check()
346 BUILD_BUG_ON(offsetof(struct pt_regs, nip) != in pt_regs_check()
348 BUILD_BUG_ON(offsetof(struct pt_regs, msr) != in pt_regs_check()
350 BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) != in pt_regs_check()
352 BUILD_BUG_ON(offsetof(struct pt_regs, ctr) != in pt_regs_check()
354 BUILD_BUG_ON(offsetof(struct pt_regs, link) != in pt_regs_check()
356 BUILD_BUG_ON(offsetof(struct pt_regs, xer) != in pt_regs_check()
358 BUILD_BUG_ON(offsetof(struct pt_regs, ccr) != in pt_regs_check()
361 BUILD_BUG_ON(offsetof(struct pt_regs, softe) != in pt_regs_check()
364 BUILD_BUG_ON(offsetof(struct pt_regs, mq) != in pt_regs_check()
[all …]
/linux/include/linux/
H A Daverage.h34 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \
35 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \
40 BUILD_BUG_ON((_precision) > 30); \
47 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \
48 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \
49 BUILD_BUG_ON((_precision) > 30); \
60 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \
61 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \
62 BUILD_BUG_ON((_precision) > 30); \
/linux/tools/testing/cxl/
H A Dconfig_check.c10 BUILD_BUG_ON(!IS_ENABLED(CONFIG_64BIT)); in check()
11 BUILD_BUG_ON(!IS_MODULE(CONFIG_CXL_BUS)); in check()
12 BUILD_BUG_ON(!IS_MODULE(CONFIG_CXL_ACPI)); in check()
13 BUILD_BUG_ON(!IS_MODULE(CONFIG_CXL_PMEM)); in check()
14 BUILD_BUG_ON(!IS_ENABLED(CONFIG_CXL_REGION_INVALIDATION_TEST)); in check()
15 BUILD_BUG_ON(!IS_ENABLED(CONFIG_NVDIMM_SECURITY_TEST)); in check()
16 BUILD_BUG_ON(!IS_ENABLED(CONFIG_DEBUG_FS)); in check()
/linux/tools/testing/nvdimm/
H A Dconfig_check.c10 BUILD_BUG_ON(!IS_MODULE(CONFIG_LIBNVDIMM)); in check()
11 BUILD_BUG_ON(!IS_MODULE(CONFIG_BLK_DEV_PMEM)); in check()
12 BUILD_BUG_ON(!IS_MODULE(CONFIG_ND_BTT)); in check()
13 BUILD_BUG_ON(!IS_MODULE(CONFIG_ND_PFN)); in check()
15 BUILD_BUG_ON(!IS_MODULE(CONFIG_ACPI_NFIT)); in check()
16 BUILD_BUG_ON(!IS_MODULE(CONFIG_DEV_DAX)); in check()
17 BUILD_BUG_ON(!IS_MODULE(CONFIG_DEV_DAX_PMEM)); in check()
/linux/drivers/virtio/
H A Dvirtio_pci_modern_dev.c149 BUILD_BUG_ON(VIRTIO_PCI_CAP_VNDR != in check_offsets()
151 BUILD_BUG_ON(VIRTIO_PCI_CAP_NEXT != in check_offsets()
153 BUILD_BUG_ON(VIRTIO_PCI_CAP_LEN != in check_offsets()
155 BUILD_BUG_ON(VIRTIO_PCI_CAP_CFG_TYPE != in check_offsets()
157 BUILD_BUG_ON(VIRTIO_PCI_CAP_BAR != in check_offsets()
159 BUILD_BUG_ON(VIRTIO_PCI_CAP_OFFSET != in check_offsets()
161 BUILD_BUG_ON(VIRTIO_PCI_CAP_LENGTH != in check_offsets()
163 BUILD_BUG_ON(VIRTIO_PCI_NOTIFY_CAP_MULT != in check_offsets()
166 BUILD_BUG_ON(VIRTIO_PCI_COMMON_DFSELECT != in check_offsets()
169 BUILD_BUG_ON(VIRTIO_PCI_COMMON_DF != in check_offsets()
[all …]
/linux/fs/erofs/
H A Derofs_fs.h452 BUILD_BUG_ON(sizeof(struct erofs_super_block) != 128); in erofs_check_ondisk_layout_definitions()
453 BUILD_BUG_ON(sizeof(struct erofs_inode_compact) != 32); in erofs_check_ondisk_layout_definitions()
454 BUILD_BUG_ON(sizeof(struct erofs_inode_extended) != 64); in erofs_check_ondisk_layout_definitions()
455 BUILD_BUG_ON(sizeof(struct erofs_xattr_ibody_header) != 12); in erofs_check_ondisk_layout_definitions()
456 BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4); in erofs_check_ondisk_layout_definitions()
457 BUILD_BUG_ON(sizeof(struct erofs_inode_chunk_info) != 4); in erofs_check_ondisk_layout_definitions()
458 BUILD_BUG_ON(sizeof(struct erofs_inode_chunk_index) != 8); in erofs_check_ondisk_layout_definitions()
459 BUILD_BUG_ON(sizeof(struct z_erofs_map_header) != 8); in erofs_check_ondisk_layout_definitions()
460 BUILD_BUG_ON(sizeof(struct z_erofs_lcluster_index) != 8); in erofs_check_ondisk_layout_definitions()
461 BUILD_BUG_ON(sizeof(struct erofs_dirent) != 12); in erofs_check_ondisk_layout_definitions()
[all …]
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c21 BUILD_BUG_ON(MC_CMD_GET_PHY_CFG_IN_LEN != 0); in efx_mcdi_get_phy_cfg()
22 BUILD_BUG_ON(MC_CMD_GET_PHY_CFG_OUT_NAME_LEN != sizeof(cfg->name)); in efx_mcdi_get_phy_cfg()
75 BUILD_BUG_ON(MC_CMD_SET_LINK_OUT_LEN != 0); in efx_mcdi_set_link()
408 BUILD_BUG_ON(MC_CMD_GET_LINK_IN_LEN != 0); in efx_mcdi_phy_poll()
441 BUILD_BUG_ON(MC_CMD_GET_LINK_IN_LEN != 0); in efx_mcdi_phy_probe()
468 BUILD_BUG_ON(LOOPBACK_NONE != MC_CMD_LOOPBACK_NONE); in efx_mcdi_phy_probe()
469 BUILD_BUG_ON(LOOPBACK_DATA != MC_CMD_LOOPBACK_DATA); in efx_mcdi_phy_probe()
470 BUILD_BUG_ON(LOOPBACK_GMAC != MC_CMD_LOOPBACK_GMAC); in efx_mcdi_phy_probe()
471 BUILD_BUG_ON(LOOPBACK_XGMII != MC_CMD_LOOPBACK_XGMII); in efx_mcdi_phy_probe()
472 BUILD_BUG_ON(LOOPBACK_XGXS != MC_CMD_LOOPBACK_XGXS); in efx_mcdi_phy_probe()
[all …]
/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c22 BUILD_BUG_ON(MC_CMD_GET_PHY_CFG_IN_LEN != 0); in efx_mcdi_get_phy_cfg()
23 BUILD_BUG_ON(MC_CMD_GET_PHY_CFG_OUT_NAME_LEN != sizeof(cfg->name)); in efx_mcdi_get_phy_cfg()
76 BUILD_BUG_ON(MC_CMD_SET_LINK_OUT_LEN != 0); in efx_mcdi_set_link()
409 BUILD_BUG_ON(MC_CMD_GET_LINK_IN_LEN != 0); in efx_siena_mcdi_phy_poll()
442 BUILD_BUG_ON(MC_CMD_GET_LINK_IN_LEN != 0); in efx_siena_mcdi_phy_probe()
469 BUILD_BUG_ON(LOOPBACK_NONE != MC_CMD_LOOPBACK_NONE); in efx_siena_mcdi_phy_probe()
470 BUILD_BUG_ON(LOOPBACK_DATA != MC_CMD_LOOPBACK_DATA); in efx_siena_mcdi_phy_probe()
471 BUILD_BUG_ON(LOOPBACK_GMAC != MC_CMD_LOOPBACK_GMAC); in efx_siena_mcdi_phy_probe()
472 BUILD_BUG_ON(LOOPBACK_XGMII != MC_CMD_LOOPBACK_XGMII); in efx_siena_mcdi_phy_probe()
473 BUILD_BUG_ON(LOOPBACK_XGXS != MC_CMD_LOOPBACK_XGXS); in efx_siena_mcdi_phy_probe()
[all …]
/linux/arch/m68k/kernel/
H A Dsignal.c586 BUILD_BUG_ON(sizeof(siginfo_t) != 128); in siginfo_build_tests()
589 BUILD_BUG_ON(offsetof(siginfo_t, si_signo) != 0); in siginfo_build_tests()
590 BUILD_BUG_ON(offsetof(siginfo_t, si_errno) != 4); in siginfo_build_tests()
591 BUILD_BUG_ON(offsetof(siginfo_t, si_code) != 8); in siginfo_build_tests()
594 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests()
595 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10); in siginfo_build_tests()
598 BUILD_BUG_ON(offsetof(siginfo_t, si_tid) != 0x0c); in siginfo_build_tests()
599 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x10); in siginfo_build_tests()
600 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14); in siginfo_build_tests()
603 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests()
[all …]
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c505 BUILD_BUG_ON(vmw_view_max != 4); in vmw_view_dirtying()
545 BUILD_BUG_ON(SVGA_3D_CMD_DX_DESTROY_SHADERRESOURCE_VIEW != in vmw_so_build_asserts()
547 BUILD_BUG_ON(SVGA_3D_CMD_DX_DEFINE_RENDERTARGET_VIEW != in vmw_so_build_asserts()
549 BUILD_BUG_ON(SVGA_3D_CMD_DX_DESTROY_RENDERTARGET_VIEW != in vmw_so_build_asserts()
551 BUILD_BUG_ON(SVGA_3D_CMD_DX_DEFINE_DEPTHSTENCIL_VIEW != in vmw_so_build_asserts()
553 BUILD_BUG_ON(SVGA_3D_CMD_DX_DESTROY_DEPTHSTENCIL_VIEW != in vmw_so_build_asserts()
557 BUILD_BUG_ON(sizeof(union vmw_view_destroy) != sizeof(u32)); in vmw_so_build_asserts()
560 BUILD_BUG_ON(SVGA_COTABLE_MAX_IDS >= ((1 << 20) - 1)); in vmw_so_build_asserts()
566 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) != in vmw_so_build_asserts()
568 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) != in vmw_so_build_asserts()
[all …]
/linux/drivers/net/ethernet/broadcom/
H A Dbgmac-bcma-mdio.c43 BUILD_BUG_ON(BGMAC_PA_DATA_MASK != BCMA_GMAC_CMN_PA_DATA_MASK); in bcma_mdio_phy_read()
44 BUILD_BUG_ON(BGMAC_PA_ADDR_MASK != BCMA_GMAC_CMN_PA_ADDR_MASK); in bcma_mdio_phy_read()
45 BUILD_BUG_ON(BGMAC_PA_ADDR_SHIFT != BCMA_GMAC_CMN_PA_ADDR_SHIFT); in bcma_mdio_phy_read()
46 BUILD_BUG_ON(BGMAC_PA_REG_MASK != BCMA_GMAC_CMN_PA_REG_MASK); in bcma_mdio_phy_read()
47 BUILD_BUG_ON(BGMAC_PA_REG_SHIFT != BCMA_GMAC_CMN_PA_REG_SHIFT); in bcma_mdio_phy_read()
48 BUILD_BUG_ON(BGMAC_PA_WRITE != BCMA_GMAC_CMN_PA_WRITE); in bcma_mdio_phy_read()
49 BUILD_BUG_ON(BGMAC_PA_START != BCMA_GMAC_CMN_PA_START); in bcma_mdio_phy_read()
50 BUILD_BUG_ON(BGMAC_PC_EPA_MASK != BCMA_GMAC_CMN_PC_EPA_MASK); in bcma_mdio_phy_read()
51 BUILD_BUG_ON(BGMAC_PC_MCT_MASK != BCMA_GMAC_CMN_PC_MCT_MASK); in bcma_mdio_phy_read()
52 BUILD_BUG_ON(BGMAC_PC_MCT_SHIFT != BCMA_GMAC_CMN_PC_MCT_SHIFT); in bcma_mdio_phy_read()
[all …]
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c10557 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in pqi_verify_structures()
10559 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in pqi_verify_structures()
10561 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in pqi_verify_structures()
10563 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in pqi_verify_structures()
10565 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in pqi_verify_structures()
10567 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in pqi_verify_structures()
10569 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in pqi_verify_structures()
10571 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in pqi_verify_structures()
10573 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in pqi_verify_structures()
10575 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in pqi_verify_structures()
[all …]
/linux/drivers/media/platform/verisilicon/
H A Dhantro_jpeg.c193 BUILD_BUG_ON(ARRAY_SIZE(v4l2_jpeg_zigzag_scan_index) != JPEG_QUANT_SIZE); in jpeg_scale_quant_table()
194 BUILD_BUG_ON(ARRAY_SIZE(hw_reorder) != JPEG_QUANT_SIZE); in jpeg_scale_quant_table()
214 BUILD_BUG_ON(ARRAY_SIZE(v4l2_jpeg_ref_table_luma_qt) != JPEG_QUANT_SIZE); in jpeg_set_quality()
215 BUILD_BUG_ON(ARRAY_SIZE(v4l2_jpeg_ref_table_chroma_qt) != JPEG_QUANT_SIZE); in jpeg_set_quality()
216 BUILD_BUG_ON(ARRAY_SIZE(ctx->hw_luma_qtable) != JPEG_QUANT_SIZE); in jpeg_set_quality()
217 BUILD_BUG_ON(ARRAY_SIZE(ctx->hw_chroma_qtable) != JPEG_QUANT_SIZE); in jpeg_set_quality()
/linux/security/landlock/
H A Dsyscalls.c66 BUILD_BUG_ON(!dst); in copy_min_struct_from_user()
71 BUILD_BUG_ON(ksize <= 0); in copy_min_struct_from_user()
72 BUILD_BUG_ON(ksize < ksize_min); in copy_min_struct_from_user()
102 BUILD_BUG_ON(sizeof(ruleset_attr) != ruleset_size); in build_check_abi()
103 BUILD_BUG_ON(sizeof(ruleset_attr) != 24); in build_check_abi()
107 BUILD_BUG_ON(sizeof(path_beneath_attr) != path_beneath_size); in build_check_abi()
108 BUILD_BUG_ON(sizeof(path_beneath_attr) != 12); in build_check_abi()
112 BUILD_BUG_ON(sizeof(net_port_attr) != net_port_size); in build_check_abi()
113 BUILD_BUG_ON(sizeof(net_port_attr) != 16); in build_check_abi()
272 BUILD_BUG_ON(!__same_type( in get_path_from_fd()
/linux/arch/x86/mm/
H A Dcpu_entry_area.c73 BUILD_BUG_ON(sizeof(struct cpu_entry_area) % PAGE_SIZE != 0); in get_cpu_entry_area()
116 BUILD_BUG_ON(sizeof(struct debug_store) % PAGE_SIZE != 0); in percpu_setup_debug_store()
145 BUILD_BUG_ON(sizeof(exception_stacks) % PAGE_SIZE != 0); in percpu_setup_exception_stacks()
222 BUILD_BUG_ON((offsetof(struct tss_struct, x86_tss) ^ in setup_cpu_entry_area()
224 BUILD_BUG_ON(sizeof(struct tss_struct) % PAGE_SIZE != 0); in setup_cpu_entry_area()
230 BUILD_BUG_ON(offsetof(struct tss_struct, x86_tss) != 0); in setup_cpu_entry_area()
231 BUILD_BUG_ON(sizeof(struct x86_hw_tss) != 0x68); in setup_cpu_entry_area()
251 BUILD_BUG_ON((CPU_ENTRY_AREA_PAGES+1)*PAGE_SIZE != CPU_ENTRY_AREA_MAP_SIZE); in setup_cpu_entry_area_ptes()
/linux/fs/notify/fanotify/
H A Dfanotify.c907 BUILD_BUG_ON(FAN_ACCESS != FS_ACCESS); in fanotify_handle_event()
908 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY); in fanotify_handle_event()
909 BUILD_BUG_ON(FAN_ATTRIB != FS_ATTRIB); in fanotify_handle_event()
910 BUILD_BUG_ON(FAN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE); in fanotify_handle_event()
911 BUILD_BUG_ON(FAN_CLOSE_WRITE != FS_CLOSE_WRITE); in fanotify_handle_event()
912 BUILD_BUG_ON(FAN_OPEN != FS_OPEN); in fanotify_handle_event()
913 BUILD_BUG_ON(FAN_MOVED_TO != FS_MOVED_TO); in fanotify_handle_event()
914 BUILD_BUG_ON(FAN_MOVED_FROM != FS_MOVED_FROM); in fanotify_handle_event()
915 BUILD_BUG_ON(FAN_CREATE != FS_CREATE); in fanotify_handle_event()
916 BUILD_BUG_ON(FAN_DELETE != FS_DELETE); in fanotify_handle_event()
[all …]
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c747 BUILD_BUG_ON(sizeof(struct prestera_msg_common_req) != 4); in prestera_hw_build_tests()
748 BUILD_BUG_ON(sizeof(struct prestera_msg_switch_attr_req) != 16); in prestera_hw_build_tests()
749 BUILD_BUG_ON(sizeof(struct prestera_msg_port_attr_req) != 144); in prestera_hw_build_tests()
750 BUILD_BUG_ON(sizeof(struct prestera_msg_port_info_req) != 8); in prestera_hw_build_tests()
751 BUILD_BUG_ON(sizeof(struct prestera_msg_vlan_req) != 16); in prestera_hw_build_tests()
752 BUILD_BUG_ON(sizeof(struct prestera_msg_fdb_req) != 28); in prestera_hw_build_tests()
753 BUILD_BUG_ON(sizeof(struct prestera_msg_bridge_req) != 16); in prestera_hw_build_tests()
754 BUILD_BUG_ON(sizeof(struct prestera_msg_span_req) != 16); in prestera_hw_build_tests()
755 BUILD_BUG_ON(sizeof(struct prestera_msg_stp_req) != 16); in prestera_hw_build_tests()
756 BUILD_BUG_ON(sizeof(struct prestera_msg_rxtx_req) != 8); in prestera_hw_build_tests()
[all …]
/linux/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_vma_types.h46 BUILD_BUG_ON(sizeof(struct intel_rotation_info) != 2 * sizeof(u32) + 8 * sizeof(u16)); in assert_i915_gem_gtt_types()
47 BUILD_BUG_ON(sizeof(struct intel_remapped_info) != 5 * sizeof(u32) + 16 * sizeof(u16)); in assert_i915_gem_gtt_types()
50 BUILD_BUG_ON(offsetof(struct intel_remapped_info, plane[0]) != in assert_i915_gem_gtt_types()
52 BUILD_BUG_ON(offsetofend(struct intel_remapped_info, plane[1]) != in assert_i915_gem_gtt_types()
/linux/arch/parisc/mm/
H A Dinit.c534 BUILD_BUG_ON(sizeof(struct ipc64_perm) != 48);
536 BUILD_BUG_ON(sizeof(struct semid64_ds) != 80); in mem_init()
537 BUILD_BUG_ON(sizeof(struct msqid64_ds) != 104); in mem_init()
538 BUILD_BUG_ON(sizeof(struct shmid64_ds) != 104); in mem_init()
541 BUILD_BUG_ON(sizeof(struct compat_ipc64_perm) != sizeof(struct ipc64_perm)); in mem_init()
542 BUILD_BUG_ON(sizeof(struct compat_semid64_ds) != 80); in mem_init()
543 BUILD_BUG_ON(sizeof(struct compat_msqid64_ds) != 104); in mem_init()
544 BUILD_BUG_ON(sizeof(struct compat_shmid64_ds) != 104); in mem_init()
548 BUILD_BUG_ON(PTE_ENTRY_SIZE != sizeof(pte_t)); in mem_init()
549 BUILD_BUG_ON(PMD_ENTRY_SIZ in mem_init()
[all...]
/linux/drivers/gpu/drm/i915/
H A Di915_vma_types.h140 BUILD_BUG_ON(sizeof(struct intel_rotation_info) != 2 * sizeof(u32) + 8 * sizeof(u16)); in assert_i915_gem_gtt_types()
141 BUILD_BUG_ON(sizeof(struct intel_partial_info) != sizeof(u64) + sizeof(unsigned int)); in assert_i915_gem_gtt_types()
142 BUILD_BUG_ON(sizeof(struct intel_remapped_info) != 5 * sizeof(u32) + 16 * sizeof(u16)); in assert_i915_gem_gtt_types()
145 BUILD_BUG_ON(offsetof(struct intel_remapped_info, plane[0]) != in assert_i915_gem_gtt_types()
147 BUILD_BUG_ON(offsetofend(struct intel_remapped_info, plane[1]) != in assert_i915_gem_gtt_types()
/linux/arch/x86/include/asm/
H A Dspec-ctrl.h53 BUILD_BUG_ON(TIF_SSBD < SPEC_CTRL_SSBD_SHIFT); in ssbd_tif_to_spec_ctrl()
59 BUILD_BUG_ON(TIF_SPEC_IB < SPEC_CTRL_STIBP_SHIFT); in stibp_tif_to_spec_ctrl()
65 BUILD_BUG_ON(TIF_SSBD < SPEC_CTRL_SSBD_SHIFT); in ssbd_spec_ctrl_to_tif()
71 BUILD_BUG_ON(TIF_SPEC_IB < SPEC_CTRL_STIBP_SHIFT); in stibp_spec_ctrl_to_tif()
/linux/net/ipv4/
H A Draw_diag.c237 BUILD_BUG_ON(sizeof(struct inet_diag_req_v2) != in __check_inet_diag_req_raw()
239 BUILD_BUG_ON(__offset_mismatch(sdiag_family, sdiag_family)); in __check_inet_diag_req_raw()
240 BUILD_BUG_ON(__offset_mismatch(sdiag_protocol, sdiag_protocol)); in __check_inet_diag_req_raw()
241 BUILD_BUG_ON(__offset_mismatch(idiag_ext, idiag_ext)); in __check_inet_diag_req_raw()
242 BUILD_BUG_ON(__offset_mismatch(pad, sdiag_raw_protocol)); in __check_inet_diag_req_raw()
243 BUILD_BUG_ON(__offset_mismatch(idiag_states, idiag_states)); in __check_inet_diag_req_raw()
244 BUILD_BUG_ON(__offset_mismatch(id, id)); in __check_inet_diag_req_raw()
/linux/arch/powerpc/platforms/ps3/
H A Dsmp.c65 BUILD_BUG_ON(PPC_MSG_CALL_FUNCTION != 0); in ps3_smp_probe()
66 BUILD_BUG_ON(PPC_MSG_RESCHEDULE != 1); in ps3_smp_probe()
67 BUILD_BUG_ON(PPC_MSG_TICK_BROADCAST != 2); in ps3_smp_probe()
68 BUILD_BUG_ON(PPC_MSG_NMI_IPI != 3); in ps3_smp_probe()
/linux/arch/loongarch/include/asm/
H A Dtlb.h103 BUILD_BUG_ON(!__builtin_constant_p(info) || info != 0); in invtlb_addr()
114 BUILD_BUG_ON(!__builtin_constant_p(addr) || addr != 0); in invtlb_info()
125 BUILD_BUG_ON(!__builtin_constant_p(info) || info != 0); in invtlb_all()
126 BUILD_BUG_ON(!__builtin_constant_p(addr) || addr != 0); in invtlb_all()

12345678910>>...43