KVM
Public Attributes | List of all members
kvm_hv_hcall Struct Reference

Public Attributes

u64 param
 
u64 ingpa
 
u64 outgpa
 
u16 code
 
u16 var_cnt
 
u16 rep_cnt
 
u16 rep_idx
 
bool fast
 
bool rep
 
sse128_t xmm [HV_HYPERCALL_MAX_XMM_REGISTERS]
 
union {
   gpa_t   data_offset
 
   int   consumed_xmm_halves
 
}; 
 

Detailed Description

Definition at line 1857 of file hyperv.c.

Member Data Documentation

◆ 

union { ... }

◆ code

u16 kvm_hv_hcall::code

Definition at line 1862 of file hyperv.c.

◆ consumed_xmm_halves

int kvm_hv_hcall::consumed_xmm_halves

Definition at line 1877 of file hyperv.c.

◆ data_offset

gpa_t kvm_hv_hcall::data_offset

Definition at line 1876 of file hyperv.c.

◆ fast

bool kvm_hv_hcall::fast

Definition at line 1866 of file hyperv.c.

◆ ingpa

u64 kvm_hv_hcall::ingpa

Definition at line 1860 of file hyperv.c.

◆ outgpa

u64 kvm_hv_hcall::outgpa

Definition at line 1861 of file hyperv.c.

◆ param

u64 kvm_hv_hcall::param

Definition at line 1859 of file hyperv.c.

◆ rep

bool kvm_hv_hcall::rep

Definition at line 1867 of file hyperv.c.

◆ rep_cnt

u16 kvm_hv_hcall::rep_cnt

Definition at line 1864 of file hyperv.c.

◆ rep_idx

u16 kvm_hv_hcall::rep_idx

Definition at line 1865 of file hyperv.c.

◆ var_cnt

u16 kvm_hv_hcall::var_cnt

Definition at line 1863 of file hyperv.c.

◆ xmm

sse128_t kvm_hv_hcall::xmm[HV_HYPERCALL_MAX_XMM_REGISTERS]

Definition at line 1868 of file hyperv.c.


The documentation for this struct was generated from the following file: