Lines Matching defs:d
78 static void __domain_finalise_shutdown(struct domain *d) in __domain_finalise_shutdown()
100 struct domain *d = v->domain; in vcpu_check_shutdown() local
118 struct domain *d = v->domain; in vcpu_info_reset() local
127 struct domain *d, unsigned int vcpu_id, unsigned int cpu_id) in alloc_vcpu()
203 static int late_hwdom_init(struct domain *d) in late_hwdom_init()
268 struct domain *d, **pd, *old_hwdom = NULL; in domain_create() local
433 void domain_update_node_affinity(struct domain *d) in domain_update_node_affinity()
502 int domain_set_node_affinity(struct domain *d, const nodemask_t *affinity) in domain_set_node_affinity()
534 struct domain *d; in get_domain_by_id() local
558 struct domain *d = NULL; in rcu_lock_domain_by_id() local
585 int rcu_lock_remote_domain_by_id(domid_t dom, struct domain **d) in rcu_lock_remote_domain_by_id()
599 int rcu_lock_live_remote_domain_by_id(domid_t dom, struct domain **d) in rcu_lock_live_remote_domain_by_id()
614 int domain_kill(struct domain *d) in domain_kill()
659 void __domain_crash(struct domain *d) in __domain_crash()
692 int domain_shutdown(struct domain *d, u8 reason) in domain_shutdown()
739 void domain_resume(struct domain *d) in domain_resume()
791 struct domain *d = curr->domain; in domain_pause_for_debugger() local
804 struct domain *d = container_of(head, struct domain, rcu); in complete_domain_destroy() local
878 void domain_destroy(struct domain *d) in domain_destroy()
965 static void do_domain_pause(struct domain *d, in do_domain_pause()
978 void domain_pause(struct domain *d) in domain_pause()
984 void domain_pause_nosync(struct domain *d) in domain_pause_nosync()
989 void domain_unpause(struct domain *d) in domain_unpause()
1000 int __domain_pause_by_systemcontroller(struct domain *d, in __domain_pause_by_systemcontroller()
1001 void (*pause_fn)(struct domain *d)) in __domain_pause_by_systemcontroller()
1025 int domain_unpause_by_systemcontroller(struct domain *d) in domain_unpause_by_systemcontroller()
1059 void domain_pause_except_self(struct domain *d) in domain_pause_except_self()
1073 void domain_unpause_except_self(struct domain *d) in domain_unpause_except_self()
1087 int domain_soft_reset(struct domain *d) in domain_soft_reset()
1124 struct domain *d = v->domain; in vcpu_reset() local
1166 struct domain *d = v->domain; in map_vcpu_info() local
1253 struct domain *d = v->domain; in default_initialise_vcpu() local
1276 struct domain *d = current->domain; in do_vcpu_op() local
1476 struct pirq *pirq_get_info(struct domain *d, int pirq) in pirq_get_info()