Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/amd/
H A Damd_iommu_types.h412 #define GCR3_VALID 0x01ULL macro
H A Diommu.c1544 if (!(tbl[i] & GCR3_VALID)) in free_gcr3_tbl_level1()
1559 if (!(tbl[i] & GCR3_VALID)) in free_gcr3_tbl_level2()
2691 if (!(*pte & GCR3_VALID)) { in __get_gcr3_pte()
2699 *pte = iommu_virt_to_phys(root) | GCR3_VALID; in __get_gcr3_pte()
2722 *pte = (cr3 & PAGE_MASK) | GCR3_VALID; in __set_gcr3()