Home
last modified time | relevance | path

Searched refs:dom (Results 1 – 24 of 24) sorted by relevance

/linux-3.4.99/arch/arm/include/asm/
Ddomain.h58 #define domain_val(dom,type) ((type) << (2*(dom))) argument
71 #define modify_domain(dom,type) \ argument
75 domain &= ~domain_val(dom, DOMAIN_MANAGER); \
76 thread->cpu_domain = domain | domain_val(dom, type); \
82 #define modify_domain(dom,type) do { } while (0) argument
/linux-3.4.99/drivers/iommu/
Damd_iommu_proto.h41 extern void amd_iommu_domain_direct_map(struct iommu_domain *dom);
42 extern int amd_iommu_domain_enable_v2(struct iommu_domain *dom, int pasids);
43 extern int amd_iommu_flush_page(struct iommu_domain *dom, int pasid,
45 extern int amd_iommu_flush_tlb(struct iommu_domain *dom, int pasid);
46 extern int amd_iommu_domain_set_gcr3(struct iommu_domain *dom, int pasid,
48 extern int amd_iommu_domain_clear_gcr3(struct iommu_domain *dom, int pasid);
Damd_iommu.c1242 static int iommu_map_page(struct protection_domain *dom, in iommu_map_page() argument
1257 pte = alloc_pte(dom, bus_addr, page_size, NULL, GFP_KERNEL); in iommu_map_page()
1277 update_domain(dom); in iommu_map_page()
1282 static unsigned long iommu_unmap_page(struct protection_domain *dom, in iommu_unmap_page() argument
1295 pte = fetch_pte(dom, bus_addr); in iommu_unmap_page()
1438 static void dma_ops_reserve_addresses(struct dma_ops_domain *dom, in dma_ops_reserve_addresses() argument
1442 unsigned int i, last_page = dom->aperture_size >> PAGE_SHIFT; in dma_ops_reserve_addresses()
1450 __set_bit(page, dom->aperture[index]->bitmap); in dma_ops_reserve_addresses()
1561 struct dma_ops_domain *dom, in dma_ops_area_alloc() argument
1567 unsigned long next_bit = dom->next_address % APERTURE_RANGE_SIZE; in dma_ops_area_alloc()
[all …]
Dintel-iommu.c2923 static void add_unmap(struct dmar_domain *dom, struct iova *iova) in add_unmap() argument
2933 iommu = domain_get_iommu(dom); in add_unmap()
2937 deferred_flush[iommu_id].domain[next] = dom; in add_unmap()
/linux-3.4.99/include/xen/interface/
Dgrant_table.h267 domid_t dom; member
309 domid_t dom; member
324 domid_t dom; member
400 domid_t dom; member
460 domid_t dom; member
474 domid_t dom; member
Devent_channel.h28 domid_t dom, remote_dom; member
129 domid_t dom; member
142 domid_t dom; member
145 domid_t dom; member
/linux-3.4.99/net/sunrpc/
Dsvcauth.c126 void auth_domain_put(struct auth_domain *dom) in auth_domain_put() argument
128 if (atomic_dec_and_lock(&dom->ref.refcount, &auth_domain_lock)) { in auth_domain_put()
129 hlist_del(&dom->hash); in auth_domain_put()
130 dom->flavour->domain_release(dom); in auth_domain_put()
Dsvcauth_unix.c39 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release() argument
41 struct unix_domain *ud = container_of(dom, struct unix_domain, h); in svcauth_unix_domain_release()
43 kfree(dom->name); in svcauth_unix_domain_release()
199 struct auth_domain *dom; in ip_map_parse() local
241 dom = unix_domain_find(buf); in ip_map_parse()
242 if (dom == NULL) in ip_map_parse()
245 dom = NULL; in ip_map_parse()
251 container_of(dom, struct unix_domain, h), in ip_map_parse()
256 if (dom) in ip_map_parse()
257 auth_domain_put(dom); in ip_map_parse()
[all …]
/linux-3.4.99/include/xen/
Dprivcmd.h54 domid_t dom; /* target domain */ member
60 domid_t dom; /* target domain */ member
Dgrant_table.h153 map->dom = domid; in gnttab_set_map_op()
/linux-3.4.99/include/linux/sunrpc/
Dsvcauth.h129 extern int auth_unix_add_addr(struct net *net, struct in6_addr *addr, struct auth_domain *dom);
133 extern int auth_unix_forget_old(struct auth_domain *dom);
Dsvcauth_gss.h24 u32 svcauth_gss_flavor(struct auth_domain *dom);
/linux-3.4.99/fs/
Dproc_namespace.c154 int dom = get_dominating_id(r, &p->root); in show_mountinfo() local
156 if (dom && dom != master) in show_mountinfo()
157 seq_printf(m, " propagate_from:%i", dom); in show_mountinfo()
/linux-3.4.99/fs/nfsd/
Dexport.c83 struct auth_domain *dom = NULL; in expkey_parse() local
104 dom = auth_domain_find(buf); in expkey_parse()
105 if (!dom) in expkey_parse()
130 key.ek_client = dom; in expkey_parse()
167 if (dom) in expkey_parse()
168 auth_domain_put(dom); in expkey_parse()
495 struct auth_domain *dom = NULL; in svc_export_parse() local
514 dom = auth_domain_find(buf); in svc_export_parse()
515 if (!dom) in svc_export_parse()
527 exp.ex_client = dom; in svc_export_parse()
[all …]
Dnfsctl.c312 struct auth_domain *dom; in write_filehandle() local
345 dom = unix_domain_find(dname); in write_filehandle()
346 if (!dom) in write_filehandle()
349 len = exp_rootfh(dom, path, &fh, maxsize); in write_filehandle()
350 auth_domain_put(dom); in write_filehandle()
/linux-3.4.99/drivers/xen/
Dprivcmd.c229 state.domain = mmapcmd.dom; in privcmd_ioctl_mmap()
318 state.domain = m.dom; in privcmd_ioctl_mmap_batch()
Dgrant-table.c728 query.dom = DOMID_SELF; in __max_nr_grant_frames()
847 getframes.dom = DOMID_SELF; in gnttab_map_frames_v2()
918 setup.dom = DOMID_SELF; in gnttab_map()
Devtchn.c356 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()
Devents.c894 status.dom = DOMID_SELF; in find_virq()
/linux-3.4.99/drivers/xen/xenbus/
Dxenbus_client.c386 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()
473 .dom = dev->otherend_id, in xenbus_map_ring_valloc_pv()
Dxenbus_probe.c702 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init()
/linux-3.4.99/net/sunrpc/auth_gss/
Dsvcauth_gss.c756 u32 svcauth_gss_flavor(struct auth_domain *dom) in svcauth_gss_flavor() argument
758 struct gss_domain *gd = container_of(dom, struct gss_domain, h); in svcauth_gss_flavor()
1413 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release() argument
1415 struct gss_domain *gd = container_of(dom, struct gss_domain, h); in svcauth_gss_domain_release()
1417 kfree(dom->name); in svcauth_gss_domain_release()
/linux-3.4.99/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c696 int be_cmd_pmac_del(struct be_adapter *adapter, u32 if_id, int pmac_id, u32 dom) in be_cmd_pmac_del() argument
717 req->hdr.domain = dom; in be_cmd_pmac_del()
1237 u16 *link_speed, u8 *link_status, u32 dom) in be_cmd_link_status_query() argument
1261 req->hdr.domain = dom; in be_cmd_link_status_query()
Dbe_cmds.h1602 u16 *link_speed, u8 *link_status, u32 dom);