Home
last modified time | relevance | path

Searched refs:IOMMU_PTE_IW (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/loongson/
H A Diommu.h28 #define IOMMU_PTE_IW (1ULL << 3) /* Writeable */ macro
29 #define IOMMU_PTE_RW (IOMMU_PTE_PR | IOMMU_PTE_IR | IOMMU_PTE_IW)
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Damd_iommu_types.h280 IOMMU_PTE_PR | IOMMU_PTE_IR | IOMMU_PTE_IW)
336 #define IOMMU_PTE_IW (1ULL << 62) macro
H A Diommu.c1771 __pte |= IOMMU_PTE_IW; in iommu_map_page()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Damd_iommu_types.h324 IOMMU_PTE_PR | IOMMU_PTE_IR | IOMMU_PTE_IW)
380 #define IOMMU_PTE_IW BIT_ULL(62) macro
H A Dio_pgtable.c403 __pte |= IOMMU_PTE_IW; in iommu_v1_map_pages()

Completed in 10 milliseconds