Searched refs:memattr (Results 1 – 5 of 5) sorted by relevance
14 obj-$(CONFIG_EFI) += efi.o vars.o reboot.o memattr.o tpm.o
113 u64 memattr = cfg->arm_mali_lpae_cfg.memattr; in panfrost_mmu_enable() local123 mmu_write(pfdev, AS_MEMATTR_LO(as_nr), memattr & 0xffffffffUL); in panfrost_mmu_enable()124 mmu_write(pfdev, AS_MEMATTR_HI(as_nr), memattr >> 32); in panfrost_mmu_enable()
133 u64 memattr; member
640 u64 memattr = pte & KVM_PTE_LEAF_ATTR_LO_S2_MEMATTR; in stage2_pte_cacheable() local641 return memattr == KVM_S2_MEMATTR(pgt, NORMAL); in stage2_pte_cacheable()
1080 cfg->arm_mali_lpae_cfg.memattr = in arm_mali_lpae_alloc_pgtable()