Symbol: mshv_vtl_cpu_context
arch/x86/hyperv/hv_vtl.c
299
void mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0)
arch/x86/hyperv/mshv-asm-offsets.c
20
OFFSET(MSHV_VTL_CPU_CONTEXT_rax, mshv_vtl_cpu_context, rax);
arch/x86/hyperv/mshv-asm-offsets.c
21
OFFSET(MSHV_VTL_CPU_CONTEXT_rcx, mshv_vtl_cpu_context, rcx);
arch/x86/hyperv/mshv-asm-offsets.c
22
OFFSET(MSHV_VTL_CPU_CONTEXT_rdx, mshv_vtl_cpu_context, rdx);
arch/x86/hyperv/mshv-asm-offsets.c
23
OFFSET(MSHV_VTL_CPU_CONTEXT_rbx, mshv_vtl_cpu_context, rbx);
arch/x86/hyperv/mshv-asm-offsets.c
24
OFFSET(MSHV_VTL_CPU_CONTEXT_rbp, mshv_vtl_cpu_context, rbp);
arch/x86/hyperv/mshv-asm-offsets.c
25
OFFSET(MSHV_VTL_CPU_CONTEXT_rsi, mshv_vtl_cpu_context, rsi);
arch/x86/hyperv/mshv-asm-offsets.c
26
OFFSET(MSHV_VTL_CPU_CONTEXT_rdi, mshv_vtl_cpu_context, rdi);
arch/x86/hyperv/mshv-asm-offsets.c
27
OFFSET(MSHV_VTL_CPU_CONTEXT_r8, mshv_vtl_cpu_context, r8);
arch/x86/hyperv/mshv-asm-offsets.c
28
OFFSET(MSHV_VTL_CPU_CONTEXT_r9, mshv_vtl_cpu_context, r9);
arch/x86/hyperv/mshv-asm-offsets.c
29
OFFSET(MSHV_VTL_CPU_CONTEXT_r10, mshv_vtl_cpu_context, r10);
arch/x86/hyperv/mshv-asm-offsets.c
30
OFFSET(MSHV_VTL_CPU_CONTEXT_r11, mshv_vtl_cpu_context, r11);
arch/x86/hyperv/mshv-asm-offsets.c
31
OFFSET(MSHV_VTL_CPU_CONTEXT_r12, mshv_vtl_cpu_context, r12);
arch/x86/hyperv/mshv-asm-offsets.c
32
OFFSET(MSHV_VTL_CPU_CONTEXT_r13, mshv_vtl_cpu_context, r13);
arch/x86/hyperv/mshv-asm-offsets.c
33
OFFSET(MSHV_VTL_CPU_CONTEXT_r14, mshv_vtl_cpu_context, r14);
arch/x86/hyperv/mshv-asm-offsets.c
34
OFFSET(MSHV_VTL_CPU_CONTEXT_r15, mshv_vtl_cpu_context, r15);
arch/x86/hyperv/mshv-asm-offsets.c
35
OFFSET(MSHV_VTL_CPU_CONTEXT_cr2, mshv_vtl_cpu_context, cr2);
arch/x86/include/asm/mshyperv.h
303
void mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0);
arch/x86/include/asm/mshyperv.h
306
void __mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0);
arch/x86/include/asm/mshyperv.h
310
static inline void mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0) {}
arch/x86/include/asm/mshyperv.h
313
static inline void __mshv_vtl_return_call(struct mshv_vtl_cpu_context *vtl0) {}
drivers/hv/mshv_vtl.h
14
struct mshv_vtl_cpu_context cpu_context;
drivers/hv/mshv_vtl_main.c
611
static void mshv_vtl_return(struct mshv_vtl_cpu_context *vtl0)