Home
last modified time | relevance | path

Searched refs:pt_root (Results 1 – 4 of 4) sorted by relevance

/drivers/iommu/amd/
Dio_pgtable.c163 u64 pt_root; in amd_iommu_domain_set_pgtable() local
166 pt_root = mode & 7; in amd_iommu_domain_set_pgtable()
167 pt_root |= (u64)root; in amd_iommu_domain_set_pgtable()
169 amd_iommu_domain_set_pt_root(domain, pt_root); in amd_iommu_domain_set_pgtable()
Damd_iommu.h107 atomic64_set(&domain->iop.pt_root, root); in amd_iommu_domain_set_pt_root()
Damd_iommu_types.h506 atomic64_t pt_root; /* pgtable root and pgtable mode */ member
Diommu.c1884 u64 *pt_root = NULL; in protection_domain_init_v1() local
1895 pt_root = (void *)get_zeroed_page(GFP_KERNEL); in protection_domain_init_v1()
1896 if (!pt_root) in protection_domain_init_v1()
1900 amd_iommu_domain_set_pgtable(domain, pt_root, mode); in protection_domain_init_v1()