Searched refs:compiletime_assert (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | rwonce.h | 36 compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \ 77 compiletime_assert(sizeof(x) == sizeof(unsigned long), \
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | hwcap.h | 98 compiletime_assert(ext < RISCV_ISA_EXT_MAX, in riscv_has_extension_likely() 121 compiletime_assert(ext < RISCV_ISA_EXT_MAX, in riscv_has_extension_unlikely()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | alternative-macros.h | 229 compiletime_assert(cpucap < ARM64_NCAPS, 247 compiletime_assert(cpucap < ARM64_NCAPS, in alternative_has_cap_unlikely()
|
/openbmc/u-boot/include/linux/ |
H A D | build_bug.h | 46 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
H A D | compiler.h | 504 #define compiletime_assert(condition, msg) \ macro 508 compiletime_assert(__native_word(t), \
|
/openbmc/linux/include/linux/ |
H A D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
H A D | compiler_types.h | 461 #define compiletime_assert(condition, msg) \ macro 465 compiletime_assert(__native_word(t), \
|
/openbmc/linux/tools/include/linux/ |
H A D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
|
H A D | compiler.h | 34 #define compiletime_assert(condition, msg) \ macro
|
/openbmc/linux/drivers/input/misc/ |
H A D | ariel-pwrbutton.c | 43 compiletime_assert(sizeof(read_request) == sizeof(*response), in ec_input_read()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_netdev.c | 24 compiletime_assert(width <= 40, \
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_qmu.c | 672 compiletime_assert(QMU_GPD_SIZE == 16, "QMU_GPD size SHOULD be 16B"); in mtu3_qmu_init()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | applespi.c | 1153 compiletime_assert(ARRAY_SIZE(applespi_controlcodes) == in applespi_handle_keyboard_event()
|
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 289 compiletime_assert(u.val == 0, "__ARCH_SPIN_LOCK_UNLOCKED not 0"); in __bpf_spin_lock()
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | composite.c | 1326 compiletime_assert( in get_string()
|
/openbmc/linux/net/ethtool/ |
H A D | ioctl.c | 541 compiletime_assert(__ETHTOOL_LINK_MODE_MASK_NU32 <= S8_MAX, in ethtool_get_link_ksettings()
|