Searched refs:memattr (Results 1 – 5 of 5) sorted by relevance
/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 683 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()
|
D | x86-stub.c | 29 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()
|
/drivers/gpu/drm/panfrost/ |
D | panfrost_mmu.c | 129 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()
|
/drivers/firmware/efi/ |
D | Makefile | 14 obj-$(CONFIG_EFI) += efi.o vars.o reboot.o memattr.o tpm.o
|
/drivers/iommu/ |
D | io-pgtable-arm.c | 228 cfg->arm_mali_lpae_cfg.memattr = in arm_mali_lpae_alloc_pgtable()
|