Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dzcrypt_ep11misc.c518 target.dom_id = domain; in ep11_query_info()
756 target.dom_id = domain; in ep11_genaeskey()
876 target.dom_id = domain; in ep11_cryptsingle()
1024 target.dom_id = domain; in ep11_unwrapkey()
1162 target.dom_id = domain; in ep11_wrapkey()
Dzcrypt_api.c1004 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue()
/drivers/iommu/amd/
Diommu.c1183 u32 dom_id; in amd_iommu_flush_tlb_all() local
1185 for (dom_id = 0; dom_id <= 0xffff; ++dom_id) { in amd_iommu_flush_tlb_all()
1188 dom_id, 1); in amd_iommu_flush_tlb_all()
1195 static void amd_iommu_flush_tlb_domid(struct amd_iommu *iommu, u32 dom_id) in amd_iommu_flush_tlb_domid() argument
1200 dom_id, 1); in amd_iommu_flush_tlb_domid()
Dinit.c944 u16 dom_id, dte_v, irq_v; in copy_device_table() local
1001 dom_id = old_devtb[devid].data[1] & DEV_DOMID_MASK; in copy_device_table()
1004 if (dte_v && dom_id) { in copy_device_table()
1007 __set_bit(dom_id, amd_iommu_pd_alloc_bitmap); in copy_device_table()