Searched refs:vtl0 (Results 1 – 3 of 3) sorted by relevance
267 void mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0) in mshv_vtl_return_call() argument272 hvp->vtl_ret_x64rax = vtl0->rax; in mshv_vtl_return_call()273 hvp->vtl_ret_x64rcx = vtl0->rcx; in mshv_vtl_return_call()276 fxrstor(&vtl0->fx_state); in mshv_vtl_return_call()277 __mshv_vtl_return_call(vtl0); in mshv_vtl_return_call()278 fxsave(&vtl0->fx_state); in mshv_vtl_return_call()
304 void mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0);307 void __mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0);311 static inline void mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0) {} in mshv_vtl_return_call() argument314 static inline void __mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0) {} in __mshv_vtl_return_call() argument
604 static void mshv_vtl_return(struct mshv_vtl_cpu_context *vtl0) in mshv_vtl_return() argument627 mshv_vtl_return_call(vtl0); in mshv_vtl_return()