Symbol: reboot_type
arch/powerpc/include/asm/opal.h
56
int64_t opal_cec_reboot2(uint32_t reboot_type, const char *diag);
arch/powerpc/kernel/rtas_flash.c
533
static void rtas_flash_firmware(int reboot_type)
arch/powerpc/kernel/rtas_flash.c
543
if (reboot_type != SYS_RESTART) {
arch/x86/kernel/apic/x2apic_uv_x.c
1574
reboot_type = BOOT_ACPI;
arch/x86/kernel/reboot.c
143
if (reboot_type != BOOT_CF9_FORCE) {
arch/x86/kernel/reboot.c
144
reboot_type = BOOT_CF9_FORCE;
arch/x86/kernel/reboot.c
153
if (reboot_type != BOOT_KBD) {
arch/x86/kernel/reboot.c
154
reboot_type = BOOT_KBD;
arch/x86/kernel/reboot.c
515
reboot_type = BOOT_EFI;
arch/x86/kernel/reboot.c
63
if (reboot_type != BOOT_ACPI) {
arch/x86/kernel/reboot.c
633
int orig_reboot_type = reboot_type;
arch/x86/kernel/reboot.c
64
reboot_type = BOOT_ACPI;
arch/x86/kernel/reboot.c
651
reboot_type = BOOT_EFI;
arch/x86/kernel/reboot.c
656
switch (reboot_type) {
arch/x86/kernel/reboot.c
659
reboot_type = BOOT_KBD;
arch/x86/kernel/reboot.c
673
reboot_type = BOOT_ACPI;
arch/x86/kernel/reboot.c
675
reboot_type = BOOT_EFI;
arch/x86/kernel/reboot.c
681
reboot_type = BOOT_BIOS;
arch/x86/kernel/reboot.c
688
reboot_type = BOOT_CF9_SAFE;
arch/x86/kernel/reboot.c
705
reboot_type = BOOT_TRIPLE;
arch/x86/kernel/reboot.c
713
reboot_type = BOOT_KBD;
arch/x86/kernel/reboot.c
77
if (reboot_type != BOOT_BIOS) {
arch/x86/kernel/reboot.c
78
reboot_type = BOOT_BIOS;
arch/x86/kernel/reboot.c
91
if (reboot_type != BOOT_EFI && !efi_runtime_disabled()) {
arch/x86/kernel/reboot.c
92
reboot_type = BOOT_EFI;
arch/x86/platform/ce4100/ce4100.c
57
reboot_type = BOOT_KBD;
include/linux/reboot.h
37
extern enum reboot_type reboot_type;
kernel/reboot.c
1160
reboot_type = *str;
kernel/reboot.c
1272
switch (reboot_type) {
kernel/reboot.c
1304
reboot_type = BOOT_TRIPLE;
kernel/reboot.c
1306
reboot_type = BOOT_KBD;
kernel/reboot.c
1308
reboot_type = BOOT_BIOS;
kernel/reboot.c
1310
reboot_type = BOOT_ACPI;
kernel/reboot.c
1312
reboot_type = BOOT_EFI;
kernel/reboot.c
1314
reboot_type = BOOT_CF9_FORCE;
kernel/reboot.c
50
enum reboot_type reboot_type = BOOT_ACPI;