Home
last modified time | relevance | path

Searched refs:pt_root (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Dio_pgtable.c137 u64 pt_root; in amd_iommu_domain_set_pgtable() local
140 pt_root = mode & 7; in amd_iommu_domain_set_pgtable()
141 pt_root |= (u64)root; in amd_iommu_domain_set_pgtable()
143 amd_iommu_domain_set_pt_root(domain, pt_root); in amd_iommu_domain_set_pgtable()
H A Damd_iommu.h108 atomic64_set(&domain->iop.pt_root, root); in amd_iommu_domain_set_pt_root()
H A Damd_iommu_types.h547 atomic64_t pt_root; /* pgtable root and pgtable mode */ member
H A Diommu.c2047 u64 *pt_root = NULL; in protection_domain_init_v1() local
2058 pt_root = (void *)get_zeroed_page(GFP_KERNEL); in protection_domain_init_v1()
2059 if (!pt_root) { in protection_domain_init_v1()
2065 amd_iommu_domain_set_pgtable(domain, pt_root, mode); in protection_domain_init_v1()
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Diommu.c158 u64 pt_root = atomic64_read(&domain->pt_root); in amd_iommu_domain_get_pgtable() local
160 pgtable->root = (u64 *)(pt_root & PAGE_MASK); in amd_iommu_domain_get_pgtable()
161 pgtable->mode = pt_root & 7; /* lowest 3 bits encode pgtable mode */ in amd_iommu_domain_get_pgtable()
166 atomic64_set(&domain->pt_root, root); in amd_iommu_domain_set_pt_root()
177 u64 pt_root; in amd_iommu_domain_set_pgtable() local
180 pt_root = mode & 7; in amd_iommu_domain_set_pgtable()
181 pt_root |= (u64)root; in amd_iommu_domain_set_pgtable()
183 amd_iommu_domain_set_pt_root(domain, pt_root); in amd_iommu_domain_set_pgtable()
2430 u64 *pt_root in protection_domain_init() local
[all...]
H A Damd_iommu_types.h483 atomic64_t pt_root; /* pgtable root and pgtable mode */ member
491 /* For decocded pt_root */

Completed in 17 milliseconds