Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Devent_channel.c221 chn->notify_vcpu_id = 0; in evtchn_free()
406 chn->notify_vcpu_id = vcpu; in evtchn_bind_virq()
442 chn->notify_vcpu_id = vcpu; in evtchn_bind_ipi()
779 evtchn_port_set_pending(d, chn->notify_vcpu_id, chn); in send_guest_global_virq()
803 evtchn_port_set_pending(d, chn->notify_vcpu_id, chn); in send_guest_pirq()
926 status->vcpu = chn->notify_vcpu_id; in evtchn_status()
966 chn->notify_vcpu_id = vcpu_id; in evtchn_bind_vcpu()
972 chn->notify_vcpu_id = vcpu_id; in evtchn_bind_vcpu()
975 if ( chn->notify_vcpu_id == vcpu_id ) in evtchn_bind_vcpu()
978 chn->notify_vcpu_id = vcpu_id; in evtchn_bind_vcpu()
[all …]
A Devent_2l.c48 struct vcpu *v = d->vcpu[evtchn->notify_vcpu_id]; in evtchn_2l_unmask()
83 struct vcpu *v = d->vcpu[evtchn->notify_vcpu_id]; in evtchn_2l_print_state()
A Devent_fifo.c225 evtchn->last_vcpu_id = evtchn->notify_vcpu_id; in evtchn_fifo_set_pending()
282 struct vcpu *v = d->vcpu[evtchn->notify_vcpu_id]; in evtchn_fifo_unmask()
607 evtchn_fifo_set_pending(d->vcpu[evtchn->notify_vcpu_id], evtchn); in add_page_to_event_array()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dshim.c159 evtchn_from_port(d, port)->notify_vcpu_id = vcpu; in evtchn_assign_vcpu()
610 evtchn_port_set_pending(guest, chn->notify_vcpu_id, chn); in pv_shim_inject_evtchn()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h95 u16 notify_vcpu_id; /* VCPU for local delivery notification */ member

Completed in 10 milliseconds