/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | coredump.c | 156 strscpy(dump->fw_state, "normal", sizeof(dump->fw_state)); in mt7915_coredump_fw_state() 158 strscpy(dump->fw_state, "assert", sizeof(dump->fw_state)); in mt7915_coredump_fw_state() 160 strscpy(dump->fw_state, "exception", sizeof(dump->fw_state)); in mt7915_coredump_fw_state() 177 dump->eint_info_idx = n; in mt7915_coredump_fw_trace() 182 dump->irq_info_idx = n; in mt7915_coredump_fw_trace() 327 dump->len = len; in mt7915_coredump_build() 330 strscpy(dump->magic, "mt76-crash-dump", sizeof(dump->magic)); in mt7915_coredump_build() 331 strscpy(dump->kernel, init_utsname()->release, sizeof(dump->kernel)); in mt7915_coredump_build() 355 return dump; in mt7915_coredump_build() 363 if (!dump) { in mt7915_coredump_submit() [all …]
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | opal-dump.c | 201 vfree(dump->buffer); in dump_release() 202 kfree(dump); in dump_release() 250 dump->buffer = vzalloc(PAGE_ALIGN(dump->size)); in dump_read_data() 258 list = opal_vmalloc_to_sg_list(dump->buffer, dump->size); in dump_read_data() 332 dump = kzalloc(sizeof(*dump), GFP_KERNEL); in create_dump_obj() 333 if (!dump) in create_dump_obj() 347 dump->id = id; in create_dump_obj() 348 dump->size = size; in create_dump_obj() 349 dump->type = type; in create_dump_obj() 373 rc = sysfs_create_bin_file(&dump->kobj, &dump->dump_attr); in create_dump_obj() [all …]
|
/linux-6.3-rc2/drivers/input/joystick/ |
A D | joydump.c | 69 dump = buf; in joydump_connect() 77 dump->data = u; in joydump_connect() 78 dump->time = t; in joydump_connect() 79 dump++; in joydump_connect() 87 if (dump->data ^ u) { in joydump_connect() 88 u = dump->data; in joydump_connect() 89 dump->time = t; in joydump_connect() 91 dump++; in joydump_connect() 103 dump = buf; in joydump_connect() 104 prev = dump; in joydump_connect() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/ |
A D | nfp_net_debugdump.c | 336 if (dump->buf_size - total_tlv_sz < dump->dumped_size) in nfp_add_tlv() 343 dump->p += total_tlv_sz; in nfp_add_tlv() 350 struct nfp_dump_state *dump) in nfp_dump_error_tlv() argument 391 struct nfp_dump_state *dump) in nfp_dump_hwinfo() argument 412 struct nfp_dump_state *dump) in nfp_dump_hwinfo_field() argument 467 dest = dump->p + header_size; in nfp_dump_csr_range() 570 dest = dump->p + header_size; in nfp_dump_indirect_csr_range() 623 dest = dump->p + header_size; in nfp_dump_single_rtsym() 740 struct nfp_dump_state dump; in nfp_net_dump_populate_buffer() local 744 dump.dumped_size = 0; in nfp_net_dump_populate_buffer() [all …]
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-firmware-opal-dump | 1 What: /sys/firmware/opal/dump 12 we will initiate a dump. 21 Do not rely on any particular size of dump 22 type or dump id. 25 Each dump has the following files: 28 id: An ASCII representation of the dump ID 31 dump in the format "0x%x %s" with the ID 32 in hex and a description of the dump type 37 dump: A binary file containing the dump. 41 dump to the service processor. It will [all …]
|
/linux-6.3-rc2/drivers/staging/qlge/ |
A D | qlge_devlink.c | 44 err = qlge_fill_seg_(fmsg, &dump->seg_hdr, dump->seg_regs); \ 58 struct qlge_mpi_coredump *dump; in qlge_reporter_coredump() local 76 dump = kvmalloc(sizeof(*dump), GFP_KERNEL); in qlge_reporter_coredump() 77 if (!dump) in qlge_reporter_coredump() 80 err = qlge_core_dump(qdev, dump); in qlge_reporter_coredump() 82 kvfree(dump); in qlge_reporter_coredump() 118 err = qlge_fill_seg_(fmsg, &dump->misc_nic_seg_hdr, in qlge_reporter_coredump() 119 (u32 *)&dump->misc_nic_info); in qlge_reporter_coredump() 121 kvfree(dump); in qlge_reporter_coredump() 142 kvfree(dump); in qlge_reporter_coredump() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/ |
A D | qed_debug.c | 1099 if (dump) in qed_dump_str() 1135 if (dump) in qed_dump_str_param() 1161 if (dump) in qed_dump_num_param() 1170 if (dump) in qed_dump_num_param() 1365 if (dump) in qed_dump_last_section() 2110 if (dump) in qed_grc_dump_reg_entry_hdr() 2410 if (dump) in qed_grc_dump_reset_regs() 2486 if (dump) in qed_grc_dump_modified_regs() 2520 if (dump) in qed_grc_dump_modified_regs() 2556 dump, in qed_grc_dump_special_regs() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | debug.c | 20 void *dump; in brcmf_debug_create_memdump() local 28 dump = vzalloc(len + ramsize); in brcmf_debug_create_memdump() 29 if (!dump) in brcmf_debug_create_memdump() 33 memcpy(dump, data, len); in brcmf_debug_create_memdump() 34 err = brcmf_bus_get_memdump(bus, dump + len, ramsize); in brcmf_debug_create_memdump() 36 vfree(dump); in brcmf_debug_create_memdump() 40 dev_coredumpv(bus->dev, dump, len + ramsize, GFP_KERNEL); in brcmf_debug_create_memdump()
|
/linux-6.3-rc2/Documentation/admin-guide/kdump/ |
A D | kdump.rst | 57 tool to debug the dump file. This method ensures that the dump pages are 111 kernel core dump. 161 and analyze a dump file. 403 to load dump-capture kernel:: 410 to load dump-capture kernel:: 417 to load dump-capture kernel:: 436 loading dump-capture kernel. 479 dump. Hence generally it is useful either to build a UP dump-capture 531 After the dump-capture kernel is booted, write out the dump file with 554 gdb vmlinux <dump-file> [all …]
|
/linux-6.3-rc2/Documentation/s390/ |
A D | zfcpdump.rst | 2 The s390 SCSI dump tool (zfcpdump) 6 dumps on SCSI disks. The dump process is initiated by booting a dump tool, which 7 has to create a dump of the current (probably crashed) Linux image. In order to 8 not overwrite memory of the crashed Linux with data of the dump tool, the 13 This zfcpdump implementation consists of a Linux dump kernel together with 14 a user space dump tool, which are loaded together into the saved memory region 17 system can then trigger a SCSI dump by booting the SCSI disk, where zfcpdump 20 The user space dump tool accesses the memory of the crashed system by means 22 memory and registers in ELF core dump format. To access the memory which has 27 To build a dump enabled kernel the kernel config option CONFIG_CRASH_DUMP [all …]
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | firmware-assisted-dump.rst | 7 The goal of firmware-assisted dump is to enable the dump of 13 the existing phyp assisted dump. 15 as phyp assisted dump. 16 - Unlike phyp dump, FADump exports the memory dump through /proc/vmcore 35 - Once the dump is copied out, the memory that held the dump 74 (rtas/ibm,kernel-dump on pSeries or ibm,opal/dump/mpipl-boot 81 of the dump memory area. 212 KDump, as dump mechanism. 232 for boot memory dump preservation. 274 crash dump. [all …]
|
/linux-6.3-rc2/Documentation/virt/kvm/s390/ |
A D | s390-pv-dump.rst | 16 confidentiality until the dump is in the hands of the VM owner who 19 The confidentiality of the VM dump is ensured by the Ultravisor who 29 A dump is done in 3 steps: 33 This step initializes the dump process, generates cryptographic seeds 34 and extracts dump keys with which the VM dump data will be encrypted. 42 point, vector, control and tod/timers of a vcpu. The vcpu dump can 45 in the dump data. For the same reason it is very important to not only 54 read from the swap and written to the dump target without need for any 63 decrypt the vcpu and memory data and end the dump process. When this 64 step completes successfully a new dump initiation can be started.
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/ |
A D | dbg.h | 91 (fwrt->dump.conf == FW_DBG_INVALID || in iwl_fw_dbg_trigger_stop_conf_match() 92 (BIT(fwrt->dump.conf) & le32_to_cpu(trig->stop_conf_ids)))); in iwl_fw_dbg_trigger_stop_conf_match() 101 if (fwrt->dump.non_collect_ts_start[id] && in iwl_fw_dbg_no_trig_window() 102 (time_after(fwrt->dump.non_collect_ts_start[id] + wind_jiff, in iwl_fw_dbg_no_trig_window() 106 fwrt->dump.non_collect_ts_start[id] = jiffies; in iwl_fw_dbg_no_trig_window() 190 fwrt->dump.conf = FW_DBG_INVALID; in iwl_fw_dump_conf_clear() 227 flush_delayed_work(&fwrt->dump.wks[i].wk); in iwl_fw_flush_dumps() 314 fwrt->dump.fw_ver.type = lmac->ver_type; in iwl_fwrt_update_fw_versions() 315 fwrt->dump.fw_ver.subtype = lmac->ver_subtype; in iwl_fwrt_update_fw_versions() 321 fwrt->dump.fw_ver.umac_major = le32_to_cpu(umac->umac_major); in iwl_fwrt_update_fw_versions() [all …]
|
A D | dbg.c | 1632 return dump->data; in iwl_dump_ini_mem_fill_header() 1743 return dump->data; in iwl_dump_ini_err_table_fill_header() 1758 return dump->data; in iwl_dump_ini_special_mem_fill_header() 1770 return dump->data; in iwl_dump_ini_imr_fill_header() 2257 dump->ver_type = cpu_to_le32(fwrt->dump.fw_ver.type); in iwl_dump_ini_info() 2258 dump->ver_subtype = cpu_to_le32(fwrt->dump.fw_ver.subtype); in iwl_dump_ini_info() 2288 dump->lmac_major = cpu_to_le32(fwrt->dump.fw_ver.lmac_major); in iwl_dump_ini_info() 2289 dump->lmac_minor = cpu_to_le32(fwrt->dump.fw_ver.lmac_minor); in iwl_dump_ini_info() 2290 dump->umac_major = cpu_to_le32(fwrt->dump.fw_ver.umac_major); in iwl_dump_ini_info() 2291 dump->umac_minor = cpu_to_le32(fwrt->dump.fw_ver.umac_minor); in iwl_dump_ini_info() [all …]
|
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-health.rst | 35 * Object dump procedures 48 * Object dump is being taken and saved at the reporter instance (as long as 49 auto-dump is set and there is no other dump which is already stored) 58 To handle devlink health diagnose and health dump requests, devlink creates a 83 * Object dump 103 - Retrieves the last stored dump. Devlink health 104 saves a single dump. If an dump is not already stored by devlink 105 for this reporter, devlink generates a new dump. 108 - Clears the last saved dump file for the specified reporter. 121 |dump) [all …]
|
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/ |
A D | bpftool-btf.rst | 21 *COMMANDS* := { **dump** | **help** } 48 **bpftool btf dump** *BTF_SRC* 96 **# bpftool btf dump id 1226** 151 **$ bpftool btf dump file prog.o** 198 **# bpftool btf dump map id 123 key** 204 **# bpftool btf dump map id 123 value** 210 **# bpftool btf dump map id 123 kv** 217 **# bpftool btf dump map id 123 all** 229 **# bpftool btf dump map id 123** 233 **# bpftool btf dump prog id 456** [all …]
|
A D | bpftool.rst | 29 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext** | 32 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** | 45 *BTF-COMMANDS* := { **show** | **list** | **dump** | **help** } 49 …*STRUCT-OPS-COMMANDS* := { **show** | **list** | **dump** | **register** | **unregister** | **help…
|
/linux-6.3-rc2/tools/firewire/ |
A D | Makefile | 3 nosy-dump-version = 0.4 7 all : nosy-dump 9 nosy-dump : CFLAGS = -Wall -O2 -g 10 nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
|
/linux-6.3-rc2/drivers/mfd/ |
A D | ipaq-micro.c | 242 u8 dump[256]; in ipaq_micro_eeprom_dump() local 245 ipaq_micro_eeprom_read(micro, 0, 128, dump); in ipaq_micro_eeprom_dump() 246 str = ipaq_micro_str(dump, 10); in ipaq_micro_eeprom_dump() 251 str = ipaq_micro_str(dump+10, 40); in ipaq_micro_eeprom_dump() 258 str = ipaq_micro_str(dump+50, 20); in ipaq_micro_eeprom_dump() 263 str = ipaq_micro_str(dump+70, 10); in ipaq_micro_eeprom_dump() 268 dev_info(micro->dev, "product ID: %u\n", ipaq_micro_to_u16(dump+80)); in ipaq_micro_eeprom_dump() 270 ipaq_micro_to_u16(dump+82)); in ipaq_micro_eeprom_dump() 271 dev_info(micro->dev, "page mode: %u\n", ipaq_micro_to_u16(dump+84)); in ipaq_micro_eeprom_dump() 274 ipaq_micro_to_u16(dump+88) ? "yes" : "no"); in ipaq_micro_eeprom_dump() [all …]
|
A D | pcf50633-core.c | 84 u8 dump[16]; in dump_regs_show() local 96 for (n = 0; n < 256; n += sizeof(dump)) { in dump_regs_show() 97 for (n1 = 0; n1 < sizeof(dump); n1++) in dump_regs_show() 100 dump[n1] = 0x00; in dump_regs_show() 102 dump[n1] = pcf50633_reg_read(pcf, n + n1); in dump_regs_show() 104 buf1 += sprintf(buf1, "%*ph\n", (int)sizeof(dump), dump); in dump_regs_show()
|
/linux-6.3-rc2/Documentation/networking/ |
A D | gen_stats.rst | 43 struct gnet_dump dump; 45 if (gnet_stats_start_copy(skb, TCA_STATS2, &mystruct->lock, &dump, 49 if (gnet_stats_copy_basic(&dump, &mystruct->bstats) < 0 || 50 gnet_stats_copy_queue(&dump, &mystruct->qstats) < 0 || 51 gnet_stats_copy_app(&dump, &xstats, sizeof(xstats)) < 0) 54 if (gnet_stats_finish_copy(&dump) < 0) 69 TCA_XSTATS, &mystruct->lock, &dump, 118 From now on, every time you dump my_rate_est_stats it will contain
|
/linux-6.3-rc2/net/tipc/ |
A D | netlink_compat.c | 1001 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_publ_dump() local 1028 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump() 1192 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_handle() local 1195 memset(&dump, 0, sizeof(dump)); in tipc_nl_compat_handle() 1206 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle() 1223 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle() 1229 dump.dumpit = tipc_nl_node_dump_link; in tipc_nl_compat_handle() 1255 dump.dumpit = tipc_nl_sk_dump; in tipc_nl_compat_handle() 1260 dump.dumpit = tipc_nl_media_dump; in tipc_nl_compat_handle() 1265 dump.dumpit = tipc_nl_node_dump; in tipc_nl_compat_handle() [all …]
|
/linux-6.3-rc2/sound/soc/intel/avs/ |
A D | skl.c | 79 u8 *dump; in skl_coredump() local 81 dump = vzalloc(AVS_FW_REGS_SIZE); in skl_coredump() 82 if (!dump) in skl_coredump() 85 memcpy_fromio(dump, avs_sram_addr(adev, AVS_FW_REGS_WINDOW), AVS_FW_REGS_SIZE); in skl_coredump() 86 dev_coredumpv(adev->dev, dump, AVS_FW_REGS_SIZE, GFP_KERNEL); in skl_coredump()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
A D | mxms.c | 153 u8 *dump = desc; in mxms_foreach() local 158 ptr += sprintf(ptr, "%02x", dump[j]); in mxms_foreach() 159 dump += headerlen; in mxms_foreach() 162 for (i = 0; i < entries; i++, dump += recordlen) { in mxms_foreach() 164 ptr += sprintf(ptr, "%02x", dump[j]); in mxms_foreach()
|
/linux-6.3-rc2/fs/proc/ |
A D | vmcore.c | 244 struct vmcoredd_node *dump; in vmcoredd_copy_dumps() local 267 offset += dump->size; in vmcoredd_copy_dumps() 304 offset += dump->size; in vmcoredd_mmap_dumps() 1488 dump = vzalloc(sizeof(*dump)); in vmcore_add_device_dump() 1489 if (!dump) { in vmcore_add_device_dump() 1514 dump->buf = buf; in vmcore_add_device_dump() 1515 dump->size = data_size; in vmcore_add_device_dump() 1527 vfree(dump); in vmcore_add_device_dump() 1544 list_del(&dump->list); in vmcore_free_device_dumps() 1545 vfree(dump->buf); in vmcore_free_device_dumps() [all …]
|