Lines Matching defs:domain
150 struct domain *domain; member
305 struct domain struct
307 domid_t domain_id; argument
314 spinlock_t domain_lock; argument
330 struct domain *next_in_list; argument
331 struct domain *next_in_hashbucket; argument
344 struct evtchn_fifo_domain *evtchn_fifo; argument
350 * Protected by the domain's event-channel spinlock. argument
366 struct domain_iommu iommu; argument
375 /* Is this a xenstore domain (not dom0)? */ argument
384 * Set to true at the very end of domain creation, when the domain is argument
390 struct domain *target; argument
419 /* Bitmask of CPUs which are holding onto this domain's state. */ argument
420 cpumask_var_t domain_dirty_cpumask; argument
422 struct arch_domain arch; argument
426 /* Control-plane tools handle for this domain. */ argument
427 xen_domain_handle_t handle; argument
452 /* transcendent memory, auto-allocated on first tmem op by each domain */ argument
461 struct vm_event_domain *vm_event_share; argument
465 struct vm_event_domain *vm_event_paging; argument
468 struct vm_event_domain *vm_event_monitor; argument
495 #define is_idle_vcpu(v) (is_idle_domain((v)->domain)) argument