Searched refs:dom (Results 1 – 12 of 12) sorted by relevance
/drivers/iommu/ |
D | amd_iommu_proto.h | 49 extern void amd_iommu_domain_direct_map(struct iommu_domain *dom); 50 extern int amd_iommu_domain_enable_v2(struct iommu_domain *dom, int pasids); 51 extern int amd_iommu_flush_page(struct iommu_domain *dom, int pasid, 53 extern int amd_iommu_flush_tlb(struct iommu_domain *dom, int pasid); 54 extern int amd_iommu_domain_set_gcr3(struct iommu_domain *dom, int pasid, 56 extern int amd_iommu_domain_clear_gcr3(struct iommu_domain *dom, int pasid);
|
D | amd_iommu.c | 1417 static int iommu_map_page(struct protection_domain *dom, in iommu_map_page() argument 1432 pte = alloc_pte(dom, bus_addr, page_size, NULL, GFP_KERNEL); in iommu_map_page() 1452 update_domain(dom); in iommu_map_page() 1457 static unsigned long iommu_unmap_page(struct protection_domain *dom, in iommu_unmap_page() argument 1470 pte = fetch_pte(dom, bus_addr); in iommu_unmap_page() 1609 static void dma_ops_reserve_addresses(struct dma_ops_domain *dom, in dma_ops_reserve_addresses() argument 1613 unsigned int i, last_page = dom->aperture_size >> PAGE_SHIFT; in dma_ops_reserve_addresses() 1621 __set_bit(page, dom->aperture[index]->bitmap); in dma_ops_reserve_addresses() 1732 struct dma_ops_domain *dom, in dma_ops_area_alloc() argument 1738 unsigned long next_bit = dom->next_address % APERTURE_RANGE_SIZE; in dma_ops_area_alloc() [all …]
|
D | intel-iommu.c | 2930 static void add_unmap(struct dmar_domain *dom, struct iova *iova) in add_unmap() argument 2940 iommu = domain_get_iommu(dom); in add_unmap() 2944 deferred_flush[iommu_id].domain[next] = dom; in add_unmap()
|
/drivers/xen/xenbus/ |
D | xenbus_dev_backend.c | 52 arg.dom = DOMID_SELF; in xenbus_alloc()
|
D | xenbus_client.c | 387 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn() 474 .dom = dev->otherend_id, in xenbus_map_ring_valloc_pv()
|
D | xenbus_probe.c | 705 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init()
|
/drivers/xen/ |
D | privcmd.c | 233 state.domain = mmapcmd.dom; in privcmd_ioctl_mmap() 438 state.domain = m.dom; in privcmd_ioctl_mmap_batch()
|
D | grant-table.c | 807 query.dom = DOMID_SELF; in __max_nr_grant_frames() 996 getframes.dom = DOMID_SELF; in gnttab_map_frames_v2() 1067 setup.dom = DOMID_SELF; in gnttab_map()
|
D | evtchn.c | 356 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()
|
D | events.c | 945 status.dom = DOMID_SELF; in find_virq()
|
/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 911 int be_cmd_pmac_del(struct be_adapter *adapter, u32 if_id, int pmac_id, u32 dom) in be_cmd_pmac_del() argument 932 req->hdr.domain = dom; in be_cmd_pmac_del() 1471 u8 *link_status, u32 dom) in be_cmd_link_status_query() argument 1496 req->hdr.domain = dom; in be_cmd_link_status_query()
|
D | be_cmds.h | 1857 u8 *link_status, u32 dom);
|