Home
last modified time | relevance | path

Searched refs:VM_RWREGS_GPRS (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/arch/arm64/include/
H A Dvmmvar.h71 #define VM_RWREGS_GPRS 0x1 /* read/write GPRs */ macro
72 #define VM_RWREGS_ALL (VM_RWREGS_GPRS)
/openbsd/sys/arch/amd64/include/
H A Dvmmvar.h473 #define VM_RWREGS_GPRS 0x1 /* read/write GPRs */ macro
478 #define VM_RWREGS_ALL (VM_RWREGS_GPRS | VM_RWREGS_SREGS | VM_RWREGS_CRS | \
/openbsd/sys/arch/amd64/amd64/
H A Dvmm_machdep.c1052 if (regmask & VM_RWREGS_GPRS) { in vcpu_readregs_vmx()
1177 if (regmask & VM_RWREGS_GPRS) { in vcpu_readregs_svm()
1332 if (regmask & VM_RWREGS_GPRS) { in vcpu_writeregs_vmx()
1463 if (regmask & VM_RWREGS_GPRS) { in vcpu_writeregs_svm()
3608 ret = vcpu_writeregs_vmx(vcpu, VM_RWREGS_GPRS, 0, in vcpu_run_vmx()
6109 ret = vcpu_writeregs_svm(vcpu, VM_RWREGS_GPRS, in vcpu_run_svm()