Home
last modified time | relevance | path

Searched refs:domain_id (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/amd64/vmm/amd/
H A Damdvi_hw.c110 SYSCTL_UINT(_hw_vmm_amdvi, OID_AUTO, domain_id, CTLFLAG_RD,
348 amdvi_cmd_inv_iommu_pages(struct amdvi_softc *softc, uint16_t domain_id, in amdvi_cmd_inv_iommu_pages() argument
358 cmd->word1 = domain_id; in amdvi_cmd_inv_iommu_pages()
421 amdvi_inv_domain(struct amdvi_softc *softc, uint16_t domain_id) in amdvi_inv_domain() argument
432 amdvi_cmd_inv_iommu_pages(softc, domain_id, AMDVI_INVD_PAGE_ALL_ADDR, in amdvi_inv_domain()
436 device_printf(softc->dev, "Invalidate domain:0x%x\n", domain_id); in amdvi_inv_domain()
983 amdvi_do_inv_domain(uint16_t domain_id, bool create) in amdvi_do_inv_domain() argument
999 amdvi_inv_domain(softc, domain_id); in amdvi_do_inv_domain()
1241 temp->domain_id = domain->id; in amdvi_set_dte()
H A Damdvi_priv.h83 uint16_t domain_id:16; /* Domain ID */ member
/freebsd/sys/contrib/xen/
H A Dpmu.h125 domid_t domain_id; member
H A Dsched.h150 domid_t domain_id; /* Remote domain ID */ member
H A Dargo.h64 domid_t domain_id; member
H A Dxenoprof.h123 uint16_t domain_id; member
/freebsd/sys/fs/udf/
H A Decma167-udf.h191 struct regid domain_id; member
305 struct regid domain_id; member
/freebsd/sys/dev/isci/scil/
H A Dscif_sas_domain.h198 U8 domain_id,
H A Dscif_sas_domain.c544 U8 domain_id, in scif_sas_domain_construct() argument
552 fw_domain, domain_id, fw_controller in scif_sas_domain_construct()
570 fw_controller->core_object, domain_id, &fw_domain->core_object in scif_sas_domain_construct()
/freebsd/sys/amd64/vmm/intel/
H A Dvtd.c155 domain_id(void) in domain_id() function
694 dom->id = domain_id(); in vtd_create_domain()
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h394 uint32_t domain_id; /* Observartion domain id */ member
H A Dnetflow_v9.c223 header->source_id = htonl(fe->domain_id); in export9_send()
H A Dnetflow.c549 fe->domain_id = fib; in ng_netflow_fib_init()
1031 header->engine_id = fe->domain_id; in export_send()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h4365 ath11k_super_reg_6ghz_to_str(enum reg_super_domain_6ghz domain_id) in ath11k_super_reg_6ghz_to_str() argument
4367 switch (domain_id) { in ath11k_super_reg_6ghz_to_str()