Searched refs:WARN (Results 1 – 12 of 12) sorted by relevance
| /tools/include/asm/ |
| A D | bug.h | 10 #define WARN(condition, format...) ({ \ macro 41 if (WARN(!__warned, format)) \
|
| /tools/objtool/ |
| A D | orc_gen.c | 30 WARN("malloc failed"); in orc_list_add() 126 WARN("file already has .orc_unwind section, skipping"); in orc_create()
|
| A D | check.c | 726 WARN("file already has .retpoline_sites, skipping"); in create_retpoline_sites_sections() 764 WARN("file already has .return_sites, skipping"); in create_return_sites_sections() 802 WARN("file already has .ibt_endbr_seal, skipping"); in create_ibt_endbr_seal_sections() 3204 WARN("CFI missing"); in propagate_alt_cfi() 3272 WARN("CFI missing"); in insn_cfi_match() 3364 WARN("pv_ops[%d]: %s", idx, target->name); in pv_call_dest() 3573 WARN("%s() falls through to next function %s()", in validate_branch() 3796 WARN("%s%sunexpected end of section %s", in validate_branch() 3908 WARN("Unresolved function after linking!?: %s", in validate_unret() 4601 WARN("objdump string size calculation failed"); in disas_funcs() [all …]
|
| /tools/objtool/include/objtool/ |
| A D | warn.h | 74 #define WARN(format, ...) __WARN(WARN_STR, format, ##__VA_ARGS__) macro 92 WARN(" %s: " format, _str, ##__VA_ARGS__); \
|
| /tools/thermal/lib/ |
| A D | log.h | 21 #define WARN(fmt, ...) logit(LOG_WARNING, fmt, ##__VA_ARGS__) macro
|
| /tools/objtool/arch/x86/ |
| A D | decode.c | 460 WARN("invalid LEA encoding at %s:0x%lx", sec->name, offset); in arch_decode_instruction() 577 WARN("ENQCMD instruction at %s:%lx", sec->name, offset); in arch_decode_instruction() 726 WARN("notrack prefix found at %s:0x%lx", sec->name, offset); in arch_decode_instruction() 732 WARN("notrack prefix found at %s:0x%lx", sec->name, offset); in arch_decode_instruction()
|
| /tools/testing/nvdimm/test/ |
| A D | iomap.c | 235 WARN(!res || resource_size(res) != n, in nfit_test_release_region() 275 WARN(1, "%pr already busy\n", res); in nfit_test_request_region()
|
| /tools/objtool/arch/loongarch/ |
| A D | special.c | 47 WARN("malloc failed"); in get_rodata_table_size_by_table_annotate()
|
| /tools/include/perf/ |
| A D | arm_pmuv3.h | 312 WARN(1, "Invalid PMEV* index\n"); \
|
| /tools/perf/util/ |
| A D | header.c | 312 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_tracing_data() 330 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_build_id() 913 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_auxtrace() 3567 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in do_write_feat()
|
| A D | parse-events.c | 2367 if (WARN(!str || !err, "WARNING: failed to provide error string or struct\n")) in parse_events_error__handle()
|
| /tools/memory-model/Documentation/ |
| A D | access-marking.txt | 83 (including /proc and /sys output), WARN*()/BUG*() checks whose return
|
Completed in 32 milliseconds