Home
last modified time | relevance | path

Searched refs:dbg_is_early (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkgdb.c200 if (dbg_is_early) { in kgdb_correct_hw_break()
222 if (!dbg_is_early) in kgdb_correct_hw_break()
232 if (dbg_is_early) in hw_break_reserve_slot()
260 if (dbg_is_early) in hw_break_release_slot()
310 if (dbg_is_early) in kgdb_remove_all_hw_break()
392 if (dbg_is_early) { in kgdb_disable_hw_debug()
/OK3568_Linux_fs/kernel/kernel/debug/
H A Ddebug_core.c91 bool dbg_is_early = true; variable
1045 dbg_is_early = false; in dbg_late_init()
1086 if (!dbg_is_early) in kgdb_register_callbacks()
1196 (!dbg_is_early || IS_ENABLED(CONFIG_ARCH_HAS_EARLY_DEBUG))) in kgdb_register_io_module()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkgdb.h360 extern bool dbg_is_early;