Searched refs:compiletime_assert (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.1/include/asm-generic/ |
| D | rwonce.h | 36 compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \ 77 compiletime_assert(sizeof(x) == sizeof(unsigned long), \
|
| /Linux-v6.1/arch/arm64/include/asm/ |
| D | alternative-macros.h | 229 compiletime_assert(feature < ARM64_NCAPS, 247 compiletime_assert(feature < ARM64_NCAPS, in alternative_has_feature_unlikely()
|
| /Linux-v6.1/tools/include/linux/ |
| D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
| D | compiler.h | 34 #define compiletime_assert(condition, msg) \ macro
|
| /Linux-v6.1/include/linux/ |
| D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
| D | compiler_types.h | 356 #define compiletime_assert(condition, msg) \ macro 360 compiletime_assert(__native_word(t), \
|
| /Linux-v6.1/drivers/input/misc/ |
| D | ariel-pwrbutton.c | 43 compiletime_assert(sizeof(read_request) == sizeof(*response), in ec_input_read()
|
| /Linux-v6.1/drivers/net/ethernet/microchip/sparx5/ |
| D | sparx5_netdev.c | 24 compiletime_assert(width <= 40, \
|
| /Linux-v6.1/drivers/usb/mtu3/ |
| D | mtu3_qmu.c | 629 compiletime_assert(QMU_GPD_SIZE == 16, "QMU_GPD size SHOULD be 16B"); in mtu3_qmu_init()
|
| /Linux-v6.1/kernel/bpf/ |
| D | helpers.c | 283 compiletime_assert(u.val == 0, "__ARCH_SPIN_LOCK_UNLOCKED not 0"); in __bpf_spin_lock()
|
| /Linux-v6.1/drivers/input/keyboard/ |
| D | applespi.c | 1153 compiletime_assert(ARRAY_SIZE(applespi_controlcodes) == in applespi_handle_keyboard_event()
|
| /Linux-v6.1/drivers/usb/gadget/ |
| D | composite.c | 1231 compiletime_assert( in get_string()
|
| /Linux-v6.1/net/ethtool/ |
| D | ioctl.c | 544 compiletime_assert(__ETHTOOL_LINK_MODE_MASK_NU32 <= S8_MAX, in ethtool_get_link_ksettings()
|