Searched refs:instruction_length (Results 1 – 1 of 1) sorted by relevance
268 let instruction_length = vmx_vmread(VmcsFields::VMEXIT_INSTR_LEN as u32)?; in adjust_rip() localVariable269 vmx_vmwrite(VmcsFields::GUEST_RIP as u32, rip + instruction_length)?; in adjust_rip()