Home
last modified time | relevance | path

Searched refs:EFI_RESET_COLD (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dreboot.c27 efi_mode = EFI_RESET_COLD; in efi_reboot()
/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/
H A Dreset.c64 case EFI_RESET_COLD: in efi_reset_system()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dfwcall.c147 case EFI_RESET_COLD: in efi_reset_system()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_runtime.c81 case EFI_RESET_COLD: in efi_reset_system_boottime()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Defi.c262 case EFI_RESET_COLD: in xen_efi_reset_system()
/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h166 EFI_RESET_COLD = 0, enumerator
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c598 case EFI_RESET_COLD: in efi_reset_system()
/OK3568_Linux_fs/kernel/include/linux/
H A Defi.h208 #define EFI_RESET_COLD 0 macro