Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
H A Drwonce.h36 compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
77 compiletime_assert(sizeof(x) == sizeof(unsigned long), \
/kernel/linux/linux-6.6/include/asm-generic/
H A Drwonce.h36 compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
77 compiletime_assert(sizeof(x) == sizeof(unsigned long), \
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dhwcap.h97 compiletime_assert(ext < RISCV_ISA_EXT_MAX, in riscv_has_extension_likely()
120 compiletime_assert(ext < RISCV_ISA_EXT_MAX,
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dalternative-macros.h229 compiletime_assert(cpucap < ARM64_NCAPS, in alternative_has_cap_likely()
247 compiletime_assert(cpucap < ARM64_NCAPS,
/kernel/linux/linux-5.10/tools/include/linux/
H A Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
H A Dcompiler.h28 * compiletime_assert - break build and emit msg if condition is false
36 #define compiletime_assert(condition, msg) \ macro
/kernel/linux/linux-5.10/include/linux/
H A Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
H A Dcompiler_types.h308 * compiletime_assert - break build and emit msg if condition is false
316 #define compiletime_assert(condition, msg) \ macro
320 compiletime_assert(__native_word(t), \
/kernel/linux/linux-6.6/include/linux/
H A Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
H A Dcompiler_types.h423 * compiletime_assert - break build and emit msg if condition is false
431 #define compiletime_assert(condition, msg) \ macro
435 compiletime_assert(__native_word(t), \
/kernel/linux/linux-6.6/tools/include/linux/
H A Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
H A Dcompiler.h26 * compiletime_assert - break build and emit msg if condition is false
34 #define compiletime_assert(condition, msg) \ macro
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dariel-pwrbutton.c43 compiletime_assert(sizeof(read_request) == sizeof(*response), in ec_input_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_netdev.c24 compiletime_assert(width <= 40, \
/kernel/linux/linux-5.10/drivers/staging/wfx/
H A Ddata_tx.c409 compiletime_assert(sizeof(struct wfx_tx_priv) <= driver_data_room, in wfx_tx()
/kernel/linux/linux-5.10/drivers/usb/mtu3/
H A Dmtu3_qmu.c630 compiletime_assert(QMU_GPD_SIZE == 16, "QMU_GPD size SHOULD be 16B"); in mtu3_qmu_init()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dhelpers.c245 compiletime_assert(u.val == 0, "__ARCH_SPIN_LOCK_UNLOCKED not 0"); in __bpf_spin_lock()
/kernel/linux/linux-6.6/drivers/usb/mtu3/
H A Dmtu3_qmu.c672 compiletime_assert(QMU_GPD_SIZE == 16, "QMU_GPD size SHOULD be 16B"); in mtu3_qmu_init()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dapplespi.c1138 compiletime_assert(ARRAY_SIZE(applespi_controlcodes) == in applespi_handle_keyboard_event()
/kernel/linux/linux-5.10/drivers/usb/gadget/
H A Dcomposite.c1186 compiletime_assert( in get_string()
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dcomposite.c1325 compiletime_assert( in get_string()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dhelpers.c289 compiletime_assert(u.val == 0, "__ARCH_SPIN_LOCK_UNLOCKED not 0"); in __bpf_spin_lock()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dapplespi.c1153 compiletime_assert(ARRAY_SIZE(applespi_controlcodes) == in applespi_handle_keyboard_event()
/kernel/linux/linux-5.10/net/ethtool/
H A Dioctl.c535 compiletime_assert(__ETHTOOL_LINK_MODE_MASK_NU32 <= S8_MAX, in ethtool_get_link_ksettings()
/kernel/linux/linux-6.6/net/ethtool/
H A Dioctl.c538 compiletime_assert(__ETHTOOL_LINK_MODE_MASK_NU32 <= S8_MAX, in ethtool_get_link_ksettings()

Completed in 40 milliseconds