Home
last modified time | relevance | path

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

12345678910>>...36

/Linux-v5.4/arch/x86/kernel/
Dsignal_compat.c28 BUILD_BUG_ON(NSIGILL != 11); in signal_compat_build_tests()
29 BUILD_BUG_ON(NSIGFPE != 15); in signal_compat_build_tests()
30 BUILD_BUG_ON(NSIGSEGV != 7); in signal_compat_build_tests()
31 BUILD_BUG_ON(NSIGBUS != 5); in signal_compat_build_tests()
32 BUILD_BUG_ON(NSIGTRAP != 5); in signal_compat_build_tests()
33 BUILD_BUG_ON(NSIGCHLD != 6); in signal_compat_build_tests()
34 BUILD_BUG_ON(NSIGSYS != 1); in signal_compat_build_tests()
37 BUILD_BUG_ON(sizeof(compat_siginfo_t) != 128); in signal_compat_build_tests()
43 BUILD_BUG_ON(offsetof(compat_siginfo_t, _sifields) != 3 * sizeof(int)); in signal_compat_build_tests()
44 #define CHECK_CSI_OFFSET(name) BUILD_BUG_ON(_sifields_offset != offsetof(compat_siginfo_t, _sifie… in signal_compat_build_tests()
[all …]
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
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-v5.4/tools/testing/nvdimm/
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()
14 BUILD_BUG_ON(!IS_MODULE(CONFIG_ND_BLK)); 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-v5.4/include/linux/
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); \
Dbuild_bug.h21 BUILD_BUG_ON(((n) & ((n) - 1)) != 0)
23 BUILD_BUG_ON((n) == 0 || (((n) & ((n) - 1)) != 0))
49 #define BUILD_BUG_ON(condition) \ macro
/Linux-v5.4/fs/notify/fanotify/
Dfanotify.c385 BUILD_BUG_ON(FAN_ACCESS != FS_ACCESS); in fanotify_handle_event()
386 BUILD_BUG_ON(FAN_MODIFY != FS_MODIFY); in fanotify_handle_event()
387 BUILD_BUG_ON(FAN_ATTRIB != FS_ATTRIB); in fanotify_handle_event()
388 BUILD_BUG_ON(FAN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE); in fanotify_handle_event()
389 BUILD_BUG_ON(FAN_CLOSE_WRITE != FS_CLOSE_WRITE); in fanotify_handle_event()
390 BUILD_BUG_ON(FAN_OPEN != FS_OPEN); in fanotify_handle_event()
391 BUILD_BUG_ON(FAN_MOVED_TO != FS_MOVED_TO); in fanotify_handle_event()
392 BUILD_BUG_ON(FAN_MOVED_FROM != FS_MOVED_FROM); in fanotify_handle_event()
393 BUILD_BUG_ON(FAN_CREATE != FS_CREATE); in fanotify_handle_event()
394 BUILD_BUG_ON(FAN_DELETE != FS_DELETE); in fanotify_handle_event()
[all …]
/Linux-v5.4/fs/erofs/
Derofs_fs.h302 BUILD_BUG_ON(sizeof(struct erofs_super_block) != 128); in erofs_check_ondisk_layout_definitions()
303 BUILD_BUG_ON(sizeof(struct erofs_inode_compact) != 32); in erofs_check_ondisk_layout_definitions()
304 BUILD_BUG_ON(sizeof(struct erofs_inode_extended) != 64); in erofs_check_ondisk_layout_definitions()
305 BUILD_BUG_ON(sizeof(struct erofs_xattr_ibody_header) != 12); in erofs_check_ondisk_layout_definitions()
306 BUILD_BUG_ON(sizeof(struct erofs_xattr_entry) != 4); in erofs_check_ondisk_layout_definitions()
307 BUILD_BUG_ON(sizeof(struct z_erofs_map_header) != 8); in erofs_check_ondisk_layout_definitions()
308 BUILD_BUG_ON(sizeof(struct z_erofs_vle_decompressed_index) != 8); in erofs_check_ondisk_layout_definitions()
309 BUILD_BUG_ON(sizeof(struct erofs_dirent) != 12); in erofs_check_ondisk_layout_definitions()
311 BUILD_BUG_ON(BIT(Z_EROFS_VLE_DI_CLUSTER_TYPE_BITS) < in erofs_check_ondisk_layout_definitions()
/Linux-v5.4/drivers/virtio/
Dvirtio_pci_modern.c521 BUILD_BUG_ON(VIRTIO_PCI_CAP_VNDR != in check_offsets()
523 BUILD_BUG_ON(VIRTIO_PCI_CAP_NEXT != in check_offsets()
525 BUILD_BUG_ON(VIRTIO_PCI_CAP_LEN != in check_offsets()
527 BUILD_BUG_ON(VIRTIO_PCI_CAP_CFG_TYPE != in check_offsets()
529 BUILD_BUG_ON(VIRTIO_PCI_CAP_BAR != in check_offsets()
531 BUILD_BUG_ON(VIRTIO_PCI_CAP_OFFSET != in check_offsets()
533 BUILD_BUG_ON(VIRTIO_PCI_CAP_LENGTH != in check_offsets()
535 BUILD_BUG_ON(VIRTIO_PCI_NOTIFY_CAP_MULT != in check_offsets()
538 BUILD_BUG_ON(VIRTIO_PCI_COMMON_DFSELECT != in check_offsets()
541 BUILD_BUG_ON(VIRTIO_PCI_COMMON_DF != in check_offsets()
[all …]
/Linux-v5.4/drivers/net/ethernet/sfc/
Dmcdi_port.c39 BUILD_BUG_ON(MC_CMD_GET_PHY_CFG_IN_LEN != 0); in efx_mcdi_get_phy_cfg()
40 BUILD_BUG_ON(MC_CMD_GET_PHY_CFG_OUT_NAME_LEN != sizeof(cfg->name)); in efx_mcdi_get_phy_cfg()
80 BUILD_BUG_ON(MC_CMD_SET_LINK_OUT_LEN != 0); in efx_mcdi_set_link()
428 BUILD_BUG_ON(MC_CMD_GET_LINK_IN_LEN != 0); in efx_mcdi_phy_probe()
455 BUILD_BUG_ON(LOOPBACK_NONE != MC_CMD_LOOPBACK_NONE); in efx_mcdi_phy_probe()
456 BUILD_BUG_ON(LOOPBACK_DATA != MC_CMD_LOOPBACK_DATA); in efx_mcdi_phy_probe()
457 BUILD_BUG_ON(LOOPBACK_GMAC != MC_CMD_LOOPBACK_GMAC); in efx_mcdi_phy_probe()
458 BUILD_BUG_ON(LOOPBACK_XGMII != MC_CMD_LOOPBACK_XGMII); in efx_mcdi_phy_probe()
459 BUILD_BUG_ON(LOOPBACK_XGXS != MC_CMD_LOOPBACK_XGXS); in efx_mcdi_phy_probe()
460 BUILD_BUG_ON(LOOPBACK_XAUI != MC_CMD_LOOPBACK_XAUI); in efx_mcdi_phy_probe()
[all …]
/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi_init.c8471 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in verify_structures()
8473 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in verify_structures()
8475 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in verify_structures()
8477 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in verify_structures()
8479 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in verify_structures()
8481 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in verify_structures()
8483 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in verify_structures()
8485 BUILD_BUG_ON(offsetof(struct pqi_ctrl_registers, in verify_structures()
8488 BUILD_BUG_ON(offsetof(struct pqi_iu_header, in verify_structures()
8490 BUILD_BUG_ON(offsetof(struct pqi_iu_header, in verify_structures()
[all …]
/Linux-v5.4/net/batman-adv/
Dmain.c534 BUILD_BUG_ON(sizeof(struct batadv_bla_claim_dst) != 6); in batadv_recv_handler_init()
535 BUILD_BUG_ON(sizeof(struct batadv_ogm_packet) != 24); in batadv_recv_handler_init()
536 BUILD_BUG_ON(sizeof(struct batadv_icmp_header) != 20); in batadv_recv_handler_init()
537 BUILD_BUG_ON(sizeof(struct batadv_icmp_packet) != 20); in batadv_recv_handler_init()
538 BUILD_BUG_ON(sizeof(struct batadv_icmp_packet_rr) != 116); in batadv_recv_handler_init()
539 BUILD_BUG_ON(sizeof(struct batadv_unicast_packet) != 10); in batadv_recv_handler_init()
540 BUILD_BUG_ON(sizeof(struct batadv_unicast_4addr_packet) != 18); in batadv_recv_handler_init()
541 BUILD_BUG_ON(sizeof(struct batadv_frag_packet) != 20); in batadv_recv_handler_init()
542 BUILD_BUG_ON(sizeof(struct batadv_bcast_packet) != 14); in batadv_recv_handler_init()
543 BUILD_BUG_ON(sizeof(struct batadv_coded_packet) != 46); in batadv_recv_handler_init()
[all …]
/Linux-v5.4/fs/notify/inotify/
Dinotify_user.c669 BUILD_BUG_ON(IN_CLOEXEC != O_CLOEXEC); in do_inotify_init()
670 BUILD_BUG_ON(IN_NONBLOCK != O_NONBLOCK); in do_inotify_init()
804 BUILD_BUG_ON(IN_ACCESS != FS_ACCESS); in inotify_user_setup()
805 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup()
806 BUILD_BUG_ON(IN_ATTRIB != FS_ATTRIB); in inotify_user_setup()
807 BUILD_BUG_ON(IN_CLOSE_WRITE != FS_CLOSE_WRITE); in inotify_user_setup()
808 BUILD_BUG_ON(IN_CLOSE_NOWRITE != FS_CLOSE_NOWRITE); in inotify_user_setup()
809 BUILD_BUG_ON(IN_OPEN != FS_OPEN); in inotify_user_setup()
810 BUILD_BUG_ON(IN_MOVED_FROM != FS_MOVED_FROM); in inotify_user_setup()
811 BUILD_BUG_ON(IN_MOVED_TO != FS_MOVED_TO); in inotify_user_setup()
[all …]
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dbgmac-bcma-mdio.c42 BUILD_BUG_ON(BGMAC_PA_DATA_MASK != BCMA_GMAC_CMN_PA_DATA_MASK); in bcma_mdio_phy_read()
43 BUILD_BUG_ON(BGMAC_PA_ADDR_MASK != BCMA_GMAC_CMN_PA_ADDR_MASK); in bcma_mdio_phy_read()
44 BUILD_BUG_ON(BGMAC_PA_ADDR_SHIFT != BCMA_GMAC_CMN_PA_ADDR_SHIFT); in bcma_mdio_phy_read()
45 BUILD_BUG_ON(BGMAC_PA_REG_MASK != BCMA_GMAC_CMN_PA_REG_MASK); in bcma_mdio_phy_read()
46 BUILD_BUG_ON(BGMAC_PA_REG_SHIFT != BCMA_GMAC_CMN_PA_REG_SHIFT); in bcma_mdio_phy_read()
47 BUILD_BUG_ON(BGMAC_PA_WRITE != BCMA_GMAC_CMN_PA_WRITE); in bcma_mdio_phy_read()
48 BUILD_BUG_ON(BGMAC_PA_START != BCMA_GMAC_CMN_PA_START); in bcma_mdio_phy_read()
49 BUILD_BUG_ON(BGMAC_PC_EPA_MASK != BCMA_GMAC_CMN_PC_EPA_MASK); in bcma_mdio_phy_read()
50 BUILD_BUG_ON(BGMAC_PC_MCT_MASK != BCMA_GMAC_CMN_PC_MCT_MASK); in bcma_mdio_phy_read()
51 BUILD_BUG_ON(BGMAC_PC_MCT_SHIFT != BCMA_GMAC_CMN_PC_MCT_SHIFT); in bcma_mdio_phy_read()
[all …]
/Linux-v5.4/drivers/net/wireless/intersil/prism54/
Disl_oid.h94 BUILD_BUG_ON(sizeof (struct obj_ssid) != 34); in __bug_on_wrong_struct_sizes()
95 BUILD_BUG_ON(sizeof (struct obj_key) != 34); in __bug_on_wrong_struct_sizes()
96 BUILD_BUG_ON(sizeof (struct obj_mlme) != 12); in __bug_on_wrong_struct_sizes()
97 BUILD_BUG_ON(sizeof (struct obj_mlmeex) != 14); in __bug_on_wrong_struct_sizes()
98 BUILD_BUG_ON(sizeof (struct obj_buffer) != 8); in __bug_on_wrong_struct_sizes()
99 BUILD_BUG_ON(sizeof (struct obj_bss) != 60); in __bug_on_wrong_struct_sizes()
100 BUILD_BUG_ON(sizeof (struct obj_bsslist) != 4); in __bug_on_wrong_struct_sizes()
101 BUILD_BUG_ON(sizeof (struct obj_frequencies) != 2); in __bug_on_wrong_struct_sizes()
/Linux-v5.4/arch/m68k/kernel/
Dsignal.c585 BUILD_BUG_ON(sizeof(siginfo_t) != 128); in siginfo_build_tests()
588 BUILD_BUG_ON(offsetof(siginfo_t, si_signo) != 0); in siginfo_build_tests()
589 BUILD_BUG_ON(offsetof(siginfo_t, si_errno) != 4); in siginfo_build_tests()
590 BUILD_BUG_ON(offsetof(siginfo_t, si_code) != 8); in siginfo_build_tests()
593 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests()
594 BUILD_BUG_ON(offsetof(siginfo_t, si_uid) != 0x10); in siginfo_build_tests()
597 BUILD_BUG_ON(offsetof(siginfo_t, si_tid) != 0x0c); in siginfo_build_tests()
598 BUILD_BUG_ON(offsetof(siginfo_t, si_overrun) != 0x10); in siginfo_build_tests()
599 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14); in siginfo_build_tests()
602 BUILD_BUG_ON(offsetof(siginfo_t, si_pid) != 0x0c); in siginfo_build_tests()
[all …]
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_so.c515 BUILD_BUG_ON(vmw_view_max != 3); in vmw_view_dirtying()
552 BUILD_BUG_ON(SVGA_3D_CMD_DX_DESTROY_SHADERRESOURCE_VIEW != in vmw_so_build_asserts()
554 BUILD_BUG_ON(SVGA_3D_CMD_DX_DEFINE_RENDERTARGET_VIEW != in vmw_so_build_asserts()
556 BUILD_BUG_ON(SVGA_3D_CMD_DX_DESTROY_RENDERTARGET_VIEW != in vmw_so_build_asserts()
558 BUILD_BUG_ON(SVGA_3D_CMD_DX_DEFINE_DEPTHSTENCIL_VIEW != in vmw_so_build_asserts()
560 BUILD_BUG_ON(SVGA_3D_CMD_DX_DESTROY_DEPTHSTENCIL_VIEW != in vmw_so_build_asserts()
564 BUILD_BUG_ON(sizeof(union vmw_view_destroy) != sizeof(u32)); in vmw_so_build_asserts()
567 BUILD_BUG_ON(SVGA_COTABLE_MAX_IDS >= ((1 << 20) - 1)); in vmw_so_build_asserts()
573 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) != in vmw_so_build_asserts()
575 BUILD_BUG_ON(offsetof(struct vmw_view_define, sid) != in vmw_so_build_asserts()
[all …]
/Linux-v5.4/arch/x86/include/asm/
Dspec-ctrl.h52 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()
/Linux-v5.4/arch/x86/mm/
Dcpu_entry_area.c23 BUILD_BUG_ON(sizeof(struct cpu_entry_area) % PAGE_SIZE != 0); in get_cpu_entry_area()
66 BUILD_BUG_ON(sizeof(struct debug_store) % PAGE_SIZE != 0); in percpu_setup_debug_store()
95 BUILD_BUG_ON(sizeof(exception_stacks) % PAGE_SIZE != 0); in percpu_setup_exception_stacks()
161 BUILD_BUG_ON((offsetof(struct tss_struct, x86_tss) ^ in setup_cpu_entry_area()
163 BUILD_BUG_ON(sizeof(struct tss_struct) % PAGE_SIZE != 0); in setup_cpu_entry_area()
181 BUILD_BUG_ON(CPU_ENTRY_AREA_PAGES * PAGE_SIZE < CPU_ENTRY_AREA_MAP_SIZE); in setup_cpu_entry_area_ptes()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_vma.h265 BUILD_BUG_ON(I915_GGTT_VIEW_NORMAL != 0); in i915_vma_compare()
286 BUILD_BUG_ON(I915_GGTT_VIEW_NORMAL >= I915_GGTT_VIEW_PARTIAL); in i915_vma_compare()
287 BUILD_BUG_ON(I915_GGTT_VIEW_PARTIAL >= I915_GGTT_VIEW_ROTATED); in i915_vma_compare()
288 BUILD_BUG_ON(I915_GGTT_VIEW_ROTATED >= I915_GGTT_VIEW_REMAPPED); in i915_vma_compare()
289 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare()
291 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare()
326 BUILD_BUG_ON(PIN_MBZ != I915_VMA_PIN_OVERFLOW); in i915_vma_pin()
327 BUILD_BUG_ON(PIN_GLOBAL != I915_VMA_GLOBAL_BIND); in i915_vma_pin()
328 BUILD_BUG_ON(PIN_USER != I915_VMA_LOCAL_BIND); in i915_vma_pin()
/Linux-v5.4/arch/powerpc/platforms/ps3/
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-v5.4/net/ipv4/
Draw_diag.c239 BUILD_BUG_ON(sizeof(struct inet_diag_req_v2) != in __check_inet_diag_req_raw()
241 BUILD_BUG_ON(__offset_mismatch(sdiag_family, sdiag_family)); in __check_inet_diag_req_raw()
242 BUILD_BUG_ON(__offset_mismatch(sdiag_protocol, sdiag_protocol)); in __check_inet_diag_req_raw()
243 BUILD_BUG_ON(__offset_mismatch(idiag_ext, idiag_ext)); in __check_inet_diag_req_raw()
244 BUILD_BUG_ON(__offset_mismatch(pad, sdiag_raw_protocol)); in __check_inet_diag_req_raw()
245 BUILD_BUG_ON(__offset_mismatch(idiag_states, idiag_states)); in __check_inet_diag_req_raw()
246 BUILD_BUG_ON(__offset_mismatch(id, id)); in __check_inet_diag_req_raw()
/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c48 BUILD_BUG_ON(GUC_MAX_MMIO_MSG_LEN > SOFT_SCRATCH_COUNT); in intel_guc_init_send_regs()
165 BUILD_BUG_ON(!CRASH_BUFFER_SIZE); in guc_ctl_log_params_flags()
166 BUILD_BUG_ON(!IS_ALIGNED(CRASH_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags()
167 BUILD_BUG_ON(!DPC_BUFFER_SIZE); in guc_ctl_log_params_flags()
168 BUILD_BUG_ON(!IS_ALIGNED(DPC_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags()
169 BUILD_BUG_ON(!ISR_BUFFER_SIZE); in guc_ctl_log_params_flags()
170 BUILD_BUG_ON(!IS_ALIGNED(ISR_BUFFER_SIZE, UNIT)); in guc_ctl_log_params_flags()
172 BUILD_BUG_ON((CRASH_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags()
174 BUILD_BUG_ON((DPC_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags()
176 BUILD_BUG_ON((ISR_BUFFER_SIZE / UNIT - 1) > in guc_ctl_log_params_flags()
[all …]
/Linux-v5.4/drivers/net/ethernet/atheros/alx/
Dethtool.c119 BUILD_BUG_ON(SUPPORTED_10baseT_Half != ADVERTISED_10baseT_Half); in alx_get_supported_speeds()
120 BUILD_BUG_ON(SUPPORTED_10baseT_Full != ADVERTISED_10baseT_Full); in alx_get_supported_speeds()
121 BUILD_BUG_ON(SUPPORTED_100baseT_Half != ADVERTISED_100baseT_Half); in alx_get_supported_speeds()
122 BUILD_BUG_ON(SUPPORTED_100baseT_Full != ADVERTISED_100baseT_Full); in alx_get_supported_speeds()
123 BUILD_BUG_ON(SUPPORTED_1000baseT_Full != ADVERTISED_1000baseT_Full); in alx_get_supported_speeds()
284 BUILD_BUG_ON(sizeof(hw->stats) - offsetof(struct alx_hw_stats, rx_ok) < in alx_get_ethtool_stats()
/Linux-v5.4/arch/powerpc/kernel/
Dptrace.c363 BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) != in gpr_get()
402 BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) != in gpr_set()
461 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_get()
508 BUILD_BUG_ON(offsetof(struct thread_fp_state, fpscr) != in fpr_set()
561 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_get()
611 BUILD_BUG_ON(offsetof(struct thread_vr_state, vscr) != in vr_set()
757 BUILD_BUG_ON(offsetof(struct thread_struct, acc) + sizeof(u64) != in evr_get()
780 BUILD_BUG_ON(offsetof(struct thread_struct, acc) + sizeof(u64) != in evr_set()
862 BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) != in tm_cgpr_get()
927 BUILD_BUG_ON(offsetof(struct pt_regs, orig_gpr3) != in tm_cgpr_set()
[all …]
/Linux-v5.4/arch/parisc/mm/
Dinit.c570 BUILD_BUG_ON(sizeof(struct ipc64_perm) != 48); in mem_init()
572 BUILD_BUG_ON(sizeof(struct semid64_ds) != 80); in mem_init()
573 BUILD_BUG_ON(sizeof(struct msqid64_ds) != 104); in mem_init()
574 BUILD_BUG_ON(sizeof(struct shmid64_ds) != 104); in mem_init()
577 BUILD_BUG_ON(sizeof(struct compat_ipc64_perm) != sizeof(struct ipc64_perm)); in mem_init()
578 BUILD_BUG_ON(sizeof(struct compat_semid64_ds) != 80); in mem_init()
579 BUILD_BUG_ON(sizeof(struct compat_msqid64_ds) != 104); in mem_init()
580 BUILD_BUG_ON(sizeof(struct compat_shmid64_ds) != 104); in mem_init()
584 BUILD_BUG_ON(PTE_ENTRY_SIZE != sizeof(pte_t)); in mem_init()
585 BUILD_BUG_ON(PMD_ENTRY_SIZE != sizeof(pmd_t)); in mem_init()
[all …]

12345678910>>...36