Searched refs:IOMMU_NOEXEC (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | io-pgtable-arm-v7s.c | 335 if ((prot & IOMMU_NOEXEC) && ap) in arm_v7s_prot_to_pte() 363 prot |= IOMMU_NOEXEC; in arm_v7s_pte_to_prot() 928 IOMMU_NOEXEC | in arm_v7s_do_selftests() 934 IOMMU_READ | IOMMU_NOEXEC, GFP_KERNEL)) in arm_v7s_do_selftests()
|
H A D | io-pgtable-arm.c | 432 if (prot & IOMMU_NOEXEC) in arm_lpae_prot_to_pte() 1159 IOMMU_NOEXEC | in arm_lpae_run_tests() 1165 IOMMU_READ | IOMMU_NOEXEC, GFP_KERNEL)) in arm_lpae_run_tests()
|
H A D | virtio-iommu.c | 426 unsigned long prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in viommu_add_resv_mem() 823 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in viommu_get_resv_regions()
|
H A D | dma-iommu.c | 1207 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in iommu_dma_get_msi_page()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | io-pgtable-arm-v7s.c | 352 if ((prot & IOMMU_NOEXEC) && ap) in arm_v7s_prot_to_pte() 380 prot |= IOMMU_NOEXEC; in arm_v7s_pte_to_prot() 975 IOMMU_NOEXEC | IOMMU_CACHE, in arm_v7s_do_selftests() 981 IOMMU_READ | IOMMU_NOEXEC, GFP_KERNEL, in arm_v7s_do_selftests()
|
H A D | io-pgtable-arm.c | 452 if (prot & IOMMU_NOEXEC) in arm_lpae_prot_to_pte() 1199 IOMMU_NOEXEC | IOMMU_CACHE, in arm_lpae_run_tests() 1205 IOMMU_READ | IOMMU_NOEXEC, in arm_lpae_run_tests()
|
H A D | virtio-iommu.c | 473 unsigned long prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in viommu_add_resv_mem() 919 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in viommu_get_resv_regions()
|
H A D | apple-dart.c | 935 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in apple_dart_get_resv_regions()
|
H A D | dma-iommu.c | 1663 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in iommu_dma_get_msi_page()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/ |
H A D | panfrost_mmu.c | 283 prot |= IOMMU_NOEXEC; in panfrost_mmu_map() 479 IOMMU_WRITE | IOMMU_READ | IOMMU_NOEXEC, sgt); in panfrost_mmu_map_fault_addr()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/ |
H A D | panfrost_mmu.c | 334 prot |= IOMMU_NOEXEC; in panfrost_mmu_map() 522 IOMMU_WRITE | IOMMU_READ | IOMMU_NOEXEC, sgt); in panfrost_mmu_map_fault_addr()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iommu.h | 22 #define IOMMU_NOEXEC (1 << 3) macro 96 IOMMU_CAP_NOEXEC, /* IOMMU_NOEXEC flag */
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | iommu.h | 21 #define IOMMU_NOEXEC (1 << 3) macro 123 IOMMU_CAP_NOEXEC, /* IOMMU_NOEXEC flag */
|
/kernel/linux/linux-5.10/drivers/acpi/arm64/ |
H A D | iort.c | 875 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in iort_iommu_msi_get_resv_regions()
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu.c | 1595 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in arm_smmu_get_resv_regions()
|
/kernel/linux/linux-6.6/drivers/acpi/arm64/ |
H A D | iort.c | 1147 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in iort_iommu_msi_get_resv_regions()
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu.c | 1536 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in arm_smmu_get_resv_regions()
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 2505 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in arm_smmu_get_resv_regions()
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 2767 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in arm_smmu_get_resv_regions()
|
Completed in 40 milliseconds