Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_vtl.c267 void mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0) in mshv_vtl_return_call() argument
272 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()
/linux/arch/x86/include/asm/
H A Dmshyperv.h304 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() argument
314 static inline void __mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0) {} in __mshv_vtl_return_call() argument
/linux/drivers/hv/
H A Dmshv_vtl_main.c604 static void mshv_vtl_return(struct mshv_vtl_cpu_context *vtl0) in mshv_vtl_return() argument
627 mshv_vtl_return_call(vtl0); in mshv_vtl_return()