Searched refs:kdb (Results 1 – 19 of 19) sorted by relevance
92 Kernel config options for kdb112 option only works with kdb.137 to interact with the kdb shell.243 3. kdb with a keyboard::383 Using kdb585 kgdb and kdb interoperability595 Switching from kgdb to kdb620 Change from kdb to kgdb625 or you can connect gdb while the kdb shell prompt is active. The kdb745 4. kdb frontend[all …]
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)
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"
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 may118 issuing 'echo X > /sys/module/kdb/parameters/cmd_enable' or119 setting with kdb.cmd_enable=X kernel command line option will134 This integer controls the behaviour of kdb when the kernel gets a139 you type 'go', you will be warned by kdb. The secend time you type
275 le32_to_cpu(psp_hdr_v1_1->kdb.fw_version)); in amdgpu_ucode_print_psp_hdr()277 le32_to_cpu(psp_hdr_v1_1->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()279 le32_to_cpu(psp_hdr_v1_1->kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr()285 le32_to_cpu(psp_hdr_v1_2->kdb.fw_version)); in amdgpu_ucode_print_psp_hdr()287 le32_to_cpu(psp_hdr_v1_2->kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()289 le32_to_cpu(psp_hdr_v1_2->kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr()303 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.fw_version)); in amdgpu_ucode_print_psp_hdr()305 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.offset_bytes)); in amdgpu_ucode_print_psp_hdr()307 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr()
1950 if ((is_psp_fw_valid(psp->kdb)) && in psp_hw_start()2890 psp->kdb.fw_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor()2891 psp->kdb.feature_version = le32_to_cpu(desc->fw_version); in parse_sos_bin_descriptor()2893 psp->kdb.start_addr = ucode_start_addr; in parse_sos_bin_descriptor()3030 adev->psp.kdb.size_bytes = le32_to_cpu(sos_hdr_v1_1->kdb.size_bytes); in psp_init_sos_microcode()3032 le32_to_cpu(sos_hdr_v1_1->kdb.offset_bytes); in psp_init_sos_microcode()3036 adev->psp.kdb.size_bytes = le32_to_cpu(sos_hdr_v1_2->kdb.size_bytes); in psp_init_sos_microcode()3038 le32_to_cpu(sos_hdr_v1_2->kdb.offset_bytes); in psp_init_sos_microcode()3045 adev->psp.kdb.size_bytes = le32_to_cpu(sos_hdr_v1_3->v1_1.kdb.size_bytes); in psp_init_sos_microcode()3046 adev->psp.kdb.start_addr = ucode_array_start_addr + in psp_init_sos_microcode()[all …]
90 struct psp_fw_legacy_bin_desc kdb; member97 struct psp_fw_legacy_bin_desc kdb; member
297 psp_copy_fw(psp, psp->kdb.start_addr, psp->kdb.size_bytes); in psp_v11_0_bootloader_load_kdb()
159 return psp_v13_0_bootloader_load_component(psp, &psp->kdb, PSP_BL__LOAD_KEY_DATABASE); in psp_v13_0_bootloader_load_kdb()
292 struct psp_bin_desc kdb; member
7 obj-$(CONFIG_KGDB_KDB) += kdb/
11 obj-$(CONFIG_SAMPLE_KDB) += kdb/
87 tristate "Build kdb command example -- loadable modules only"91 command to the kdb shell.
297 CPUs, or enter a possible configured debugger like kgdb/kdb.
1192 ed18 kdb RXE_FRRD
257 include/linux/kdb.h \
1103 include/linux/kdb.h \
961 include/linux/kdb.h \
10589 F: include/linux/kdb.h
Completed in 55 milliseconds