/linux/kernel/debug/kdb/ |
H A D | kdb_support.c | 345 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 D | kdb_bt.c | 129 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 D | kdb_io.c | 249 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 D | zfcp_diag.c | 36 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 D | bpf_sk_storage.c | 450 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 D | bpf_sk_storage.h | 35 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 D | sclp_ftp.c | 54 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 D | device_id.c | 37 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 D | cpucfg-emul.c | 34 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 D | idt77105.c | 161 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 D | relocate_kernel.S | 62 je .diag 67 .diag: label 68 diag %r0,%r0,0x308
|
/linux/drivers/soc/fujitsu/ |
H A D | Kconfig | 5 bool "A64FX diag driver" 9 Say Y here if you want to enable diag interrupt on Fujitsu A64FX.
|
H A D | Makefile | 3 obj-$(CONFIG_A64FX_DIAG) += a64fx-diag.o
|
/linux/arch/s390/include/asm/ |
H A D | appldata.h | 23 u16 diag; member 53 parm_list->diag = 0xdc; in appldata_asm()
|
/linux/drivers/pcmcia/ |
H A D | ti113x.h | 885 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 D | ls1021a-moxa-uc-8410a.dts | 109 cpu-diag-red { 115 cpu-diag-green { 121 cpu-diag-yellow {
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm53016-dlink-dwl-8610ap.dts | 30 led-diag { 31 /* Actually "diag" unclear what this means */
|
/linux/net/packet/ |
H A D | Makefile | 8 af_packet_diag-y += diag.o
|
/linux/net/netlink/ |
H A D | Makefile | 9 netlink_diag-y := diag.o
|
/linux/Documentation/virt/kvm/s390/ |
H A D | index.rst | 10 s390-diag
|
/linux/net/unix/ |
H A D | Makefile | 13 unix_diag-y := diag.o
|
/linux/arch/s390/include/asm/trace/ |
H A D | diag.h | 21 #define TRACE_INCLUDE_FILE diag
|
/linux/tools/perf/util/ |
H A D | s390-cpumsf-kernel.h | 42 struct hws_diag_entry diag; /* Diagnostic-sampling data entry */ member
|
/linux/arch/s390/kvm/ |
H A D | Makefile | 11 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 D | Makefile | 7 TEST_PROGS := mptcp_connect.sh pm_netlink.sh mptcp_join.sh diag.sh \
|