Home
last modified time | relevance | path

Searched refs:IOPGD_SUPER (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/
H A Domap-iopgtable.h77 #define IOPGD_SUPER (BIT(18) | IOPGD_SECTION) macro
81 #define iopgd_is_super(x) (((x) & (1 << 18 | 3)) == IOPGD_SUPER)
H A Domap-iommu.c574 *(iopgd + i) = (pa & IOSUPER_MASK) | prot | IOPGD_SUPER; in iopgd_alloc_super()
740 if ((*iopgd & IOPGD_SUPER) == IOPGD_SUPER) { in iopgtable_clear_entry_core()
/kernel/linux/linux-6.6/drivers/iommu/
H A Domap-iopgtable.h77 #define IOPGD_SUPER (BIT(18) | IOPGD_SECTION) macro
81 #define iopgd_is_super(x) (((x) & (1 << 18 | 3)) == IOPGD_SUPER)
H A Domap-iommu.c573 *(iopgd + i) = (pa & IOSUPER_MASK) | prot | IOPGD_SUPER; in iopgd_alloc_super()
739 if ((*iopgd & IOPGD_SUPER) == IOPGD_SUPER) { in iopgtable_clear_entry_core()

Completed in 5 milliseconds