Home
last modified time | relevance | path

Searched refs:REBOOT_WARM (Results 1 – 13 of 13) sorted by relevance

/linux-6.6.21/arch/arm/mach-socfpga/
Dsocfpga.c74 if (mode == REBOOT_WARM) in socfpga_cyclone5_restart()
87 if (mode == REBOOT_WARM) in socfpga_arria10_restart()
/linux-6.6.21/arch/loongarch/kernel/
Dreset.c69 efi_reboot(REBOOT_WARM, NULL); in machine_restart()
/linux-6.6.21/drivers/firmware/efi/
Dreboot.c22 case REBOOT_WARM: in efi_reboot()
/linux-6.6.21/include/linux/
Dreboot.h20 REBOOT_WARM, enumerator
/linux-6.6.21/kernel/
Dreboot.c1011 *mode = REBOOT_WARM; in reboot_setup()
1095 case REBOOT_WARM: in mode_show()
1122 reboot_mode = REBOOT_WARM; in mode_store()
/linux-6.6.21/drivers/mfd/
Dacer-ec-a500.c118 if (reboot_mode == REBOOT_WARM) in a500_ec_restart_notify()
Dtps65219.c43 if (reboot_mode == REBOOT_WARM) in tps65219_restart()
/linux-6.6.21/arch/x86/kernel/
Dreboot.c640 mode = reboot_mode == REBOOT_WARM ? 0x1234 : 0; in native_machine_emergency_restart()
695 u8 reboot_code = reboot_mode == REBOOT_WARM ? 0x06 : 0x0E; in native_machine_emergency_restart()
/linux-6.6.21/drivers/watchdog/
Drealtek_otto_wdt.c192 case REBOOT_WARM: in otto_wdt_restart()
/linux-6.6.21/arch/riscv/kernel/
Dsbi.c496 sbi_srst_reset((mode == REBOOT_WARM || mode == REBOOT_SOFT) ? in sbi_srst_reboot()
/linux-6.6.21/drivers/input/misc/
Dpm8941-pwrkey.c123 if (reboot_mode == REBOOT_WARM) in pm8941_reboot_notify()
/linux-6.6.21/arch/ia64/kernel/
Dprocess.c594 efi_reboot(REBOOT_WARM, NULL); in machine_restart()
/linux-6.6.21/drivers/firmware/psci/
Dpsci.c311 if ((reboot_mode == REBOOT_WARM || reboot_mode == REBOOT_SOFT) && in psci_sys_reset()