Searched refs:domain (Results 1 - 17 of 17) sorted by relevance

/include/linux/
H A Diommu.h53 * @domain_init: init iommu domain
54 * @domain_destroy: destroy iommu domain
55 * @attach_dev: attach device to an iommu domain
56 * @detach_dev: detach device from an iommu domain
57 * @map: map a physically contiguous memory region to an iommu domain
58 * @unmap: unmap a physically contiguous memory region from an iommu domain
60 * @domain_has_cap: domain capabilities query
61 * @commit: commit iommu domain
65 int (*domain_init)(struct iommu_domain *domain);
66 void (*domain_destroy)(struct iommu_domain *domain);
125 report_iommu_fault(struct iommu_domain *domain, struct device *dev, unsigned long iova, int flags) argument
154 iommu_domain_free(struct iommu_domain *domain) argument
158 iommu_attach_device(struct iommu_domain *domain, struct device *dev) argument
164 iommu_detach_device(struct iommu_domain *domain, struct device *dev) argument
169 iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, int gfp_order, int prot) argument
175 iommu_unmap(struct iommu_domain *domain, unsigned long iova, int gfp_order) argument
181 iommu_iova_to_phys(struct iommu_domain *domain, unsigned long iova) argument
187 domain_has_cap(struct iommu_domain *domain, unsigned long cap) argument
193 iommu_set_fault_handler(struct iommu_domain *domain, iommu_fault_handler_t handler) argument
[all...]
H A Daer.h55 extern void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn,
H A Dpm_domain.h20 GPD_STATE_ACTIVE = 0, /* PM domain is active */
21 GPD_STATE_WAIT_MASTER, /* PM domain's master is being waited for */
22 GPD_STATE_BUSY, /* Something is happening to the PM domain */
24 GPD_STATE_POWER_OFF, /* PM domain is off */
28 bool (*power_down_ok)(struct dev_pm_domain *domain);
49 struct dev_pm_domain domain; /* PM domain operations */ member in struct:generic_pm_domain
51 struct list_head master_links; /* Links with PM domain as a master */
52 struct list_head slave_links; /* Links with PM domain as a slave */
60 enum gpd_status status; /* Current state of the domain */
[all...]
H A Dtipc.h185 __u32 domain; member in struct:sockaddr_tipc::__anon1327::__anon1328
H A Dcciss_ioctl.h15 unsigned short domain; member in struct:_cciss_pci_info_struct
H A Dcs5535.h223 int domain);
H A Dremoteproc.h367 * @domain: iommu domain
389 struct iommu_domain *domain; member in struct:rproc
H A Dpci.h481 extern int raw_pci_read(unsigned int domain, unsigned int bus,
483 extern int raw_pci_write(unsigned int domain, unsigned int bus,
656 extern struct pci_bus *pci_find_bus(int domain, int busnr);
722 struct pci_dev *pci_get_domain_bus_and_slot(int domain, unsigned int bus,
1111 * PCI domain support. Sometimes called PCI segment (eg by ACPI),
1112 * a PCI domain is defined to be a set of PCI busses which share
H A Dirq.h126 * @hwirq: hardware interrupt number, local to the interrupt domain
131 * @domain: Interrupt translation domain; responsible for mapping
149 struct irq_domain *domain; member in struct:irq_data
H A Dnfs_xdr.h1085 char domain[NFS4_OPAQUE_LIMIT + 1]; member in struct:nfs41_impl_id
/include/xen/interface/io/
H A Dpciif.h77 uint32_t domain; /* PCI Domain/Segment */ member in struct:xen_pci_op
101 uint32_t domain; /* PCI Domain/Segment*/ member in struct:xen_pcie_aer_op
/include/net/
H A Dnetlabel.h79 * 3: network selectors added to the NetLabel/LSM domain mapping and the
176 * @domain: the NetLabel LSM domain
187 * NETLBL_SECATTR_* defines. The domain field is typically set by the LSM to
188 * specify domain specific configuration settings and is not usually used by
209 char *domain; member in struct:netlbl_lsm_secattr
321 kfree(secattr->domain);
360 int netlbl_cfg_map_del(const char *domain,
365 int netlbl_cfg_unlbl_map_add(const char *domain,
387 const char *domain,
443 netlbl_cfg_map_del(const char *domain, u16 family, const void *addr, const void *mask, struct netlbl_audit *audit_info) argument
451 netlbl_cfg_unlbl_map_add(const char *domain, u16 family, void *addr, void *mask, struct netlbl_audit *audit_info) argument
488 netlbl_cfg_cipsov4_map_add(u32 doi, const char *domain, const struct in_addr *addr, const struct in_addr *mask, struct netlbl_audit *audit_info) argument
[all...]
H A Dcipso_ipv4.h176 const char *domain)
182 const char *domain)
175 cipso_v4_doi_domhsh_add(struct cipso_v4_doi *doi_def, const char *domain) argument
181 cipso_v4_doi_domhsh_remove(struct cipso_v4_doi *doi_def, const char *domain) argument
/include/drm/
H A Dnouveau_drm.h106 uint32_t domain; member in struct:drm_nouveau_gem_info
123 uint32_t domain; member in struct:drm_nouveau_gem_pushbuf_bo_presumed
H A Dradeon_drm.h858 uint32_t domain; member in struct:drm_radeon_gem_busy
/include/acpi/
H A Dprocessor.h85 u64 domain; member in struct:acpi_psd_package
126 u64 domain; member in struct:acpi_tsd_package
/include/xen/interface/
H A Dplatform.h4 * Hardware platform operations. Intended for use by domain-0 kernel.
219 uint32_t domain; /* domain number of one dependent group */ member in struct:xen_processor_csd
221 uint32_t num; /* number of processors in same domain */
272 uint64_t domain; member in struct:xen_psd_package

Completed in 779 milliseconds