Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/amd64/include/
Dvmmvar.h477 #define VM_RWREGS_DRS 0x10 /* read/write DRs */ macro
479 VM_RWREGS_MSRS | VM_RWREGS_DRS)
/openbsd/src/sys/arch/amd64/amd64/
Dvmm_machdep.c1134 if (regmask & VM_RWREGS_DRS) { in vcpu_readregs_vmx()
1278 if (regmask & VM_RWREGS_DRS) { in vcpu_readregs_svm()
1414 if (regmask & VM_RWREGS_DRS) { in vcpu_writeregs_vmx()
1551 if (regmask & VM_RWREGS_DRS) { in vcpu_writeregs_svm()