Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c284 #define VMSETCAP(vmi, vcpu, num, val) ((*ops->vmsetcap)(vmi, vcpu, num, val)) macro
3192 return (VMSETCAP(vm->cookie, vcpu, type, val)); in vm_set_capability()