/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/ |
A D | tables.c | 342 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() 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() 354 BUILD_BUG_ON(B43_TAB_NOISESCALE_SIZE != in assert_sizes() 356 BUILD_BUG_ON(B43_TAB_NOISESCALE_SIZE != in assert_sizes() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | average.h | 34 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-6.3-rc2/tools/testing/nvdimm/ |
A D | config_check.c | 10 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-6.3-rc2/arch/powerpc/kernel/ptrace/ |
A D | ptrace.c | 347 BUILD_BUG_ON(offsetof(struct pt_regs, gpr) != in pt_regs_check() 349 BUILD_BUG_ON(offsetof(struct pt_regs, nip) != in pt_regs_check() 351 BUILD_BUG_ON(offsetof(struct pt_regs, msr) != in pt_regs_check() 355 BUILD_BUG_ON(offsetof(struct pt_regs, ctr) != in pt_regs_check() 357 BUILD_BUG_ON(offsetof(struct pt_regs, link) != in pt_regs_check() 359 BUILD_BUG_ON(offsetof(struct pt_regs, xer) != in pt_regs_check() 361 BUILD_BUG_ON(offsetof(struct pt_regs, ccr) != in pt_regs_check() 367 BUILD_BUG_ON(offsetof(struct pt_regs, mq) != in pt_regs_check() 370 BUILD_BUG_ON(offsetof(struct pt_regs, trap) != in pt_regs_check() 372 BUILD_BUG_ON(offsetof(struct pt_regs, dar) != in pt_regs_check() [all …]
|
/linux-6.3-rc2/tools/testing/cxl/ |
A D | config_check.c | 10 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()
|
/linux-6.3-rc2/fs/erofs/ |
A D | erofs_fs.h | 430 BUILD_BUG_ON(sizeof(struct erofs_super_block) != 128); in erofs_check_ondisk_layout_definitions() 431 BUILD_BUG_ON(sizeof(struct erofs_inode_compact) != 32); in erofs_check_ondisk_layout_definitions() 432 BUILD_BUG_ON(sizeof(struct erofs_inode_extended) != 64); in erofs_check_ondisk_layout_definitions() 434 BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4); in erofs_check_ondisk_layout_definitions() 435 BUILD_BUG_ON(sizeof(struct erofs_inode_chunk_info) != 4); in erofs_check_ondisk_layout_definitions() 437 BUILD_BUG_ON(sizeof(struct z_erofs_map_header) != 8); in erofs_check_ondisk_layout_definitions() 439 BUILD_BUG_ON(sizeof(struct erofs_dirent) != 12); in erofs_check_ondisk_layout_definitions() 441 BUILD_BUG_ON(sizeof(struct erofs_inode_chunk_index) != in erofs_check_ondisk_layout_definitions() 443 BUILD_BUG_ON(sizeof(struct erofs_deviceslot) != 128); in erofs_check_ondisk_layout_definitions() 445 BUILD_BUG_ON(BIT(Z_EROFS_VLE_DI_CLUSTER_TYPE_BITS) < in erofs_check_ondisk_layout_definitions() [all …]
|
/linux-6.3-rc2/drivers/virtio/ |
A D | virtio_pci_modern_dev.c | 149 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() 169 BUILD_BUG_ON(VIRTIO_PCI_COMMON_DF != in check_offsets() 174 BUILD_BUG_ON(VIRTIO_PCI_COMMON_GF != in check_offsets() 176 BUILD_BUG_ON(VIRTIO_PCI_COMMON_MSIX != in check_offsets() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | mcdi_port_common.c | 21 BUILD_BUG_ON(MC_CMD_GET_PHY_CFG_IN_LEN != 0); 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() 557 BUILD_BUG_ON(MC_CMD_GET_LINK_IN_LEN != 0); in efx_mcdi_phy_get_link_ksettings() 622 BUILD_BUG_ON(MC_CMD_GET_LINK_IN_LEN != 0); in efx_mcdi_phy_get_fecparam() 715 BUILD_BUG_ON(MC_CMD_GET_PHY_STATE_IN_LEN != 0); in efx_mcdi_phy_test_alive() 765 BUILD_BUG_ON(MC_CMD_START_BIST_OUT_LEN != 0); in efx_mcdi_bist() 774 BUILD_BUG_ON(MC_CMD_POLL_BIST_IN_LEN != 0); in efx_mcdi_bist() 1098 BUILD_BUG_ON(MC_CMD_SET_MAC_OUT_LEN != 0); in efx_mcdi_set_mac() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | mcdi_port_common.c | 22 BUILD_BUG_ON(MC_CMD_GET_PHY_CFG_IN_LEN != 0); 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() 559 BUILD_BUG_ON(MC_CMD_GET_LINK_IN_LEN != 0); in efx_siena_mcdi_phy_get_link_ksettings() 627 BUILD_BUG_ON(MC_CMD_GET_LINK_IN_LEN != 0); in efx_siena_mcdi_phy_get_fecparam() 721 BUILD_BUG_ON(MC_CMD_GET_PHY_STATE_IN_LEN != 0); in efx_siena_mcdi_phy_test_alive() 771 BUILD_BUG_ON(MC_CMD_START_BIST_OUT_LEN != 0); in efx_mcdi_bist() 780 BUILD_BUG_ON(MC_CMD_POLL_BIST_IN_LEN != 0); in efx_mcdi_bist() 1107 BUILD_BUG_ON(MC_CMD_SET_MAC_OUT_LEN != 0); in efx_siena_mcdi_set_mac() [all …]
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | signal.c | 584 BUILD_BUG_ON(sizeof(siginfo_t) != 128); in siginfo_build_tests() 587 BUILD_BUG_ON(offsetof(siginfo_t, si_signo) != 0); in siginfo_build_tests() 588 BUILD_BUG_ON(offsetof(siginfo_t, si_errno) != 4); in siginfo_build_tests() 589 BUILD_BUG_ON(offsetof(siginfo_t, si_code) != 8); in siginfo_build_tests() 592 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests() 593 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10); in siginfo_build_tests() 601 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests() 602 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10); in siginfo_build_tests() 603 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14); in siginfo_build_tests() 613 BUILD_BUG_ON(offsetof(siginfo_t, si_addr) != 0x0c); in siginfo_build_tests() [all …]
|
/linux-6.3-rc2/net/batman-adv/ |
A D | main.c | 513 BUILD_BUG_ON(sizeof(struct batadv_bla_claim_dst) != 6); in batadv_recv_handler_init() 514 BUILD_BUG_ON(sizeof(struct batadv_ogm_packet) != 24); in batadv_recv_handler_init() 515 BUILD_BUG_ON(sizeof(struct batadv_icmp_header) != 20); in batadv_recv_handler_init() 516 BUILD_BUG_ON(sizeof(struct batadv_icmp_packet) != 20); in batadv_recv_handler_init() 518 BUILD_BUG_ON(sizeof(struct batadv_unicast_packet) != 10); in batadv_recv_handler_init() 520 BUILD_BUG_ON(sizeof(struct batadv_frag_packet) != 20); in batadv_recv_handler_init() 521 BUILD_BUG_ON(sizeof(struct batadv_bcast_packet) != 14); in batadv_recv_handler_init() 522 BUILD_BUG_ON(sizeof(struct batadv_coded_packet) != 46); in batadv_recv_handler_init() 524 BUILD_BUG_ON(sizeof(struct batadv_tvlv_hdr) != 4); in batadv_recv_handler_init() 528 BUILD_BUG_ON(sizeof(struct batadv_tvlv_roam_adv) != 8); in batadv_recv_handler_init() [all …]
|
/linux-6.3-rc2/drivers/media/platform/verisilicon/ |
A D | hantro_jpeg.c | 295 BUILD_BUG_ON(ARRAY_SIZE(zigzag) != JPEG_QUANT_SIZE); in jpeg_scale_quant_table() 296 BUILD_BUG_ON(ARRAY_SIZE(hw_reorder) != JPEG_QUANT_SIZE); in jpeg_scale_quant_table() 317 BUILD_BUG_ON(ARRAY_SIZE(luma_q_table) != JPEG_QUANT_SIZE); in jpeg_set_quality() 318 BUILD_BUG_ON(ARRAY_SIZE(chroma_q_table) != JPEG_QUANT_SIZE); in jpeg_set_quality() 319 BUILD_BUG_ON(ARRAY_SIZE(ctx->hw_luma_qtable) != JPEG_QUANT_SIZE); in jpeg_set_quality() 320 BUILD_BUG_ON(ARRAY_SIZE(ctx->hw_chroma_qtable) != JPEG_QUANT_SIZE); in jpeg_set_quality()
|
/linux-6.3-rc2/drivers/scsi/smartpqi/ |
A D | smartpqi_init.c | 10105 BUILD_BUG_ON(offsetof(struct pqi_iu_header, in pqi_verify_structures() 10107 BUILD_BUG_ON(offsetof(struct pqi_iu_header, in pqi_verify_structures() 10109 BUILD_BUG_ON(offsetof(struct pqi_iu_header, in pqi_verify_structures() 10111 BUILD_BUG_ON(offsetof(struct pqi_iu_header, in pqi_verify_structures() 10347 BUILD_BUG_ON(offsetof(struct pqi_io_response, in pqi_verify_structures() 10349 BUILD_BUG_ON(offsetof(struct pqi_io_response, in pqi_verify_structures() 10351 BUILD_BUG_ON(offsetof(struct pqi_io_response, in pqi_verify_structures() 10424 BUILD_BUG_ON(PQI_NUM_SUPPORTED_EVENTS != in pqi_verify_structures() 10569 BUILD_BUG_ON(PQI_ADMIN_IQ_ELEMENT_LENGTH % in pqi_verify_structures() 10571 BUILD_BUG_ON(PQI_ADMIN_OQ_ELEMENT_LENGTH % in pqi_verify_structures() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/ |
A D | bgmac-bcma-mdio.c | 43 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-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_so.c | 503 BUILD_BUG_ON(vmw_view_max != 4); in vmw_view_dirtying() 545 BUILD_BUG_ON(SVGA_3D_CMD_DX_DEFINE_RENDERTARGET_VIEW != in vmw_so_build_asserts() 547 BUILD_BUG_ON(SVGA_3D_CMD_DX_DESTROY_RENDERTARGET_VIEW != in vmw_so_build_asserts() 549 BUILD_BUG_ON(SVGA_3D_CMD_DX_DEFINE_DEPTHSTENCIL_VIEW != in vmw_so_build_asserts() 551 BUILD_BUG_ON(SVGA_3D_CMD_DX_DESTROY_DEPTHSTENCIL_VIEW != in vmw_so_build_asserts() 558 BUILD_BUG_ON(SVGA_COTABLE_MAX_IDS >= ((1 << 20) - 1)); in vmw_so_build_asserts() 564 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) != 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() 570 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) != in vmw_so_build_asserts() [all …]
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | cpu_entry_area.c | 66 BUILD_BUG_ON(sizeof(struct cpu_entry_area) % PAGE_SIZE != 0); in get_cpu_entry_area() 109 BUILD_BUG_ON(sizeof(struct debug_store) % PAGE_SIZE != 0); in percpu_setup_debug_store() 138 BUILD_BUG_ON(sizeof(exception_stacks) % PAGE_SIZE != 0); in percpu_setup_exception_stacks() 215 BUILD_BUG_ON((offsetof(struct tss_struct, x86_tss) ^ in setup_cpu_entry_area() 217 BUILD_BUG_ON(sizeof(struct tss_struct) % PAGE_SIZE != 0); in setup_cpu_entry_area() 223 BUILD_BUG_ON(offsetof(struct tss_struct, x86_tss) != 0); in setup_cpu_entry_area() 224 BUILD_BUG_ON(sizeof(struct x86_hw_tss) != 0x68); in setup_cpu_entry_area() 244 BUILD_BUG_ON((CPU_ENTRY_AREA_PAGES+1)*PAGE_SIZE != CPU_ENTRY_AREA_MAP_SIZE); in setup_cpu_entry_area_ptes()
|
/linux-6.3-rc2/fs/notify/inotify/ |
A D | inotify_user.c | 701 BUILD_BUG_ON(IN_CLOEXEC != O_CLOEXEC); in do_inotify_init() 702 BUILD_BUG_ON(IN_NONBLOCK != O_NONBLOCK); in do_inotify_init() 846 BUILD_BUG_ON(IN_ACCESS != FS_ACCESS); in inotify_user_setup() 847 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup() 848 BUILD_BUG_ON(IN_ATTRIB != FS_ATTRIB); in inotify_user_setup() 851 BUILD_BUG_ON(IN_OPEN != FS_OPEN); in inotify_user_setup() 853 BUILD_BUG_ON(IN_MOVED_TO != FS_MOVED_TO); in inotify_user_setup() 854 BUILD_BUG_ON(IN_CREATE != FS_CREATE); in inotify_user_setup() 855 BUILD_BUG_ON(IN_DELETE != FS_DELETE); in inotify_user_setup() 858 BUILD_BUG_ON(IN_UNMOUNT != FS_UNMOUNT); in inotify_user_setup() [all …]
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | spec-ctrl.h | 52 BUILD_BUG_ON(TIF_SSBD < SPEC_CTRL_SSBD_SHIFT); in ssbd_tif_to_spec_ctrl() 58 BUILD_BUG_ON(TIF_SPEC_IB < SPEC_CTRL_STIBP_SHIFT); in stibp_tif_to_spec_ctrl() 64 BUILD_BUG_ON(TIF_SSBD < SPEC_CTRL_SSBD_SHIFT); in ssbd_spec_ctrl_to_tif() 70 BUILD_BUG_ON(TIF_SPEC_IB < SPEC_CTRL_STIBP_SHIFT); in stibp_spec_ctrl_to_tif()
|
A D | cmpxchg_64.h | 7 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \ 13 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \ 19 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \
|
/linux-6.3-rc2/fs/notify/fanotify/ |
A D | fanotify.c | 904 BUILD_BUG_ON(FAN_ACCESS != FS_ACCESS); in fanotify_handle_event() 905 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY); in fanotify_handle_event() 906 BUILD_BUG_ON(FAN_ATTRIB != FS_ATTRIB); in fanotify_handle_event() 909 BUILD_BUG_ON(FAN_OPEN != FS_OPEN); in fanotify_handle_event() 910 BUILD_BUG_ON(FAN_MOVED_TO != FS_MOVED_TO); in fanotify_handle_event() 912 BUILD_BUG_ON(FAN_CREATE != FS_CREATE); in fanotify_handle_event() 913 BUILD_BUG_ON(FAN_DELETE != FS_DELETE); in fanotify_handle_event() 915 BUILD_BUG_ON(FAN_MOVE_SELF != FS_MOVE_SELF); in fanotify_handle_event() 920 BUILD_BUG_ON(FAN_ONDIR != FS_ISDIR); in fanotify_handle_event() 923 BUILD_BUG_ON(FAN_FS_ERROR != FS_ERROR); in fanotify_handle_event() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_vma_types.h | 142 BUILD_BUG_ON(sizeof(struct intel_rotation_info) != 2 * sizeof(u32) + 8 * sizeof(u16)); in assert_i915_gem_gtt_types() 143 BUILD_BUG_ON(sizeof(struct intel_partial_info) != sizeof(u64) + sizeof(unsigned int)); in assert_i915_gem_gtt_types() 144 BUILD_BUG_ON(sizeof(struct intel_remapped_info) != 5 * sizeof(u32) + 16 * sizeof(u16)); in assert_i915_gem_gtt_types() 147 BUILD_BUG_ON(offsetof(struct intel_remapped_info, plane[0]) != in assert_i915_gem_gtt_types() 149 BUILD_BUG_ON(offsetofend(struct intel_remapped_info, plane[1]) != in assert_i915_gem_gtt_types()
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | reverse_cpuid.h | 89 BUILD_BUG_ON(x86_leaf == CPUID_LNX_1); in reverse_cpuid_check() 90 BUILD_BUG_ON(x86_leaf == CPUID_LNX_2); in reverse_cpuid_check() 91 BUILD_BUG_ON(x86_leaf == CPUID_LNX_3); in reverse_cpuid_check() 92 BUILD_BUG_ON(x86_leaf == CPUID_LNX_4); in reverse_cpuid_check() 93 BUILD_BUG_ON(x86_leaf >= ARRAY_SIZE(reverse_cpuid)); in reverse_cpuid_check() 94 BUILD_BUG_ON(reverse_cpuid[x86_leaf].function == 0); in reverse_cpuid_check()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_hw.c | 750 BUILD_BUG_ON(sizeof(struct prestera_msg_fdb_req) != 28); in prestera_hw_build_tests() 753 BUILD_BUG_ON(sizeof(struct prestera_msg_stp_req) != 16); in prestera_hw_build_tests() 754 BUILD_BUG_ON(sizeof(struct prestera_msg_rxtx_req) != 8); in prestera_hw_build_tests() 755 BUILD_BUG_ON(sizeof(struct prestera_msg_lag_req) != 16); in prestera_hw_build_tests() 765 BUILD_BUG_ON(sizeof(struct prestera_msg_rif_req) != 36); in prestera_hw_build_tests() 766 BUILD_BUG_ON(sizeof(struct prestera_msg_vr_req) != 8); in prestera_hw_build_tests() 767 BUILD_BUG_ON(sizeof(struct prestera_msg_lpm_req) != 36); in prestera_hw_build_tests() 775 BUILD_BUG_ON(sizeof(struct prestera_msg_nh_req) != 124); in prestera_hw_build_tests() 780 BUILD_BUG_ON(sizeof(struct prestera_msg_iface) != 16); in prestera_hw_build_tests() 781 BUILD_BUG_ON(sizeof(struct prestera_msg_ip_addr) != 20); in prestera_hw_build_tests() [all …]
|
/linux-6.3-rc2/security/landlock/ |
A D | syscalls.c | 52 BUILD_BUG_ON(!dst); in copy_min_struct_from_user() 57 BUILD_BUG_ON(ksize <= 0); in copy_min_struct_from_user() 58 BUILD_BUG_ON(ksize < ksize_min); in copy_min_struct_from_user() 85 BUILD_BUG_ON(sizeof(ruleset_attr) != ruleset_size); in build_check_abi() 86 BUILD_BUG_ON(sizeof(ruleset_attr) != 8); in build_check_abi() 90 BUILD_BUG_ON(sizeof(path_beneath_attr) != path_beneath_size); in build_check_abi() 91 BUILD_BUG_ON(sizeof(path_beneath_attr) != 12); in build_check_abi() 249 BUILD_BUG_ON(!__same_type( in get_path_from_fd()
|
/linux-6.3-rc2/arch/parisc/mm/ |
A D | init.c | 533 BUILD_BUG_ON(sizeof(struct ipc64_perm) != 48); in mem_init() 535 BUILD_BUG_ON(sizeof(struct semid64_ds) != 80); in mem_init() 536 BUILD_BUG_ON(sizeof(struct msqid64_ds) != 104); in mem_init() 537 BUILD_BUG_ON(sizeof(struct shmid64_ds) != 104); in mem_init() 547 BUILD_BUG_ON(PTE_ENTRY_SIZE != sizeof(pte_t)); in mem_init() 548 BUILD_BUG_ON(PMD_ENTRY_SIZE != sizeof(pmd_t)); in mem_init() 549 BUILD_BUG_ON(PGD_ENTRY_SIZE != sizeof(pgd_t)); in mem_init() 553 BUILD_BUG_ON(PT_INITIAL > PTRS_PER_PMD); in mem_init() 555 BUILD_BUG_ON(PT_INITIAL > PTRS_PER_PGD); in mem_init() 560 BUILD_BUG_ON(__PAGE_OFFSET >= 0x80000000); in mem_init() [all …]
|