Home
last modified time | relevance | path

Searched refs:host_pt_root (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iommu/generic_pt/fmt/
H A Damdv1.h396 info->host_pt_root = virt_to_phys(top_range->top_table); in amdv1pt_iommu_fmt_hw_info()
397 PT_WARN_ON(info->host_pt_root & ~PT_TOP_PHYS_MASK); in amdv1pt_iommu_fmt_hw_info()
/linux/include/linux/generic_pt/
H A Diommu.h253 u64 host_pt_root; member
/linux/drivers/iommu/amd/
H A Diommu.c2107 u64 host_pt_root = __sme_set(pt_info->host_pt_root); in amd_iommu_set_dte_v1() local
2113 FIELD_PREP(DTE_HOST_TRP, host_pt_root >> 12) | in amd_iommu_set_dte_v1()
2134 pt_info.host_pt_root = top_paddr; in set_dte_v1()