Searched defs:vm_inout_str (Results 1 – 1 of 1) sorted by relevance
643 struct vm_inout_str { struct644 struct vm_inout inout; /* must be the first element */645 struct vm_guest_paging paging;646 uint64_t rflags;647 uint64_t cr0;648 uint64_t index;649 uint64_t count; /* rep=1 (%rcx), rep=0 (1) */650 int addrsize;651 enum vm_reg_name seg_name;652 struct seg_desc seg_desc;[all …]