Lines Matching full:domain
56 * @domain: domain the endpoint is attached to
60 uint8_t type, uint32_t domain, uint32_t ep) in send_attach_detach() argument
73 req.domain = cpu_to_le32(domain); in send_attach_detach()
94 * @domain: domain the new mapping is attached to
101 uint32_t domain, uint64_t virt_start, uint64_t virt_end, in send_map() argument
115 req.domain = cpu_to_le32(domain); in send_map()
139 * @domain: domain the new binding is attached to
144 uint32_t domain, uint64_t virt_start, uint64_t virt_end) in send_unmap() argument
157 req.domain = cpu_to_le32(domain); in send_unmap()
185 /* type, domain, ep */ in test_attach_detach()
187 /* attach ep0 to domain 0 */ in test_attach_detach()
199 /* move ep0 from domain 0 to domain 1 */ in test_attach_detach()
203 /* detach ep0 from domain 0 */ in test_attach_detach()
207 /* detach ep0 from domain 1 */ in test_attach_detach()
232 /* attach ep0 to domain 1 */ in test_map_unmap()
239 /* domain, virt start, virt end, phys start, flags */ in test_map_unmap()