Searched refs:EFI_MEMORY_RO (Results 1 – 5 of 5) sorted by relevance
67 if ((attr & (EFI_MEMORY_XP | EFI_MEMORY_RO)) == in create_mapping_protection() 68 (EFI_MEMORY_XP | EFI_MEMORY_RO)) in create_mapping_protection() 72 if (attr & EFI_MEMORY_RO) in create_mapping_protection() 119 if (md->attribute & EFI_MEMORY_RO) in set_permissions()
284 EFI_MEMORY_RO); in efi_adjust_memory_range_protection() 286 efi_warn("Failed to set EFI_MEMORY_RO attribute\n"); in efi_adjust_memory_range_protection() 323 (desc.attributes & (EFI_MEMORY_RO | EFI_MEMORY_XP)) == 0) in efi_adjust_memory_range_protection()
943 EFI_MEMORY_WB | EFI_MEMORY_UCE | EFI_MEMORY_RO | in efi_md_typeattr_format() 962 attr & EFI_MEMORY_RO ? "RO" : "", in efi_md_typeattr_format()
405 if (!(md->attribute & EFI_MEMORY_RO)) in efi_update_mem_attr()
127 #define EFI_MEMORY_RO BIT_ULL(17) /* read-only */ macro