Home
last modified time | relevance | path

Searched refs:memattr (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/firmware/efi/libstub/
Defi-stub-helper.c675 efi_memory_attribute_protocol_t *memattr; in efi_remap_image() local
684 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_remap_image()
689 status = memattr->get_memory_attributes(memattr, image_base, in efi_remap_image()
698 status = memattr->set_memory_attributes(memattr, image_base, code_size, in efi_remap_image()
709 status = memattr->clear_memory_attributes(memattr, image_base, in efi_remap_image()
715 status = memattr->set_memory_attributes(memattr, in efi_remap_image()
Dx86-stub.c27 static efi_memory_attribute_protocol_t *memattr; variable
238 if (memattr != NULL) { in efi_adjust_memory_range_protection()
239 efi_call_proto(memattr, clear_memory_attributes, rounded_start, in efi_adjust_memory_range_protection()
872 efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_stub_entry()
/Linux-v6.6/drivers/firmware/efi/
DMakefile14 obj-$(CONFIG_EFI) += efi.o vars.o reboot.o memattr.o tpm.o
/Linux-v6.6/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c129 u64 memattr = cfg->arm_mali_lpae_cfg.memattr; in panfrost_mmu_enable() local
139 mmu_write(pfdev, AS_MEMATTR_LO(as_nr), lower_32_bits(memattr)); in panfrost_mmu_enable()
140 mmu_write(pfdev, AS_MEMATTR_HI(as_nr), upper_32_bits(memattr)); in panfrost_mmu_enable()
/Linux-v6.6/include/linux/
Dio-pgtable.h140 u64 memattr; member
/Linux-v6.6/arch/arm64/kvm/hyp/
Dpgtable.c871 u64 memattr = pte & KVM_PTE_LEAF_ATTR_LO_S2_MEMATTR; in stage2_pte_cacheable() local
872 return memattr == KVM_S2_MEMATTR(pgt, NORMAL); in stage2_pte_cacheable()
/Linux-v6.6/drivers/iommu/
Dio-pgtable-arm.c1053 cfg->arm_mali_lpae_cfg.memattr = in arm_mali_lpae_alloc_pgtable()