Searched refs:EFI_MEMORY_SP (Results 1 – 11 of 11) sorted by relevance
91 if (!(md->attribute & EFI_MEMORY_SP)) in riscv_enable_runtime_services()
113 if (!(md->attribute & EFI_MEMORY_SP)) in arm_enable_runtime_services()
945 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()
36 EFI_MEMORY_SP in UEFI 2.8). A memory range tagged with this
60 (desc->attribute & EFI_MEMORY_SP)) in efi_low_alloc_above()
516 (d->attribute & EFI_MEMORY_SP)) in setup_e820()
40 #define EFI_MEMORY_SP ((u64)0x0000000000040000ULL) /* soft reserved */ macro
26 * EFI_MEMORY_SP55 If :code:`EFI_MEMORY_SP=0`, :code:`CONFIG_EFI_SOFT_RESERVE=n`, or
18 i) EFI_MEMORY_SP
38 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
128 #define EFI_MEMORY_SP BIT_ULL(18) /* soft reserved */ macro