Home
last modified time | relevance | path

Searched refs:EFI_RUNTIME_SERVICES (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/drivers/firmware/efi/
Darm-runtime.c48 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in ptdump_init()
132 if (efi_enabled(EFI_RUNTIME_SERVICES)) { in arm_enable_runtime_services()
146 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in arm_enable_runtime_services()
Dreboot.c18 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efi_reboot()
67 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efi_shutdown_init()
Defibc.c93 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efibc_init()
Defi.c351 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efisubsys_init()
366 if (efi_enabled(EFI_RUNTIME_SERVICES)) in efisubsys_init()
629 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efi_load_efivars()
Dcapsule-loader.c343 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efi_capsule_loader_init()
Defi-pstore.c358 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efivars_pstore_init()
Defivars.c731 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efivars_sysfs_init()
/Linux-v4.19/arch/x86/platform/efi/
Defi.c473 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efi_runtime_init()
838 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode()
844 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode()
866 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode()
876 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in kexec_enter_virtual_mode()
935 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in __efi_enter_virtual_mode()
943 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in __efi_enter_virtual_mode()
958 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in __efi_enter_virtual_mode()
970 clear_bit(EFI_RUNTIME_SERVICES, &efi.flags); in __efi_enter_virtual_mode()
/Linux-v4.19/drivers/rtc/
Drtc-efi-platform.c28 if (efi_enabled(EFI_RUNTIME_SERVICES)) in rtc_init()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Defivar.c81 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in read_efi_var()
/Linux-v4.19/arch/arm64/kernel/
Defi.c127 return efi_enabled(EFI_RUNTIME_SERVICES); in efi_poweroff_required()
Dprocess.c157 if (efi_enabled(EFI_RUNTIME_SERVICES)) in machine_restart()
/Linux-v4.19/arch/arm/xen/
Denlighten.c268 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in fdt_find_hyper_node()
365 if (efi_enabled(EFI_RUNTIME_SERVICES)) in xen_guest_init()
/Linux-v4.19/fs/efivarfs/
Dsuper.c253 if (!efi_enabled(EFI_RUNTIME_SERVICES)) in efivarfs_init()
/Linux-v4.19/init/
Dmain.c705 if (efi_enabled(EFI_RUNTIME_SERVICES)) in start_kernel()
734 if (efi_enabled(EFI_RUNTIME_SERVICES)) { in start_kernel()
/Linux-v4.19/arch/x86/kernel/
Dkexec-bzimage64.c314 if (efi_enabled(EFI_RUNTIME_SERVICES) && !efi_enabled(EFI_64BIT)) { in bzImage64_probe()
/Linux-v4.19/drivers/scsi/isci/
Dinit.c626 if (efi_enabled(EFI_RUNTIME_SERVICES)) in isci_pci_probe()
/Linux-v4.19/arch/ia64/kernel/
Defi.c665 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in efi_enter_virtual_mode()
/Linux-v4.19/include/linux/
Defi.h1147 #define EFI_RUNTIME_SERVICES 3 /* Can we use runtime services? */ macro