Searched refs:UNSUPPORTED (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/objtool/
H A Dweak.c12 #define UNSUPPORTED(name) \ macro
20 UNSUPPORTED("ORC");
25 UNSUPPORTED("ORC");
/linux-master/tools/testing/selftests/timers/
H A Dnanosleep.c48 #define UNSUPPORTED 0xf00f macro
107 return UNSUPPORTED;
111 return UNSUPPORTED;
154 if (ret == UNSUPPORTED) {
H A Dnsleep-lat.c48 #define UNSUPPORTED 0xf00f macro
108 return UNSUPPORTED;
110 return UNSUPPORTED;
169 if (ret == UNSUPPORTED) {
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest20 echo " --fail-unsupported Treat UNSUPPORTED as a failure"
270 UNSUPPORTED=4 # The test failed because of lack of feature.
349 $UNSUPPORTED)
350 prlog " [${color_blue}UNSUPPORTED${color_reset}]"
399 SIG_UNSUPPORTED=$((SIG_BASE + UNSUPPORTED))
404 trap 'SIG_RESULT=$UNSUPPORTED' $SIG_UNSUPPORTED
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c732 #define UNSUPPORTED(_field) ({ \ macro
794 UNSUPPORTED(tcp_flags) ||
804 if (UNSUPPORTED(enc_keyid) ||
808 UNSUPPORTED(ct_mark) ||
809 UNSUPPORTED(recirc_id))
813 #undef UNSUPPORTED macro
/linux-master/drivers/cxl/
H A Dcxlmem.h151 C(UNSUPPORTED, -ENXIO, "cmd is not supported"), \

Completed in 112 milliseconds