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.c70 vcpu_notify_t notify; in lapic_set_intr()
H A Dvmm.c310 static void vcpu_notify_event_locked(struct vcpu *vcpu, vcpu_notify_t);
3572 vcpu_notify_event_locked(struct vcpu *vcpu, vcpu_notify_t ntype) in vcpu_notify_event_locked()
3615 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.h113 vcpu_notify_t (*set_intr_ready)(struct vlapic *vlapic, int vector,
H A Dvlapic.h78 vcpu_notify_t vlapic_set_intr_ready(struct vlapic *vlapic, int vector,
H A Dvlapic.c300 vcpu_notify_t
486 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.c3497 static vcpu_notify_t
3504 vcpu_notify_t notify = VCPU_NOTIFY_NONE; in vmx_apicv_set_ready()