Home
last modified time | relevance | path

Searched refs:vtl0 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/hyperv/
H A Dhv_vtl.c269 void mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0) in mshv_vtl_return_call() argument
274 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()
/linux/drivers/hv/
H A Dmshv_vtl_main.c610 static void mshv_vtl_return(struct mshv_vtl_cpu_context *vtl0) in mshv_vtl_return() argument
633 mshv_vtl_return_call(vtl0); in mshv_vtl_return()