Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbug.h20 #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/
Dneon.h31 BUILD_BUG_ON_MSG(1, "kernel_neon_begin() called from NEON code")
/linux-4.4.14/drivers/clocksource/
Dexynos_mct.c230 BUILD_BUG_ON_MSG(sizeof(cycles_t) != sizeof(u32), in exynos4_read_current_timer()
/linux-4.4.14/drivers/gpu/drm/panel/
Dpanel-samsung-s6e8aa0.c172 BUILD_BUG_ON_MSG(ARRAY_SIZE(d) > 64, "DCS sequence too big for stack");\
/linux-4.4.14/drivers/net/can/c_can/
Dc_can.c823 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/
Di915_reg.h39 BUILD_BUG_ON_MSG(((mask) & 0xffff0000), "Incorrect mask"); \
41 BUILD_BUG_ON_MSG((value) & 0xffff0000, "Incorrect value"); \
43 BUILD_BUG_ON_MSG((value) & ~(mask), \