Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c683 efi_memory_attribute_protocol_t *memattr; in efi_remap_image() local
692 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_remap_image()
697 status = memattr->get_memory_attributes(memattr, image_base, in efi_remap_image()
706 status = memattr->set_memory_attributes(memattr, image_base, code_size, in efi_remap_image()
717 status = memattr->clear_memory_attributes(memattr, image_base, in efi_remap_image()
723 status = memattr->set_memory_attributes(memattr, in efi_remap_image()
H A Dx86-stub.c29 static efi_memory_attribute_protocol_t *memattr; variable
240 if (memattr != NULL) { in efi_adjust_memory_range_protection()
241 status = efi_call_proto(memattr, set_memory_attributes, in efi_adjust_memory_range_protection()
250 status = efi_call_proto(memattr, clear_memory_attributes, in efi_adjust_memory_range_protection()
906 efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_stub_entry()
/openbmc/linux/drivers/firmware/efi/
H A DMakefile14 obj-$(CONFIG_EFI) += efi.o vars.o reboot.o memattr.o tpm.o
/openbmc/linux/drivers/gpu/drm/panfrost/
H A 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()
/openbmc/linux/include/linux/
H A Dio-pgtable.h140 u64 memattr; member
/openbmc/qemu/target/arm/
H A Dptw.c3233 uint8_t memattr = 0x00; /* Device nGnRnE */ in get_phys_addr_disabled() local
3281 memattr = 0xf0; /* Tagged, Normal, WB, RWA */ in get_phys_addr_disabled()
3283 memattr = 0xff; /* Normal, WB, RWA */ in get_phys_addr_disabled()
3287 if (memattr == 0) { in get_phys_addr_disabled()
3290 memattr = 0xee; /* Normal, WT, RA, NT */ in get_phys_addr_disabled()
3292 memattr = 0x44; /* Normal, NC, No */ in get_phys_addr_disabled()
3305 result->cacheattrs.attrs = memattr; in get_phys_addr_disabled()
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c878 u64 memattr = pte & KVM_PTE_LEAF_ATTR_LO_S2_MEMATTR; in stage2_pte_cacheable() local
879 return memattr == KVM_S2_MEMATTR(pgt, NORMAL); in stage2_pte_cacheable()
/openbmc/linux/drivers/iommu/
H A Dio-pgtable-arm.c1064 cfg->arm_mali_lpae_cfg.memattr = in arm_mali_lpae_alloc_pgtable()
/openbmc/linux/
H A Dopengrok0.0.log[all...]
H A Dopengrok2.0.log[all...]