Searched refs:EFI_MEMORY_RO (Results 1 – 8 of 8) sorted by relevance
28 if ((attr & (EFI_MEMORY_XP | EFI_MEMORY_RO)) == in efimem_to_pgprot_map()29 (EFI_MEMORY_XP | EFI_MEMORY_RO)) in efimem_to_pgprot_map()33 if (attr & EFI_MEMORY_RO) in efimem_to_pgprot_map()66 if (md->attribute & EFI_MEMORY_RO) { in set_permissions()
56 if ((attr & (EFI_MEMORY_XP | EFI_MEMORY_RO)) == in create_mapping_protection()57 (EFI_MEMORY_XP | EFI_MEMORY_RO)) in create_mapping_protection()61 if (attr & EFI_MEMORY_RO) in create_mapping_protection()112 if (md->attribute & EFI_MEMORY_RO) in set_permissions()
19 if (md->attribute & EFI_MEMORY_RO) in set_permissions()76 if (md->attribute & (EFI_MEMORY_RO | EFI_MEMORY_XP)) in efi_create_mapping()
404 if (!(md->attribute & EFI_MEMORY_RO)) in efi_update_mem_attr()452 if (!(md->attribute & EFI_MEMORY_RO) && in efi_runtime_update_mappings()
906 EFI_MEMORY_WB | EFI_MEMORY_UCE | EFI_MEMORY_RO | in efi_md_typeattr_format()923 attr & EFI_MEMORY_RO ? "RO" : "", in efi_md_typeattr_format()
699 EFI_MEMORY_RO); in efi_remap_image()
272 (desc.attributes & (EFI_MEMORY_RO | EFI_MEMORY_XP)) == 0) in efi_adjust_memory_range_protection()
127 #define EFI_MEMORY_RO ((u64)0x0000000000020000ULL) /* read-only */ macro