Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_lapic.c67 vcpu_notify_t notify; in lapic_set_intr()
H A Dvmm.c310 static void vcpu_notify_event_locked(struct vcpu *vcpu, vcpu_notify_t);
3574 vcpu_notify_event_locked(struct vcpu *vcpu, vcpu_notify_t ntype) in vcpu_notify_event_locked()
3617 vcpu_notify_event_type(struct vm *vm, int vcpuid, vcpu_notify_t ntype) in vcpu_notify_event_type()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvlapic_priv.h110 vcpu_notify_t (*set_intr_ready)(struct vlapic *vlapic, int vector,
H A Dvlapic.h66 vcpu_notify_t vlapic_set_intr_ready(struct vlapic *vlapic, int vector,
H A Dvlapic.c297 vcpu_notify_t
483 vcpu_notify_t notify; in vlapic_fire_lvt()
/illumos-gate/usr/src/uts/intel/io/vmm/sys/
H A Dvmm_kernel.h291 } vcpu_notify_t; typedef
295 void vcpu_notify_event_type(struct vm *vm, int vcpuid, vcpu_notify_t);
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx.c3504 static vcpu_notify_t
3511 vcpu_notify_t notify = VCPU_NOTIFY_NONE; in vmx_apicv_set_ready()