Home
last modified time | relevance | path

Searched refs:mshv_vp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hv/
H A Dmshv_root.h37 struct mshv_vp { struct
64 const struct mshv_vp *__vp = (v); \ argument
116 struct mshv_vp *pt_vp_array[MSHV_MAX_VPS];
343 int mshv_debugfs_vp_create(struct mshv_vp *vp);
344 void mshv_debugfs_vp_remove(struct mshv_vp *vp);
357 static inline int mshv_debugfs_vp_create(struct mshv_vp *vp) in mshv_debugfs_vp_create()
361 static inline void mshv_debugfs_vp_remove(struct mshv_vp *vp) { } in mshv_debugfs_vp_remove()
H A Dmshv_root_main.c314 mshv_suspend_vp(const struct mshv_vp *vp, bool *message_in_flight) in mshv_suspend_vp()
360 static long mshv_run_vp_with_hyp_scheduler(struct mshv_vp *vp) in mshv_run_vp_with_hyp_scheduler()
408 mshv_vp_dispatch(struct mshv_vp *vp, u32 flags, in mshv_vp_dispatch()
454 mshv_vp_clear_explicit_suspend(struct mshv_vp *vp) in mshv_vp_clear_explicit_suspend()
475 static u64 mshv_vp_interrupt_pending(struct mshv_vp *vp) in mshv_vp_interrupt_pending()
482 static u64 mshv_vp_interrupt_pending(struct mshv_vp *vp) in mshv_vp_interrupt_pending()
488 static bool mshv_vp_dispatch_thread_blocked(struct mshv_vp *vp) in mshv_vp_dispatch_thread_blocked()
499 mshv_vp_wait_for_hv_kick(struct mshv_vp *vp) in mshv_vp_wait_for_hv_kick()
523 static long mshv_run_vp_with_root_scheduler(struct mshv_vp *vp) in mshv_run_vp_with_root_scheduler()
655 static bool mshv_handle_gpa_intercept(struct mshv_vp *vp) in mshv_handle_gpa_intercept()
[all …]
H A Dmshv_eventfd.c117 static int mshv_vp_irq_try_set_vector(struct mshv_vp *vp, u32 vector) in mshv_vp_irq_try_set_vector()
139 static int mshv_vp_irq_set_vector(struct mshv_vp *vp, u32 vector) in mshv_vp_irq_set_vector()
158 struct mshv_vp *vp; in mshv_try_assert_irq_fast()