Home
last modified time | relevance | path

Searched refs:EFI_MEMORY_SP (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/firmware/efi/
H A Driscv-runtime.c91 if (!(md->attribute & EFI_MEMORY_SP)) in riscv_enable_runtime_services()
H A Darm-runtime.c113 if (!(md->attribute & EFI_MEMORY_SP)) in arm_enable_runtime_services()
H A Defi.c945 EFI_MEMORY_NV | EFI_MEMORY_SP | EFI_MEMORY_CPU_CRYPTO | in efi_md_typeattr_format()
957 attr & EFI_MEMORY_SP ? "SP" : "", in efi_md_typeattr_format()
H A DKconfig36 EFI_MEMORY_SP in UEFI 2.8). A memory range tagged with this
/linux/drivers/firmware/efi/libstub/
H A Drelocate.c60 (desc->attribute & EFI_MEMORY_SP)) in efi_low_alloc_above()
H A Dx86-stub.c516 (d->attribute & EFI_MEMORY_SP)) in setup_e820()
/linux/arch/x86/boot/compressed/
H A Defi.h40 #define EFI_MEMORY_SP ((u64)0x0000000000040000ULL) /* soft reserved */ macro
/linux/Documentation/driver-api/cxl/linux/
H A Dearly-boot.rst26 * EFI_MEMORY_SP
55 If :code:`EFI_MEMORY_SP=0`, :code:`CONFIG_EFI_SOFT_RESERVE=n`, or
H A Doverview.rst18 i) EFI_MEMORY_SP
/linux/Documentation/driver-api/cxl/platform/
H A Dbios-and-efi.rst38 One notable configuration here is the EFI_MEMORY_SP (Specific Purpose) bit.
59 On some AMD platforms, the :code:`EFI_MEMORY_SP` bit is set via the :code:`CXL
/linux/include/linux/
H A Defi.h128 #define EFI_MEMORY_SP BIT_ULL(18) /* soft reserved */ macro