Searched refs:BUILD_BUG_ON_ZERO (Results 1 - 25 of 54) sorted by relevance

123

/linux-master/tools/include/linux/
H A Dbug.h9 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:-!!(e); })) macro
H A Dbuild_bug.h8 #define BUILD_BUG_ON_ZERO(e) (0) macro
16 #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int:(-!!(e)); }))) macro
H A Dbits.h23 (BUILD_BUG_ON_ZERO(__builtin_choose_expr( \
27 * BUILD_BUG_ON_ZERO is not available in h files included from asm files,
H A Dcompiler-gcc.h26 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0]))
/linux-master/drivers/gpu/drm/i915/
H A Di915_reg_defs.h22 BUILD_BUG_ON_ZERO(__is_constexpr(__n) && \
35 BUILD_BUG_ON_ZERO(__is_constexpr(__n) && \
49 BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \
64 BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \
79 BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \
100 BUILD_BUG_ON_ZERO(!__is_constexpr(__mask)) + \
101 BUILD_BUG_ON_ZERO((__mask) == 0 || (__mask) > U32_MAX) + \
102 BUILD_BUG_ON_ZERO(!IS_POWER_OF_2((__mask) + (1ULL << __bf_shf(__mask)))) + \
103 BUILD_BUG_ON_ZERO(__builtin_choose_expr(__is_constexpr(__val), (~((__mask) >> __bf_shf(__mask)) & (__val)), 0))))
117 BUILD_BUG_ON_ZERO(!__is_constexp
[all...]
/linux-master/include/asm-generic/bitops/
H A Dconst_hweight.h34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w))
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w))
36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w))
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
/linux-master/tools/include/asm-generic/bitops/
H A Dconst_hweight.h34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w))
35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w))
36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w))
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
/linux-master/include/linux/
H A Dbuild_bug.h8 #define BUILD_BUG_ON_ZERO(e) (0) macro
16 #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int:(-!!(e)); }))) macro
H A Dbits.h24 (BUILD_BUG_ON_ZERO(__builtin_choose_expr( \
28 * BUILD_BUG_ON_ZERO is not available in h files included from asm files,
H A Dkernel.h395 (BUILD_BUG_ON_ZERO((perms) < 0) + \
396 BUILD_BUG_ON_ZERO((perms) > 0777) + \
398 BUILD_BUG_ON_ZERO((((perms) >> 6) & 4) < (((perms) >> 3) & 4)) + \
399 BUILD_BUG_ON_ZERO((((perms) >> 3) & 4) < ((perms) & 4)) + \
401 BUILD_BUG_ON_ZERO((((perms) >> 6) & 2) < (((perms) >> 3) & 2)) + \
403 BUILD_BUG_ON_ZERO((perms) & 2) + \
H A Dbitfield.h119 #define __BF_CHECK_POW2(n) BUILD_BUG_ON_ZERO(((n) & ((n) - 1)) != 0)
136 BUILD_BUG_ON_ZERO((_mask) == 0) + \
138 BUILD_BUG_ON_ZERO(~((_mask) >> __bf_shf(_mask)) & (_val)) + \
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt.h21 BUILD_BUG_ON_ZERO((from) < IP_VER(2, 0)) + \
22 BUILD_BUG_ON_ZERO((until) < (from)) + \
35 BUILD_BUG_ON_ZERO((from) < IP_VER(13, 0)) + \
36 BUILD_BUG_ON_ZERO((until) < (from)) + \
57 BUILD_BUG_ON_ZERO((until) <= (from)) + \
75 BUILD_BUG_ON_ZERO((until) <= (from)) + \
/linux-master/drivers/cdx/controller/
H A Dmcdi.h213 ((void)BUILD_BUG_ON_ZERO((_ofst) & ((_align) - 1)), \
219 ((void)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 1), \
222 ((void)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2), \
/linux-master/tools/arch/x86/include/asm/
H A Drequired-features.h102 #define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 21)
H A Ddisabled-features.h152 #define DISABLED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 21)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_hxg_helpers.h22 #define hxg_sizeof(T) (sizeof(T) / sizeof(u32) + BUILD_BUG_ON_ZERO(sizeof(T) % sizeof(u32)))
/linux-master/arch/x86/include/asm/
H A Drequired-features.h103 #define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 22)
H A Ddisabled-features.h159 #define DISABLED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 22)
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h207 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1)))
212 ((void)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 1), \
215 ((u16)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
304 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
308 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 4) + \
316 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 8) + \
H A Dio.h261 BUILD_BUG_ON_ZERO((reg) != 0x830 && (reg) != 0xa10), \
276 BUILD_BUG_ON_ZERO((reg) != 0x180 && \
307 reg + BUILD_BUG_ON_ZERO((reg) != 0x420), \
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.h211 ((_ofst) + BUILD_BUG_ON_ZERO((_ofst) & (_align - 1)))
228 ((void)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 1), \
231 ((void)BUILD_BUG_ON_ZERO(_field ## _LEN != 1), \
244 ((u16)BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
247 ((void)BUILD_BUG_ON_ZERO(_field ## _LEN != 2), \
357 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 2) + \
361 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 4) + \
369 (BUILD_BUG_ON_ZERO(MC_CMD_ ## _field ## _LEN != 8) + \
H A Dio.h195 BUILD_BUG_ON_ZERO((reg) != 0x830 && (reg) != 0xa10), \
210 BUILD_BUG_ON_ZERO((reg) != 0x180 && \
241 reg + BUILD_BUG_ON_ZERO((reg) != 0x420), \
H A Dtc_counters.c401 ((void)BUILD_BUG_ON_ZERO(ERF_SC_PACKETISER_HEADER_##field##_LBN & 7), \
404 ((void)BUILD_BUG_ON_ZERO(ERF_SC_PACKETISER_HEADER_##field##_WIDTH != 8),\
407 ((void)BUILD_BUG_ON_ZERO(ERF_SC_PACKETISER_HEADER_##field##_WIDTH != 16),\
408 (void)BUILD_BUG_ON_ZERO(ERF_SC_PACKETISER_HEADER_##field##_LBN & 15), \
411 ((void)BUILD_BUG_ON_ZERO(ERF_SC_PACKETISER_PAYLOAD_##field##_LBN & 7), \
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dio.h238 BUILD_BUG_ON_ZERO((reg) != 0x830 && (reg) != 0xa10), \
253 BUILD_BUG_ON_ZERO((reg) != 0x400 && \
282 reg + BUILD_BUG_ON_ZERO((reg) != 0x420), \
/linux-master/drivers/clk/samsung/
H A Dclk-pll.h49 BUILD_BUG_ON_ZERO(PLL_RATE(_fin, _m, _p, _s, _k, _ks) != (_fout)))

Completed in 333 milliseconds

123