Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dirq.h159 extern int pirq_guest_bind(struct vcpu *, struct pirq *, int will_share);
/xen/xen/arch/arm/
A Dirq.c590 int pirq_guest_bind(struct vcpu *v, struct pirq *pirq, int will_share) in pirq_guest_bind() argument
/xen/xen/arch/x86/
A Dirq.c1540 int pirq_guest_bind(struct vcpu *v, struct pirq *pirq, int will_share) in pirq_guest_bind() argument
1591 action->shareable = will_share; in pirq_guest_bind()
1622 else if ( !will_share || !action->shareable ) in pirq_guest_bind()
1626 will_share ? "Others do not share" in pirq_guest_bind()

Completed in 10 milliseconds