Searched refs:BUILD_BUG_ON_MSG (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | bug.h | 20 #define BUILD_BUG_ON_MSG(cond, msg) (0) macro 50 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) macro 74 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) 84 #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed")
|
/linux-4.4.14/arch/arm/include/asm/ |
D | neon.h | 31 BUILD_BUG_ON_MSG(1, "kernel_neon_begin() called from NEON code")
|
/linux-4.4.14/drivers/clocksource/ |
D | exynos_mct.c | 230 BUILD_BUG_ON_MSG(sizeof(cycles_t) != sizeof(u32), in exynos4_read_current_timer()
|
/linux-4.4.14/drivers/gpu/drm/panel/ |
D | panel-samsung-s6e8aa0.c | 172 BUILD_BUG_ON_MSG(ARRAY_SIZE(d) > 64, "DCS sequence too big for stack");\
|
/linux-4.4.14/drivers/net/can/c_can/ |
D | c_can.c | 823 BUILD_BUG_ON_MSG(C_CAN_MSG_OBJ_RX_LAST > 16, in c_can_do_rx_poll()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_reg.h | 39 BUILD_BUG_ON_MSG(((mask) & 0xffff0000), "Incorrect mask"); \ 41 BUILD_BUG_ON_MSG((value) & 0xffff0000, "Incorrect value"); \ 43 BUILD_BUG_ON_MSG((value) & ~(mask), \
|