/Linux-v6.6/tools/testing/selftests/damon/ |
D | huge_count_read_write.c | 11 #pragma GCC diagnostic push 14 #pragma GCC diagnostic ignored "-Wstringop-overread" 15 #pragma GCC diagnostic ignored "-Wstringop-overflow" 37 #pragma GCC diagnostic pop
|
/Linux-v6.6/tools/testing/memblock/linux/ |
D | printk.h | 14 #pragma GCC diagnostic push 15 #pragma GCC diagnostic ignored "-Wformat" 17 #pragma GCC diagnostic push
|
/Linux-v6.6/Documentation/dev-tools/ |
D | ktap.rst | 17 can have subtests), each of which can contain both diagnostic data -- e.g., log 19 machine-readable, whereas the diagnostic data is unstructured and is there to 73 <result> <number> [<description>][ # [<directive>] [<diagnostic data>]] 86 The directive and any diagnostic data is optional. If either are present, they 91 keyword preceding the diagnostic data. In the event that a parser encounters 107 specific error that is included in the diagnostic data. (note the result of 110 The diagnostic data is a plain-text field which contains any additional details 114 The diagnostic data field is optional, and results which have neither a 115 directive nor any diagnostic data do not need to include the "#" field 134 The test "test" was SKIPPED with the diagnostic message "necessary dependency [all …]
|
/Linux-v6.6/tools/include/linux/ |
D | string.h | 22 #pragma GCC diagnostic push 23 #pragma GCC diagnostic ignored "-Wredundant-decls" 27 #pragma GCC diagnostic pop
|
/Linux-v6.6/include/trace/events/ |
D | qla.h | 12 #pragma GCC diagnostic push 14 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format" 35 #pragma GCC diagnostic pop
|
/Linux-v6.6/tools/testing/selftests/kvm/lib/ |
D | assert.c | 58 #pragma GCC diagnostic push in test_dump_stack() 59 #pragma GCC diagnostic ignored "-Wunused-result" in test_dump_stack() 61 #pragma GCC diagnostic pop in test_dump_stack()
|
/Linux-v6.6/arch/arm/mm/ |
D | proc-v7.S | 351 mrcle p15, 0, r0, c15, c0, 1 @ read diagnostic register 353 mcrle p15, 0, r0, c15, c0, 1 @ write diagnostic register 359 mrceq p15, 0, r0, c15, c0, 1 @ read diagnostic register 362 mcreq p15, 0, r0, c15, c0, 1 @ write diagnostic register 366 mrceq p15, 0, r0, c15, c0, 1 @ read diagnostic register 368 mcreq p15, 0, r0, c15, c0, 1 @ write diagnostic register 373 mrclt p15, 0, r0, c15, c0, 1 @ read diagnostic register 375 mcrlt p15, 0, r0, c15, c0, 1 @ write diagnostic register 391 mrc p15, 0, r10, c15, c0, 1 @ read diagnostic register 393 mcr p15, 0, r10, c15, c0, 1 @ write diagnostic register [all …]
|
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | brcms_trace_brcmsmac_msg.h | 27 #pragma GCC diagnostic push 29 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format" 80 #pragma GCC diagnostic pop
|
/Linux-v6.6/tools/build/feature/ |
D | test-gtk2.c | 2 #pragma GCC diagnostic ignored "-Wstrict-prototypes" 4 #pragma GCC diagnostic error "-Wstrict-prototypes"
|
D | test-gtk2-infobar.c | 2 #pragma GCC diagnostic ignored "-Wstrict-prototypes" 4 #pragma GCC diagnostic error "-Wstrict-prototypes"
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | trace_dbg.h | 25 #pragma GCC diagnostic push 27 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format" 44 #pragma GCC diagnostic pop
|
/Linux-v6.6/drivers/scsi/esas2r/ |
D | esas2r_log.c | 104 #pragma GCC diagnostic push 106 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format" 178 #pragma GCC diagnostic pop
|
/Linux-v6.6/samples/bpf/ |
D | xdp_sample_user.h | 47 #pragma GCC diagnostic push 49 #pragma GCC diagnostic ignored "-Wstringop-truncation" 60 #pragma GCC diagnostic pop
|
/Linux-v6.6/tools/lib/ |
D | string.c | 100 #pragma clang diagnostic push 101 #pragma clang diagnostic ignored "-Wignored-attributes" 115 #pragma clang diagnostic pop
|
/Linux-v6.6/drivers/soc/fujitsu/ |
D | Kconfig | 10 This driver enables BMC's diagnostic requests and enables 12 kernel dumps via diagnostic requests using ipmitool, etc.
|
/Linux-v6.6/tools/perf/ui/gtk/ |
D | gtk.h | 7 #pragma GCC diagnostic ignored "-Wstrict-prototypes" 9 #pragma GCC diagnostic error "-Wstrict-prototypes"
|
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | tracepoint.h | 31 #pragma GCC diagnostic push 33 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format" 131 #pragma GCC diagnostic pop
|
/Linux-v6.6/tools/lib/bpf/ |
D | zip.c | 19 #pragma GCC diagnostic push 20 #pragma GCC diagnostic ignored "-Wpacked" 21 #pragma GCC diagnostic ignored "-Wattributes" 126 #pragma GCC diagnostic pop
|
/Linux-v6.6/net/x25/ |
D | x25_subr.c | 222 *dptr++ = x25->causediag.diagnostic; in x25_write_internal() 339 unsigned char diagnostic) in x25_disconnect() argument 350 x25->causediag.diagnostic = diagnostic; in x25_disconnect()
|
/Linux-v6.6/arch/arm/mach-tegra/ |
D | reset-handler.S | 160 mrc p15, 0, r0, c15, c0, 1 @ read diagnostic register 163 mcr p15, 0, r0, c15, c0, 1 @ write diagnostic register 173 mrc p15, 0, r0, c15, c0, 1 @ read diagnostic register 176 mcr p15, 0, r0, c15, c0, 1 @ write diagnostic register
|
/Linux-v6.6/tools/lib/perf/include/perf/ |
D | event.h | 206 #pragma GCC diagnostic push 207 #pragma GCC diagnostic ignored "-Wpacked" 208 #pragma GCC diagnostic ignored "-Wattributes" 235 #pragma GCC diagnostic pop
|
/Linux-v6.6/net/rose/ |
D | rose_subr.c | 166 *dptr++ = rose->diagnostic; in rose_write_internal() 530 void rose_disconnect(struct sock *sk, int reason, int cause, int diagnostic) in rose_disconnect() argument 545 if (diagnostic != -1) in rose_disconnect() 546 rose->diagnostic = diagnostic; in rose_disconnect()
|
/Linux-v6.6/drivers/acpi/acpica/ |
D | utdebug.c | 40 #pragma GCC diagnostic push in acpi_ut_init_stack_ptr_trace() 42 #pragma GCC diagnostic ignored "-Wdangling-pointer=" in acpi_ut_init_stack_ptr_trace() 45 #pragma GCC diagnostic pop in acpi_ut_init_stack_ptr_trace()
|
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-devtrace.c | 16 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format"
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | neon-intrinsics.h | 37 #pragma clang diagnostic ignored "-Wincompatible-pointer-types"
|