Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/amd64/vmm/amd/
Dsvm_support.S41 #define VMRUN .byte 0x0f, 0x01, 0xd8 macro
93 VMRUN
/freebsd-10-stable/sys/amd64/vmm/
Dvmm.c178 #define VMRUN(vmi, vcpu, rip, pmap, evinfo) \ macro
1637 error = VMRUN(vm->cookie, vcpuid, vcpu->nextrip, pmap, &evinfo); in vm_run()