Home
last modified time | relevance | path

Searched refs:diag (Results 1 – 25 of 59) sorted by relevance

123

/linux/kernel/debug/kdb/
H A Dkdb_support.c345 int diag; in kdb_getphysword() local
354 diag = kdb_getphys(&w1, addr, sizeof(w1)); in kdb_getphysword()
355 if (!diag) in kdb_getphysword()
359 diag = kdb_getphys(&w2, addr, sizeof(w2)); in kdb_getphysword()
360 if (!diag) in kdb_getphysword()
364 diag = kdb_getphys(&w4, addr, sizeof(w4)); in kdb_getphysword()
365 if (!diag) in kdb_getphysword()
370 diag = kdb_getphys(&w8, addr, sizeof(w8)); in kdb_getphysword()
371 if (!diag) in kdb_getphysword()
377 diag in kdb_getphysword()
395 int diag; kdb_getword() local
444 int diag; kdb_putword() local
[all...]
H A Dkdb_bt.c129 int diag; in kdb_bt() local
165 diag = kdbgetularg((char *)argv[1], &pid); in kdb_bt()
166 if (diag) in kdb_bt()
167 return diag; in kdb_bt()
176 diag = kdbgetularg((char *)argv[1], &addr); in kdb_bt()
177 if (diag) in kdb_bt()
178 return diag; in kdb_bt()
185 diag = kdbgetularg((char *)argv[1], &cpu); in kdb_bt()
186 if (diag) in kdb_bt()
187 return diag; in kdb_bt()
[all …]
H A Dkdb_io.c249 int diag, dtab_count; in kdb_read() local
252 diag = kdbgetintenv("DTABCOUNT", &dtab_count); in kdb_read()
253 if (diag) in kdb_read()
617 int diag; in vkdb_printf() local
642 diag = kdbgetintenv("LINES", &linecount); in vkdb_printf()
643 if (diag || linecount <= 1) in vkdb_printf()
646 diag = kdbgetintenv("COLUMNS", &colcount); in vkdb_printf()
647 if (diag || colcount <= 1) in vkdb_printf()
650 diag = kdbgetintenv("LOGGING", &logging); in vkdb_printf()
651 if (diag) in vkdb_printf()
/linux/drivers/s390/scsi/
H A Dzfcp_diag.c36 struct zfcp_diag_adapter *diag; in zfcp_diag_adapter_setup() local
39 diag = kzalloc(sizeof(*diag), GFP_KERNEL); in zfcp_diag_adapter_setup()
40 if (diag == NULL) in zfcp_diag_adapter_setup()
43 diag->max_age = (5 * 1000); /* default value: 5 s */ in zfcp_diag_adapter_setup()
46 hdr = &diag->port_data.header; in zfcp_diag_adapter_setup()
49 hdr->buffer = &diag->port_data.data; in zfcp_diag_adapter_setup()
50 hdr->buffer_size = sizeof(diag->port_data.data); in zfcp_diag_adapter_setup()
52 hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age); in zfcp_diag_adapter_setup()
55 hdr = &diag->config_data.header; in zfcp_diag_adapter_setup()
58 hdr->buffer = &diag->config_data.data; in zfcp_diag_adapter_setup()
[all …]
/linux/net/core/
H A Dbpf_sk_storage.c450 void bpf_sk_storage_diag_free(struct bpf_sk_storage_diag *diag) in bpf_sk_storage_diag_free() argument
454 if (!diag) in bpf_sk_storage_diag_free()
457 for (i = 0; i < diag->nr_maps; i++) in bpf_sk_storage_diag_free()
458 bpf_map_put(diag->maps[i]); in bpf_sk_storage_diag_free()
460 kfree(diag); in bpf_sk_storage_diag_free()
464 static bool diag_check_dup(const struct bpf_sk_storage_diag *diag, in diag_check_dup() argument
469 for (i = 0; i < diag->nr_maps; i++) { in diag_check_dup()
470 if (diag->maps[i] == map) in diag_check_dup()
480 struct bpf_sk_storage_diag *diag; in bpf_sk_storage_diag_alloc() local
498 diag = kzalloc(struct_size(diag, maps, nr_maps), GFP_KERNEL); in bpf_sk_storage_diag_alloc()
[all …]
/linux/include/net/
H A Dbpf_sk_storage.h35 void bpf_sk_storage_diag_free(struct bpf_sk_storage_diag *diag);
36 int bpf_sk_storage_diag_put(struct bpf_sk_storage_diag *diag,
51 static inline void bpf_sk_storage_diag_free(struct bpf_sk_storage_diag *diag) in bpf_sk_storage_diag_free() argument
54 static inline int bpf_sk_storage_diag_put(struct bpf_sk_storage_diag *diag, in bpf_sk_storage_diag_put() argument
/linux/drivers/s390/char/
H A Dsclp_ftp.c54 struct sclp_diag_evbuf *diag = (struct sclp_diag_evbuf *) evbuf; in sclp_ftp_rxcb() local
60 diag->route != SCLP_DIAG_FTP_ROUTE || in sclp_ftp_rxcb()
61 diag->mdd.ftp.pcx != SCLP_DIAG_FTP_XPCX || in sclp_ftp_rxcb()
75 sclp_ftp_ldflg = diag->mdd.ftp.ldflg; in sclp_ftp_rxcb()
76 sclp_ftp_fsize = diag->mdd.ftp.fsize; in sclp_ftp_rxcb()
77 sclp_ftp_length = diag->mdd.ftp.length; in sclp_ftp_rxcb()
/linux/drivers/s390/cio/
H A Ddevice_id.c37 static int diag210_to_senseid(struct senseid *senseid, struct diag210 *diag) in diag210_to_senseid() argument
75 if (diag->vrdcvcla == 0x02 && diag->vrdcvtyp == 0x20) { in diag210_to_senseid()
82 if (diag->vrdcvcla == vm_devices[i].class && in diag210_to_senseid()
83 diag->vrdcvtyp == vm_devices[i].type) { in diag210_to_senseid()
/linux/arch/mips/loongson64/
H A Dcpucfg-emul.c34 u32 diag = read_c0_diag(); in cpu_has_uca() local
37 if (diag & LOONGSON_DIAG_UCAC) in cpu_has_uca()
42 new_diag = diag | LOONGSON_DIAG_UCAC; in cpu_has_uca()
45 write_c0_diag(diag); in cpu_has_uca()
/linux/drivers/atm/
H A Didt77105.c161 int diag; in set_loopback() local
163 diag = GET(DIAG) & ~IDT77105_DIAG_LCMASK; in set_loopback()
168 diag |= IDT77105_DIAG_LC_PHY_LOOPBACK; in set_loopback()
171 diag |= IDT77105_DIAG_LC_LINE_LOOPBACK; in set_loopback()
176 PUT(diag,DIAG); in set_loopback()
/linux/arch/s390/kernel/
H A Drelocate_kernel.S62 je .diag
67 .diag: label
68 diag %r0,%r0,0x308
/linux/drivers/soc/fujitsu/
H A DKconfig5 bool "A64FX diag driver"
9 Say Y here if you want to enable diag interrupt on Fujitsu A64FX.
H A DMakefile3 obj-$(CONFIG_A64FX_DIAG) += a64fx-diag.o
/linux/arch/s390/include/asm/
H A Dappldata.h23 u16 diag; member
53 parm_list->diag = 0xdc; in appldata_asm()
/linux/drivers/pcmcia/
H A Dti113x.h885 u8 old, diag; in ti1250_override() local
888 diag = old & ~(TI1250_DIAG_PCI_CSC | TI1250_DIAG_PCI_IREQ); in ti1250_override()
890 diag |= TI1250_DIAG_PCI_CSC | TI1250_DIAG_PCI_IREQ; in ti1250_override()
892 if (diag != old) { in ti1250_override()
895 old, diag); in ti1250_override()
896 config_writeb(socket, TI1250_DIAGNOSTIC, diag); in ti1250_override()
/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-moxa-uc-8410a.dts109 cpu-diag-red {
115 cpu-diag-green {
121 cpu-diag-yellow {
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm53016-dlink-dwl-8610ap.dts30 led-diag {
31 /* Actually "diag" unclear what this means */
/linux/net/packet/
H A DMakefile8 af_packet_diag-y += diag.o
/linux/net/netlink/
H A DMakefile9 netlink_diag-y := diag.o
/linux/Documentation/virt/kvm/s390/
H A Dindex.rst10 s390-diag
/linux/net/unix/
H A DMakefile13 unix_diag-y := diag.o
/linux/arch/s390/include/asm/trace/
H A Ddiag.h21 #define TRACE_INCLUDE_FILE diag
/linux/tools/perf/util/
H A Ds390-cpumsf-kernel.h42 struct hws_diag_entry diag; /* Diagnostic-sampling data entry */ member
/linux/arch/s390/kvm/
H A DMakefile11 kvm-y += diag.o gaccess.o guestdbg.o vsie.o pv.o gmap.o gmap-vsie.o
/linux/tools/testing/selftests/net/mptcp/
H A DMakefile7 TEST_PROGS := mptcp_connect.sh pm_netlink.sh mptcp_join.sh diag.sh \

123