Lines Matching refs:vcpu

142 struct vcpu  struct
152 struct vcpu *next_in_list; argument
310 struct vcpu **vcpu; member
493 extern struct vcpu *idle_vcpu[NR_CPUS];
612 int vcpu_start_shutdown_deferral(struct vcpu *v);
613 void vcpu_end_shutdown_deferral(struct vcpu *v);
645 int sched_init_vcpu(struct vcpu *v, unsigned int processor);
646 void sched_destroy_vcpu(struct vcpu *v);
655 void vcpu_wake(struct vcpu *v);
657 void vcpu_sleep_nosync(struct vcpu *v);
658 void vcpu_sleep_sync(struct vcpu *v);
665 void sync_vcpu_execstate(struct vcpu *v);
678 struct vcpu *prev,
679 struct vcpu *next);
687 void context_saved(struct vcpu *prev);
691 struct vcpu *same);
710 static inline void hypercall_cancel_continuation(struct vcpu *v) in hypercall_cancel_continuation()
764 for ( (_v) = (_d)->vcpu ? (_d)->vcpu[0] : NULL; \
799 static inline int vcpu_runnable(struct vcpu *v) in vcpu_runnable()
807 void vcpu_unblock(struct vcpu *v);
808 void vcpu_pause(struct vcpu *v);
809 void vcpu_pause_nosync(struct vcpu *v);
810 void vcpu_unpause(struct vcpu *v);
811 int vcpu_pause_by_systemcontroller(struct vcpu *v);
812 int vcpu_unpause_by_systemcontroller(struct vcpu *v);
841 void vcpu_force_reschedule(struct vcpu *v);
843 int vcpu_set_hard_affinity(struct vcpu *v, const cpumask_t *affinity);
844 int vcpu_set_soft_affinity(struct vcpu *v, const cpumask_t *affinity);
846 int vcpu_pin_override(struct vcpu *v, int cpu);
848 void vcpu_runstate_get(struct vcpu *v, struct vcpu_runstate_info *runstate);
895 static inline bool is_vcpu_online(const struct vcpu *v) in is_vcpu_online()