Home
last modified time | relevance | path

Searched full:diagnostic (Results 1 – 25 of 722) sorted by relevance

12345678910>>...29

/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
Dnmsis_gcc.h46 #pragma GCC diagnostic push
47 #pragma GCC diagnostic ignored "-Wsign-conversion"
48 #pragma GCC diagnostic ignored "-Wconversion"
49 #pragma GCC diagnostic ignored "-Wunused-parameter"
113 #pragma GCC diagnostic push
114 #pragma GCC diagnostic ignored "-Wpacked"
115 #pragma GCC diagnostic ignored "-Wattributes"
120 #pragma GCC diagnostic pop
126 #pragma GCC diagnostic push
127 #pragma GCC diagnostic ignored "-Wpacked"
[all …]
/kernel/linux/linux-6.6/Documentation/dev-tools/
Dktap.rst17 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
26 - Diagnostic lines
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
[all …]
/kernel/linux/linux-6.6/drivers/s390/char/
Dsclp_diag.h12 /* return codes for Diagnostic Test FTP Service, as indicated in member
25 * length of Diagnostic Test FTP Service event buffer
32 * struct sclp_diag_ftp - Diagnostic Test FTP Service model-dependent data
65 * struct sclp_diag_evbuf - Diagnostic Test (ET7) Event Buffer
67 * @route: diagnostic route
80 * struct sclp_diag_sccb - Diagnostic Test (ET7) SCCB
Dsclp_ftp.c3 * SCLP Event Type (ET) 7 - Diagnostic Test FTP Services, useable on LPAR
33 * sclp_ftp_txcb() - Diagnostic Test FTP services SCLP command callback
49 * sclp_ftp_rxcb() - Diagnostic Test FTP services receiver event callback
50 * @evbuf: pointer to Diagnostic Test (ET7) event buffer
57 * Check for Diagnostic Test FTP Service in sclp_ftp_rxcb()
83 * sclp_ftp_et7() - start a Diagnostic Test FTP Service SCLP request
/kernel/linux/linux-5.10/drivers/s390/char/
Dsclp_diag.h12 /* return codes for Diagnostic Test FTP Service, as indicated in member
25 * length of Diagnostic Test FTP Service event buffer
32 * struct sclp_diag_ftp - Diagnostic Test FTP Service model-dependent data
65 * struct sclp_diag_evbuf - Diagnostic Test (ET7) Event Buffer
67 * @route: diagnostic route
80 * struct sclp_diag_sccb - Diagnostic Test (ET7) SCCB
/kernel/linux/linux-5.10/arch/arm/mm/
Dproc-v7.S195 mrc p15, 0, r4, c15, c0, 1 @ Diagnostic register
204 mrc p15, 0, r10, c15, c0, 1 @ Read Diagnostic register
338 mrcle p15, 0, r0, c15, c0, 1 @ read diagnostic register
340 mcrle p15, 0, r0, c15, c0, 1 @ write diagnostic register
346 mrceq p15, 0, r0, c15, c0, 1 @ read diagnostic register
349 mcreq p15, 0, r0, c15, c0, 1 @ write diagnostic register
353 mrceq p15, 0, r0, c15, c0, 1 @ read diagnostic register
355 mcreq p15, 0, r0, c15, c0, 1 @ write diagnostic register
360 mrclt p15, 0, r0, c15, c0, 1 @ read diagnostic register
362 mcrlt p15, 0, r0, c15, c0, 1 @ write diagnostic register
[all …]
/kernel/linux/linux-6.6/arch/arm/mm/
Dproc-v7.S197 mrc p15, 0, r4, c15, c0, 1 @ Diagnostic register
206 mrc p15, 0, r10, c15, c0, 1 @ Read Diagnostic register
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
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/damon/
Dhuge_count_read_write.c11 #pragma GCC diagnostic push
14 #pragma GCC diagnostic ignored "-Wstringop-overread"
15 #pragma GCC diagnostic ignored "-Wstringop-overflow"
37 #pragma GCC diagnostic pop
/kernel/linux/linux-6.6/tools/include/linux/
Dstring.h20 // pragma diagnostic was introduced in gcc 4.6
22 #pragma GCC diagnostic push
23 #pragma GCC diagnostic ignored "-Wredundant-decls"
27 #pragma GCC diagnostic pop
/kernel/linux/linux-5.10/tools/include/linux/
Dstring.h20 // pragma diagnostic was introduced in gcc 4.6
22 #pragma GCC diagnostic push
23 #pragma GCC diagnostic ignored "-Wredundant-decls"
27 #pragma GCC diagnostic pop
/kernel/linux/linux-6.6/drivers/acpi/arm64/
DKconfig13 bool "Arm Generic Diagnostic Dump and Reset Device Interface"
16 Arm Generic Diagnostic Dump and Reset Device Interface (AGDI) is
17 a standard that enables issuing a non-maskable diagnostic dump and
/kernel/linux/linux-6.6/tools/testing/memblock/linux/
Dprintk.h14 #pragma GCC diagnostic push
15 #pragma GCC diagnostic ignored "-Wformat"
17 #pragma GCC diagnostic push
/kernel/linux/linux-5.10/include/trace/events/
Dqla.h12 #pragma GCC diagnostic push
14 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format"
35 #pragma GCC diagnostic pop
/kernel/linux/linux-6.6/include/trace/events/
Dqla.h12 #pragma GCC diagnostic push
14 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format"
35 #pragma GCC diagnostic pop
/kernel/linux/linux-6.6/tools/lib/bpf/
Dbpf_helpers.h37 _Pragma("GCC diagnostic push") \
38 _Pragma("GCC diagnostic ignored \"-Wignored-attributes\"") \
40 _Pragma("GCC diagnostic pop") \
229 _Pragma("GCC diagnostic push") \
230 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \
232 _Pragma("GCC diagnostic pop") \
247 _Pragma("GCC diagnostic push") \
248 _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \
250 _Pragma("GCC diagnostic pop") \
278 _Pragma("GCC diagnostic push") \
[all …]
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/mpi/
Dmpi2_tool.h7 * Title: MPI diagnostic tool structures and definitions
18 * 12-18-07 02.00.01 Added Diagnostic Buffer Post and Diagnostic Release
21 * 05-06-09 02.00.03 Added ISTWI Read Write Tool and Diagnostic CLI Tool.
26 * 05-12-10 02.00.05 Added Diagnostic Data Upload tool.
27 * 08-11-10 02.00.06 Added defines that were missing for Diagnostic Buffer
32 * 07-10-12 02.00.09 Add MPI v2.5 Toolbox Diagnostic CLI Tool Request
149 * Toolbox Diagnostic Data Upload request
291 * Toolbox Diagnostic CLI Tool
296 /*MPI v2.0 Toolbox Diagnostic CLI Tool request message */
321 /*MPI v2.5 Toolbox Diagnostic CLI Tool request message */
[all …]
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/mpi/
Dmpi2_tool.h7 * Title: MPI diagnostic tool structures and definitions
18 * 12-18-07 02.00.01 Added Diagnostic Buffer Post and Diagnostic Release
21 * 05-06-09 02.00.03 Added ISTWI Read Write Tool and Diagnostic CLI Tool.
26 * 05-12-10 02.00.05 Added Diagnostic Data Upload tool.
27 * 08-11-10 02.00.06 Added defines that were missing for Diagnostic Buffer
32 * 07-10-12 02.00.09 Add MPI v2.5 Toolbox Diagnostic CLI Tool Request
149 * Toolbox Diagnostic Data Upload request
291 * Toolbox Diagnostic CLI Tool
296 /*MPI v2.0 Toolbox Diagnostic CLI Tool request message */
321 /*MPI v2.5 Toolbox Diagnostic CLI Tool request message */
[all …]
/kernel/linux/linux-5.10/drivers/mtd/devices/
Dms02-nv.h22 * 0x000000 - 0x0003ff diagnostic area, destroyed upon a reboot
35 * The diagnostic area defines two status words to be read by an
68 #define MS02NV_DIAG 0x0003f8 /* diagnostic status */
73 /* MS02-NV diagnostic status bits. */
/kernel/linux/linux-6.6/drivers/mtd/devices/
Dms02-nv.h22 * 0x000000 - 0x0003ff diagnostic area, destroyed upon a reboot
35 * The diagnostic area defines two status words to be read by an
68 #define MS02NV_DIAG 0x0003f8 /* diagnostic status */
73 /* MS02-NV diagnostic status bits. */
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dbrcms_trace_brcmsmac_msg.h27 #pragma GCC diagnostic push
29 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format"
80 #pragma GCC diagnostic pop
/kernel/linux/linux-6.6/fs/freevxfs/
Dvxfs_fshead.c22 #ifdef DIAGNOSTIC
103 #ifdef DIAGNOSTIC in vxfs_read_fshead()
114 #ifdef DIAGNOSTIC in vxfs_read_fshead()
124 #ifdef DIAGNOSTIC in vxfs_read_fshead()
/kernel/linux/linux-5.10/tools/build/feature/
Dtest-gtk2.c2 #pragma GCC diagnostic ignored "-Wstrict-prototypes"
4 #pragma GCC diagnostic error "-Wstrict-prototypes"
/kernel/linux/linux-6.6/tools/build/feature/
Dtest-gtk2.c2 #pragma GCC diagnostic ignored "-Wstrict-prototypes"
4 #pragma GCC diagnostic error "-Wstrict-prototypes"
/kernel/linux/linux-6.6/tools/perf/util/
Ds390-cpumcf-kernel.h3 * Support for s390 CPU measurement counter set diagnostic facility
12 #define S390_CPUMCF_DIAG_DEF 0xfeef /* Counter diagnostic entry ID */
62 #define CPUMF_CTR_SET_MT_DIAG 4 /* MT-diagnostic Counter Set */
/kernel/linux/linux-5.10/tools/perf/util/
Ds390-cpumcf-kernel.h3 * Support for s390 CPU measurement counter set diagnostic facility
12 #define S390_CPUMCF_DIAG_DEF 0xfeef /* Counter diagnostic entry ID */
62 #define CPUMF_CTR_SET_MT_DIAG 4 /* MT-diagnostic Counter Set */

12345678910>>...29