Home
last modified time | relevance | path

Searched refs:UNSUPPORTED (Results 1 – 8 of 8) sorted by relevance

/linux/tools/objtool/
H A Dweak.c14 #define UNSUPPORTED(name) \
22 UNSUPPORTED("ORC");
27 UNSUPPORTED("ORC");
32 UNSUPPORTED("klp");
12 #define UNSUPPORTED( global() macro
/linux/tools/testing/selftests/timers/
H A Dnsleep-lat.c35 #define UNSUPPORTED global() macro
H A Dnanosleep.c36 #define UNSUPPORTED global() macro
/linux/tools/testing/selftests/ftrace/
H A Dftracetest299 UNSUPPORTED=4 # The test failed because of lack of feature.
378 $UNSUPPORTED)
428 SIG_UNSUPPORTED=$((SIG_BASE + UNSUPPORTED))
H A DREADME67 * UNSUPPORTED: The test failed because of lack of feature.
/linux/Documentation/driver-api/mmc/
H A Dmmc-test.rst272 - **UNSUPPORTED (by host)**: The test is unsupported by the host.
273 - **UNSUPPORTED (by card)**: The test is unsupported by the card.
/linux/drivers/net/ethernet/sfc/
H A Dmae.c719 #define UNSUPPORTED(_field) ({ \ macro
781 UNSUPPORTED(tcp_flags) || in efx_mae_match_check_caps_lhs()
791 if (UNSUPPORTED(enc_keyid) || in efx_mae_match_check_caps_lhs()
795 UNSUPPORTED(ct_mark) || in efx_mae_match_check_caps_lhs()
796 UNSUPPORTED(recirc_id)) in efx_mae_match_check_caps_lhs()
800 #undef UNSUPPORTED
/linux/drivers/cxl/
H A Dcxlmem.h165 C(UNSUPPORTED, -ENXIO, "cmd is not supported"), \