Home
last modified time | relevance | path

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

/linux/drivers/hv/
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()
443 mshv_vp_clear_explicit_suspend(struct mshv_vp *vp) in mshv_vp_clear_explicit_suspend()
461 static u64 mshv_vp_interrupt_pending(struct mshv_vp *vp) in mshv_vp_interrupt_pending()
468 static u64 mshv_vp_interrupt_pending(struct mshv_vp *vp) in mshv_vp_interrupt_pending()
474 static bool mshv_vp_dispatch_thread_blocked(struct mshv_vp *vp) in mshv_vp_dispatch_thread_blocked()
485 mshv_vp_wait_for_hv_kick(struct mshv_vp *vp) in mshv_vp_wait_for_hv_kick()
503 static long mshv_run_vp_with_root_scheduler(struct mshv_vp *vp) in mshv_run_vp_with_root_scheduler()
629 static bool mshv_handle_gpa_intercept(struct mshv_vp *vp) in mshv_handle_gpa_intercept()
[all …]
H A Dmshv_root.h36 struct mshv_vp { struct
63 const struct mshv_vp *__vp = (v); \ argument
115 struct mshv_vp *pt_vp_array[MSHV_MAX_VPS];
342 int mshv_debugfs_vp_create(struct mshv_vp *vp);
343 void mshv_debugfs_vp_remove(struct mshv_vp *vp);
356 static inline int mshv_debugfs_vp_create(struct mshv_vp *vp) in mshv_debugfs_vp_create()
360 static inline void mshv_debugfs_vp_remove(struct mshv_vp *vp) { } in mshv_debugfs_vp_remove()
H A Dmshv_synic.c180 static void kick_vp(struct mshv_vp *vp) in kick_vp()
231 struct mshv_vp *vp; in handle_bitset_message()
272 struct mshv_vp *vp; in handle_pair_message()
330 struct mshv_vp *vp; in mshv_intercept_isr()
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()
H A Dmshv_debugfs.c624 int mshv_debugfs_vp_create(struct mshv_vp *vp) in mshv_debugfs_vp_create()
637 void mshv_debugfs_vp_remove(struct mshv_vp *vp) in mshv_debugfs_vp_remove()