Home
last modified time | relevance | path

Searched refs:EFI_PRESERVE_BS_REGIONS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/platform/efi/
H A Defi.c236 set_bit(EFI_PRESERVE_BS_REGIONS, &efi.flags); in efi_memblock_x86_reserve_range()
/openbmc/linux/drivers/firmware/efi/
H A Defi.c438 if (efi_enabled(EFI_DBG) && efi_enabled(EFI_PRESERVE_BS_REGIONS)) in efisubsys_init()
/openbmc/linux/include/linux/
H A Defi.h874 #define EFI_PRESERVE_BS_REGIONS 12 /* Are EFI boot-services memory segments available? */ macro