Home
last modified time | relevance | path

Searched refs:IOMMU_FAULT_PERM_WRITE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Diommu.h12 #define IOMMU_FAULT_PERM_WRITE (1 << 1) /* write */ macro
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Dsvm.c845 prot |= IOMMU_FAULT_PERM_WRITE; in prq_to_iommu_prot()