Searched refs:BUILD_BUG_ON (Results 176 - 200 of 1321) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c21 BUILD_BUG_ON(ARRAY_SIZE(fw_mapping) == 0);
/linux-master/arch/powerpc/include/asm/
H A Dicswx.h191 BUILD_BUG_ON(sizeof(*crb) != 128);
H A Dcmpxchg.h736 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \
741 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \
746 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \
751 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \
/linux-master/drivers/dma/idxd/
H A Dperfmon.h113 BUILD_BUG_ON(sizeof(_format) >= PAGE_SIZE); \
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c73 BUILD_BUG_ON(SMP_MSG_NR >= 8);
/linux-master/arch/x86/crypto/
H A Dsm3_avx_glue.c38 BUILD_BUG_ON(offsetof(struct sm3_state, state) != 0);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dsmem.c66 BUILD_BUG_ON(sizeof(fwrt->smem_cfg.internal_txfifo_size) !=
/linux-master/arch/x86/boot/
H A Dmain.c40 BUILD_BUG_ON(sizeof(boot_params) != 4096);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port.c79 BUILD_BUG_ON(MC_CMD_GET_LINK_IN_LEN != 0);
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi_port.c86 BUILD_BUG_ON(MC_CMD_GET_LINK_IN_LEN != 0);
/linux-master/include/net/
H A Dmrp.h45 BUILD_BUG_ON(sizeof(struct mrp_skb_cb) >
/linux-master/lib/
H A Dlockref.c14 BUILD_BUG_ON(sizeof(old) != 8); \
/linux-master/arch/x86/include/asm/
H A Dpgtable-2level.h100 #define MAX_SWAPFILES_CHECK() BUILD_BUG_ON(MAX_SWAPFILES_SHIFT > 5)
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_vf_msg.c62 BUILD_BUG_ON(ADF_PFVF_COMPAT_THIS_VERSION > 255);
/linux-master/fs/crypto/
H A Dhkdf.c156 BUILD_BUG_ON(sizeof(counter) != 1);
/linux-master/arch/x86/kernel/fpu/
H A Dinit.c143 BUILD_BUG_ON(sizeof(TYPE) != \
/linux-master/arch/s390/include/asm/
H A Dcompat.h34 BUILD_BUG_ON(sizeof(t) > 4 && !__TYPE_IS_PTR(t)); \
H A Dsetup.h152 BUILD_BUG_ON(addr > 0xfff);
/linux-master/arch/x86/kernel/
H A Ddoublefault_32.c29 BUILD_BUG_ON(sizeof(struct doublefault_stack) != PAGE_SIZE);
/linux-master/arch/parisc/include/asm/
H A Dcmpxchg.h115 BUILD_BUG_ON(sizeof(*(ptr)) != 8); \
/linux-master/drivers/net/wireguard/
H A Dqueueing.c59 BUILD_BUG_ON(
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_cmdbuf.c47 BUILD_BUG_ON(ETNAVIV_SOFTPIN_START_ADDRESS < SUBALLOC_SIZE);
/linux-master/arch/powerpc/mm/nohash/
H A Dbook3e_pgtable.c82 BUILD_BUG_ON(TASK_SIZE_USER64 > PGTABLE_RANGE);
/linux-master/arch/powerpc/mm/
H A Dinit-common.c81 BUILD_BUG_ON(MAX_PGTABLE_INDEX_SIZE != 15);
131 /* It would be nice if this was a BUILD_BUG_ON(), but at the
/linux-master/net/dsa/
H A Dtag_qca.c46 BUILD_BUG_ON(sizeof(struct qca_mgmt_ethhdr) != QCA_HDR_MGMT_HEADER_LEN + QCA_HDR_LEN);

Completed in 237 milliseconds

1234567891011>>