Searched refs:RB_KDB (Results 1 – 9 of 9) sorted by relevance
68 { "boot_ddb", RB_KDB},138 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()160 case 'd': howto |= RB_KDB; break; in boot_parse_arg()
49 #define RB_KDB 0x040 /* give control to kernel debugger */ macro
404 if (boothowto & RB_KDB) in arm_kdb_init()
592 if ((boothowto & RB_KDB) != 0) in initriscv()
500 if (boothowto & RB_KDB) in powerpc_init()
1016 if ((boothowto & RB_KDB) != 0) in initarm()
1172 if (boothowto & RB_KDB) in amd64_kdb_init()
1276 if (boothowto & RB_KDB) in i386_kdb_init()
817 if (boothowto & RB_KDB) in mv_enter_debugger()