Searched refs:vtl0 (Results 1 – 2 of 2) sorted by relevance
269 void mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0) in mshv_vtl_return_call() argument274 hvp->vtl_ret_x64rax = vtl0->rax; in mshv_vtl_return_call()275 hvp->vtl_ret_x64rcx = vtl0->rcx; in mshv_vtl_return_call()278 fxrstor(&vtl0->fx_state); in mshv_vtl_return_call()279 __mshv_vtl_return_call(vtl0); in mshv_vtl_return_call()280 fxsave(&vtl0->fx_state); in mshv_vtl_return_call()
610 static void mshv_vtl_return(struct mshv_vtl_cpu_context *vtl0) in mshv_vtl_return() argument633 mshv_vtl_return_call(vtl0); in mshv_vtl_return()