Home
last modified time | relevance | path

Searched refs:nextpc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/riscv/vmm/
H A Dvmm.c89 uint64_t nextpc; /* (x) next instruction to execute */ member
988 vcpu->nextpc = val; in vm_set_register()
1199 error = vmmops_run(vcpu->cookie, vcpu->nextpc, pmap, &evinfo); in vm_run()
1210 vcpu->nextpc = vme->pc + vme->inst_length; in vm_run()
1214 vcpu->nextpc = vme->pc + vme->inst_length; in vm_run()
1219 vcpu->nextpc = vme->pc + vme->inst_length; in vm_run()
1223 vcpu->nextpc = vme->pc; in vm_run()
1227 vcpu->nextpc = vme->pc; in vm_run()
1232 vcpu->nextpc = vme->pc; in vm_run()
1237 vcpu->nextpc = vme->pc; in vm_run()
/freebsd/sys/arm64/vmm/
H A Dvmm.c85 uint64_t nextpc; /* (x) next instruction to execute */ member
1261 vcpu->nextpc = val; in vm_set_register()
1463 error = vmmops_run(vcpu->cookie, vcpu->nextpc, pmap, &evinfo); in vm_run()
1474 vcpu->nextpc = vme->pc + vme->inst_length; in vm_run()
1479 vcpu->nextpc = vme->pc + vme->inst_length; in vm_run()
1488 vcpu->nextpc = vme->pc; in vm_run()
1497 vcpu->nextpc = vme->pc + vme->inst_length; in vm_run()
1502 vcpu->nextpc = vme->pc; in vm_run()
1507 vcpu->nextpc = vme->pc; in vm_run()
1513 vcpu->nextpc = vme->pc; in vm_run()