Home
last modified time | relevance | path

Searched defs:dom (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/arch/arm/include/asm/
Ddomain.h54 #define domain_val(dom,type) ((type) << (2*(dom))) argument
67 #define modify_domain(dom,type) \ argument
78 #define modify_domain(dom,type) do { } while (0) argument
/linux-2.6.39/arch/x86/kernel/
Damd_iommu.c833 static int iommu_map_page(struct protection_domain *dom, in iommu_map_page()
873 static unsigned long iommu_unmap_page(struct protection_domain *dom, in iommu_unmap_page()
1025 static void dma_ops_reserve_addresses(struct dma_ops_domain *dom, in dma_ops_reserve_addresses()
1135 struct dma_ops_domain *dom, in dma_ops_area_alloc()
1179 struct dma_ops_domain *dom, in dma_ops_alloc_addresses()
1214 static void dma_ops_free_addresses(struct dma_ops_domain *dom, in dma_ops_free_addresses()
1333 static void dma_ops_domain_free(struct dma_ops_domain *dom) in dma_ops_domain_free()
1615 struct protection_domain *dom; in domain_for_device() local
1776 static u64* dma_ops_get_pte(struct dma_ops_domain *dom, in dma_ops_get_pte()
1803 static dma_addr_t dma_ops_domain_map(struct dma_ops_domain *dom, in dma_ops_domain_map()
[all …]
/linux-2.6.39/include/xen/
Dprivcmd.h54 domid_t dom; /* target domain */ member
60 domid_t dom; /* target domain */ member
/linux-2.6.39/include/xen/interface/
Devent_channel.h28 domid_t dom, remote_dom; member
129 domid_t dom; member
142 domid_t dom; member
145 domid_t dom; member
Dgrant_table.h183 domid_t dom; member
225 domid_t dom; member
240 domid_t dom; member
316 domid_t dom; member
/linux-2.6.39/net/sunrpc/
Dsvcauth_unix.c41 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release()
210 struct auth_domain *dom; in ip_map_parse() local
280 char *dom = "-no-domain-"; in ip_map_show() local
371 int auth_unix_add_addr(struct net *net, struct in6_addr *addr, struct auth_domain *dom) in auth_unix_add_addr()
388 int auth_unix_forget_old(struct auth_domain *dom) in auth_unix_forget_old()
Dsvcauth.c126 void auth_domain_put(struct auth_domain *dom) in auth_domain_put()
/linux-2.6.39/fs/nfsd/
Dexport.c84 struct auth_domain *dom = NULL; in expkey_parse() local
497 struct auth_domain *dom = NULL; in svc_export_parse() local
1121 struct auth_domain *dom; in exp_unexport() local
1568 struct auth_domain *dom; in exp_addclient() local
1611 struct auth_domain *dom; in exp_delclient() local
Dnfsctl.c649 struct auth_domain *dom; in write_filehandle() local
/linux-2.6.39/net/sunrpc/auth_gss/
Dsvcauth_gss.c760 u32 svcauth_gss_flavor(struct auth_domain *dom) in svcauth_gss_flavor()
1414 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release()
/linux-2.6.39/drivers/net/benet/
Dbe_cmds.c671 int be_cmd_pmac_del(struct be_adapter *adapter, u32 if_id, u32 pmac_id, u32 dom) in be_cmd_pmac_del()
/linux-2.6.39/fs/
Dnamespace.c1068 int dom = get_dominating_id(mnt, &p->root); in show_mountinfo() local
/linux-2.6.39/drivers/pci/
Dintel-iommu.c2696 static void add_unmap(struct dmar_domain *dom, struct iova *iova) in add_unmap()