Searched refs:kdb (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/Documentation/process/debugging/ |
| H A D | kgdb.rst | 92 Kernel config options for kdb 112 option only works with kdb. 137 to interact with the kdb shell. 243 3. kdb with a keyboard:: 383 Using kdb 585 kgdb and kdb interoperability 595 Switching from kgdb to kdb 620 Change from kdb to kgdb 625 or you can connect gdb while the kdb shell prompt is active. The kdb 743 4. kdb frontend [all …]
|
| /linux-6.15/kernel/debug/kdb/ |
| H A D | Makefile | 14 quiet_cmd_gen-kdb = GENKDB $@ 15 …cmd_gen-kdb = $(AWK) 'BEGIN {print "\#include <linux/stddef.h>"; print "\#include <linux/init.h>"}… 24 $(call cmd,gen-kdb)
|
| H A D | kdb_cmds | 1 # Initial commands for kdb, alter to suit your needs. 8 # or archkdbcpu or archkdbshort at the kdb prompt. 10 defcmd dumpcommon "" "Common kdb debugging"
|
| /linux-6.15/lib/ |
| H A D | Kconfig.kgdb | 92 bool "KGDB_KDB: include kdb frontend for kgdb" 98 hex "KDB: Select kdb command functions to be enabled by default" 102 Specifiers which kdb commands are enabled by default. This may 118 issuing 'echo X > /sys/module/kdb/parameters/cmd_enable' or 119 setting with kdb.cmd_enable=X kernel command line option will 135 This integer controls the behaviour of kdb when the kernel gets a 140 you type 'go', you will be warned by kdb. The secend time you type
|
| /linux-6.15/kernel/debug/ |
| H A D | Makefile | 7 obj-$(CONFIG_KGDB_KDB) += kdb/
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ucode.c | 370 le32_to_cpu(psp_hdr_v1_1->kdb.fw_version)); in amdgpu_ucode_print_psp_hdr() 372 le32_to_cpu(psp_hdr_v1_1->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 374 le32_to_cpu(psp_hdr_v1_1->kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr() 380 le32_to_cpu(psp_hdr_v1_2->kdb.fw_version)); in amdgpu_ucode_print_psp_hdr() 382 le32_to_cpu(psp_hdr_v1_2->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 384 le32_to_cpu(psp_hdr_v1_2->kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr() 398 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.fw_version)); in amdgpu_ucode_print_psp_hdr() 400 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr() 402 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr()
|
| H A D | psp_v13_0_4.c | 129 return psp_v13_0_4_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_KEY_DATABASE); in psp_v13_0_4_bootloader_load_kdb() 134 return psp_v13_0_4_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_TOS_SPL_TABLE); in psp_v13_0_4_bootloader_load_spl()
|
| H A D | amdgpu_psp.c | 2345 if ((is_psp_fw_valid(psp->kdb)) && in psp_hw_start() 3398 psp->kdb.fw_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor() 3399 psp->kdb.feature_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor() 3401 psp->kdb.start_addr = ucode_start_addr; in parse_sos_bin_descriptor() 3545 adev->psp.kdb.size_bytes = le32_to_cpu(sos_hdr_v1_1->kdb.size_bytes); in psp_init_sos_microcode() 3547 le32_to_cpu(sos_hdr_v1_1->kdb.offset_bytes); in psp_init_sos_microcode() 3551 adev->psp.kdb.size_bytes = le32_to_cpu(sos_hdr_v1_2->kdb.size_bytes); in psp_init_sos_microcode() 3553 le32_to_cpu(sos_hdr_v1_2->kdb.offset_bytes); in psp_init_sos_microcode() 3560 adev->psp.kdb.size_bytes = le32_to_cpu(sos_hdr_v1_3->v1_1.kdb.size_bytes); in psp_init_sos_microcode() 3561 adev->psp.kdb.start_addr = ucode_array_start_addr + in psp_init_sos_microcode() [all …]
|
| H A D | amdgpu_ucode.h | 90 struct psp_fw_legacy_bin_desc kdb; member 97 struct psp_fw_legacy_bin_desc kdb; member
|
| H A D | psp_v13_0.c | 263 return psp_v13_0_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_KEY_DATABASE); in psp_v13_0_bootloader_load_kdb() 268 return psp_v13_0_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_TOS_SPL_TABLE); in psp_v13_0_bootloader_load_spl()
|
| H A D | psp_v11_0.c | 213 return psp_v11_0_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_KEY_DATABASE); in psp_v11_0_bootloader_load_kdb()
|
| H A D | amdgpu_psp.h | 340 struct psp_bin_desc kdb; member
|
| H A D | psp_v14_0.c | 162 return psp_v14_0_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_KEY_DATABASE); in psp_v14_0_bootloader_load_kdb()
|
| /linux-6.15/kernel/module/ |
| H A D | Makefile | 22 obj-$(CONFIG_KGDB_KDB) += kdb.o
|
| /linux-6.15/samples/ |
| H A D | Makefile | 13 obj-$(CONFIG_SAMPLE_KDB) += kdb/
|
| H A D | Kconfig | 107 tristate "Build kdb command example -- loadable modules only" 111 command to the kdb shell.
|
| /linux-6.15/arch/s390/tools/ |
| H A D | opcodes.txt | 1217 ed18 kdb RXE_FRRD
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 13256 F: include/linux/kdb.h 13259 F: kernel/module/kdb.c
|