Home
last modified time | relevance | path

Searched refs:BUILD_BUG_ON_MSG (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx_ops.h26 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2000, in vmcs_check16()
28 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2001, in vmcs_check16()
30 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x4000, in vmcs_check16()
32 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x6000, in vmcs_check16()
38 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0, in vmcs_check32()
40 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x6000, in vmcs_check32()
46 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0, in vmcs_check64()
48 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2001, in vmcs_check64()
50 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x4000, in vmcs_check64()
52 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x6000, in vmcs_check64()
[all …]
H A Dvmcs12.h216 BUILD_BUG_ON_MSG(offsetof(struct vmcs12, field) != (loc), \
/OK3568_Linux_fs/u-boot/include/linux/
H A Dbuild_bug.h12 #define BUILD_BUG_ON_MSG(cond, msg) (0) macro
46 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro
70 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
80 #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed")
H A Dbitfield.h53 BUILD_BUG_ON_MSG(!__builtin_constant_p(_mask), \
55 BUILD_BUG_ON_MSG(!(_mask), _pfx "mask is zero"); \
56 BUILD_BUG_ON_MSG(__builtin_constant_p(_val) ? \
59 BUILD_BUG_ON_MSG((_mask) > (typeof(_reg))~0ull, \
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro
50 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
59 #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed")
/OK3568_Linux_fs/kernel/include/linux/
H A Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro
50 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
59 #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed")
H A Dbitfield.h62 BUILD_BUG_ON_MSG(!__builtin_constant_p(_mask), \
64 BUILD_BUG_ON_MSG((_mask) == 0, _pfx "mask is zero"); \
65 BUILD_BUG_ON_MSG(__builtin_constant_p(_val) ? \
68 BUILD_BUG_ON_MSG(__bf_cast_unsigned(_mask, _mask) > \
H A Dkernel.h857 BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
872 BUILD_BUG_ON_MSG(!__same_type(*(ptr), ((type *)0)->member) && \
H A Dstring.h141 BUILD_BUG_ON_MSG(!__same_type(*(a), *(b)), \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c20 BUILD_BUG_ON_MSG((offsetof(struct fw_interface_in, ITEM) % \
23 BUILD_BUG_ON_MSG((sizeof(VARIABLE) % sizeof(u32)) != 0,\
32 BUILD_BUG_ON_MSG((offsetof(struct fw_interface_in, ITEM) % \
35 BUILD_BUG_ON_MSG((sizeof(VARIABLE) % sizeof(u32)) != 0,\
48 BUILD_BUG_ON_MSG((offsetof(struct fw_interface_out, ITEM) % \
51 BUILD_BUG_ON_MSG((sizeof(VARIABLE) % sizeof(u32)) != 0,\
53 BUILD_BUG_ON_MSG(sizeof(VARIABLE) > sizeof(u32),\
62 BUILD_BUG_ON_MSG((offsetof(struct fw_interface_out, ITEM) % \
65 BUILD_BUG_ON_MSG((sizeof(((struct fw_interface_out *)0)->ITEM) % \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcmpxchg.h166 BUILD_BUG_ON_MSG(1, "Unsupported size for __xchg"); in __xchg_local()
185 BUILD_BUG_ON_MSG(1, "Unsupported size for __xchg_local"); in __xchg_relaxed()
407 BUILD_BUG_ON_MSG(1, "Unsupported size for __cmpxchg"); in __cmpxchg()
427 BUILD_BUG_ON_MSG(1, "Unsupported size for __cmpxchg_local"); in __cmpxchg_local()
447 BUILD_BUG_ON_MSG(1, "Unsupported size for __cmpxchg_relaxed"); in __cmpxchg_relaxed()
467 BUILD_BUG_ON_MSG(1, "Unsupported size for __cmpxchg_acquire"); in __cmpxchg_acquire()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_ondisk.h10 BUILD_BUG_ON_MSG(sizeof(structname) != (size), "XFS: sizeof(" \
14 BUILD_BUG_ON_MSG(offsetof(structname, member) != (off), \
19 BUILD_BUG_ON_MSG((value) != (expected), \
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dneon.h28 BUILD_BUG_ON_MSG(1, "kernel_neon_begin() called from NEON code")
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_cdc.c84 BUILD_BUG_ON_MSG( in smc_cdc_add_pending_send()
87 BUILD_BUG_ON_MSG( in smc_cdc_add_pending_send()
90 BUILD_BUG_ON_MSG( in smc_cdc_add_pending_send()
H A Dsmc_llc.c365 BUILD_BUG_ON_MSG( in smc_llc_add_pending_send()
368 BUILD_BUG_ON_MSG( in smc_llc_add_pending_send()
371 BUILD_BUG_ON_MSG( in smc_llc_add_pending_send()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Defi.h54 ({ BUILD_BUG_ON_MSG(1, "__efi_nargs limit exceeded"); 8; }))
66 BUILD_BUG_ON_MSG( \
/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Dcapture.c182 BUILD_BUG_ON_MSG(LINE6_ISO_PACKETS != 1, in audio_in_callback()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_utils.h212 BUILD_BUG_ON_MSG(!__same_type(*(ptr), struct_member(type, member)) && \
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpgtable.c197 BUILD_BUG_ON_MSG((PATB_SIZE_SHIFT > 36), "Partition table size too large."); in mmu_partition_table_init()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dexynos_mct.c226 BUILD_BUG_ON_MSG(sizeof(cycles_t) != sizeof(u32), in exynos4_read_current_timer()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e8aa0.c172 BUILD_BUG_ON_MSG(ARRAY_SIZE(d) > 64, "DCS sequence too big for stack");\
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy-core.c16 BUILD_BUG_ON_MSG(__ETHTOOL_LINK_MODE_MASK_NBITS != 92, in phy_speed_to_str()
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dcache.c1270 BUILD_BUG_ON_MSG(L1_CACHE_BYTES > SMP_CACHE_BYTES, in arc_cache_init_master()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-rcar.c962 BUILD_BUG_ON_MSG(RCAR_MIN_DMA_LEN < 3, "Invalid min DMA length"); in rcar_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/crypto/axis/
H A Dartpec6_crypto.c2510 BUILD_BUG_ON_MSG((out_data_buf_size in init_crypto_hw()
2514 BUILD_BUG_ON_MSG((in_data_buf_size in init_crypto_hw()

12