Home
last modified time | relevance | path

Searched defs:vm_entry (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm.h410 struct vm_entry { struct
412 uint_t cmd; /* see: vm_entry_cmds */ argument
413 void *exit_data;
414 union {
417 } u;
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c920 vm_run(struct vcpu *vcpu, const struct vm_entry *vm_entry, in vm_run()