Home
last modified time | relevance | path

Searched refs:boot_flags (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/sparc/kernel/
Dsetup.c113 unsigned int boot_flags __initdata = 0;
129 if (boot_flags & BOOTME_KGDB) { in kernel_enter_debugger()
150 if (boot_flags & BOOTME_KGDB) { in obp_system_intr()
155 if (boot_flags & BOOTME_DEBUG) { in obp_system_intr()
171 boot_flags |= BOOTME_DEBUG; in process_switch()
174 boot_flags |= BOOTME_SINGLE; in process_switch()
209 boot_flags |= BOOTME_KGDBA; in boot_flags_init()
213 boot_flags |= BOOTME_KGDBB; in boot_flags_init()
424 if ((boot_flags & BOOTME_KGDBA)) { in setup_arch()
427 if ((boot_flags & BOOTME_KGDBB)) { in setup_arch()
[all …]
/linux-2.4.37.9/arch/sparc64/kernel/
Dsetup.c304 unsigned int boot_flags = 0; variable
330 if (boot_flags & BOOTME_DEBUG) { in obp_system_intr()
346 boot_flags |= BOOTME_DEBUG; in process_switch()
349 boot_flags |= BOOTME_SINGLE; in process_switch()
381 boot_flags |= BOOTME_KGDB; in boot_flags_init()
395 boot_flags &= ~BOOTME_KGDB; in boot_flags_init()