Home
last modified time | relevance | path

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

/linux/drivers/iommu/amd/
H A Dnested.c119 ndom->gdom_id = FIELD_GET(DTE_DOMID_MASK, ndom->gdte.dte[1]); in amd_iommu_alloc_domain_nested()
141 gdom_info = gdom_info_load_or_alloc_locked(&aviommu->gdomid_array, ndom->gdom_id); in amd_iommu_alloc_domain_nested()
154 __func__, ndom->gdom_id, gdom_info->hdom_id); in amd_iommu_alloc_domain_nested()
163 ndom->gdom_id, gdom_info, NULL, GFP_ATOMIC); in amd_iommu_alloc_domain_nested()
175 __func__, ndom->gdom_id, gdom_info->hdom_id); in amd_iommu_alloc_domain_nested()
275 curr = __xa_cmpxchg(&aviommu->gdomid_array, ndom->gdom_id, in nested_domain_free()
284 __func__, ndom->gdom_id, curr->hdom_id); in nested_domain_free()
H A Damd_iommu_types.h530 u16 gdom_id; /* domain ID from gDTE */ member