Home
last modified time | relevance | path

Searched refs:pte_attrs (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/iommu/
H A Dtegra-smmu.c706 u32 pte_attrs; in __tegra_smmu_map() local
721 pte_attrs = SMMU_PTE_NONSECURE; in __tegra_smmu_map()
724 pte_attrs |= SMMU_PTE_READABLE; in __tegra_smmu_map()
727 pte_attrs |= SMMU_PTE_WRITABLE; in __tegra_smmu_map()
730 SMMU_PHYS_PFN(paddr) | pte_attrs); in __tegra_smmu_map()
/openbmc/qemu/target/arm/tcg/
H A Dtlb_helper.c350 res.f.extra.arm.pte_attrs = res.cacheattrs.attrs; in arm_cpu_tlb_fill_align()
H A Dmte_helper.c113 if (full->extra.arm.pte_attrs != 0xf0) { in allocation_tag_mem_probe()
H A Dsve_helper.c5377 info->tagged = full->extra.arm.pte_attrs == 0xf0; in sve_probe_page()
/openbmc/qemu/target/arm/
H A Dptw.c570 uint8_t pte_attrs; in S1_ptw_translate() local
593 pte_attrs = s2.cacheattrs.attrs; in S1_ptw_translate()
613 pte_attrs = full->extra.arm.pte_attrs; in S1_ptw_translate()
623 if ((hcr & HCR_PTW) && S2_attrs_are_device(hcr, pte_attrs)) { in S1_ptw_translate()
/openbmc/qemu/include/hw/core/
H A Dcpu.h260 uint8_t pte_attrs; member