Searched defs:vm_inout_str (Results 1 – 1 of 1) sorted by relevance
624 struct vm_inout_str { struct625 struct vm_inout inout; /* must be the first element */626 struct vm_guest_paging paging;627 uint64_t rflags;628 uint64_t cr0;629 uint64_t index;630 uint64_t count; /* rep=1 (%rcx), rep=0 (1) */631 int addrsize;632 enum vm_reg_name seg_name;633 struct seg_desc seg_desc;[all …]