Home
last modified time | relevance | path

Searched refs:efi_capsule_pending (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/firmware/efi/
Dreboot.c37 if (efi_capsule_pending(&cap_reset_mode)) { in efi_reboot()
Dcapsule.c51 bool efi_capsule_pending(int *reset_type) in efi_capsule_pending() function
/Linux-v5.15/arch/x86/kernel/
Dreboot.c613 if (efi_capsule_pending(NULL)) { in native_machine_emergency_restart()
/Linux-v5.15/include/linux/
Defi.h1032 extern bool efi_capsule_pending(int *reset_type);
1040 static inline bool efi_capsule_pending(int *reset_type) { return false; } in efi_capsule_pending() function