Searched refs:nextrip (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/amd64/vmm/amd/ |
| H A D | svm_softc.h | 56 uint64_t nextrip; /* next instruction to be executed by guest */ member
|
| H A D | svm.c | 657 vcpu->nextrip = ~0; in svm_vcpu_init() 1762 if (vcpu->nextrip != state->rip) { in svm_inj_interrupts() 1766 vcpu->nextrip, state->rip); in svm_inj_interrupts() 2262 vcpu->nextrip = state->rip; in svm_run() 2797 SNAPSHOT_VAR_OR_LEAVE(vcpu->nextrip, meta, err, done); in svm_vcpu_snapshot()
|
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm.c | 626 vcpu->nextrip = val; in vm_set_register() 938 vcpu->nextrip += vie->num_processed; in vm_handle_inst_emul() 940 vcpu->nextrip); in vm_handle_inst_emul() 1168 error = vmmops_run(vcpu->cookie, vcpu->nextrip, pmap, &evinfo); in vm_run() 1179 vcpu->nextrip = vme->rip + vme->inst_length; in vm_run() 1265 "nextrip from %#lx to %#lx", vcpu->nextrip, rip); in vm_restart_instruction() 1266 vcpu->nextrip = rip; in vm_restart_instruction() 1975 SNAPSHOT_VAR_OR_LEAVE(vcpu->nextrip, meta, ret, done); in vm_snapshot_vcpus()
|
| /freebsd/sys/amd64/vmm/intel/ |
| H A D | vmx.h | 97 uint64_t nextrip; /* next instruction to be executed by guest */ member
|
| H A D | vmx.c | 1227 vcpu->state.nextrip = ~0; in vmx_vcpu_init() 1475 if (vcpu->state.nextrip != guestrip) { in vmx_inject_interrupts() 1480 vcpu->state.nextrip, guestrip); in vmx_inject_interrupts() 3208 vcpu->state.nextrip = rip; in vmx_run()
|
| /freebsd/sys/amd64/include/ |
| H A D | vmm.h | 140 uint64_t nextrip; /* (x) next instruction to execute */ \
|