Searched refs:GCR3_VALID (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/iommu/amd/
H A Diommu.c1685 if (!(tbl[i] & GCR3_VALID))
1700 if (!(tbl[i] & GCR3_VALID))
1785 if (!(*pte & GCR3_VALID)) {
1793 *pte = iommu_virt_to_phys(root) | GCR3_VALID;
1815 *pte = (gcr3 & PAGE_MASK) | GCR3_VALID;
H A Damd_iommu_types.h432 #define GCR3_VALID 0x01ULL macro

Completed in 225 milliseconds