Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iommu/
H A Domap-iopgtable.h76 #define IOPGD_SECTION (2) macro
77 #define IOPGD_SUPER (BIT(18) | IOPGD_SECTION)
80 #define iopgd_is_section(x) (((x) & (1 << 18 | 3)) == IOPGD_SECTION)
H A Domap-iommu.c556 *iopgd = (pa & IOSECTION_MASK) | prot | IOPGD_SECTION; in iopgd_alloc_section()
/kernel/linux/linux-6.6/drivers/iommu/
H A Domap-iopgtable.h76 #define IOPGD_SECTION (2) macro
77 #define IOPGD_SUPER (BIT(18) | IOPGD_SECTION)
80 #define iopgd_is_section(x) (((x) & (1 << 18 | 3)) == IOPGD_SECTION)
H A Domap-iommu.c555 *iopgd = (pa & IOSECTION_MASK) | prot | IOPGD_SECTION; in iopgd_alloc_section()

Completed in 5 milliseconds