Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/events/
Devents_base.c461 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) in xen_evtchn_close()
531 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq); in __startup_pirq()
899 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi, in bind_ipi_to_irq()
930 err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain, in bind_interdomain_evtchn_to_irq()
946 rc = HYPERVISOR_event_channel_op(EVTCHNOP_status, &status); in find_virq()
995 ret = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in bind_virq_to_irq()
1140 return HYPERVISOR_event_channel_op(EVTCHNOP_set_priority, in xen_set_irq_priority()
1334 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind_vcpu) >= 0) in rebind_irq_to_cpu()
1462 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in restore_cpu_virqs()
1486 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi, in restore_cpu_ipis()
Devents_fifo.c118 return HYPERVISOR_event_channel_op(EVTCHNOP_init_control, &init_control); in init_control_block()
172 ret = HYPERVISOR_event_channel_op(EVTCHNOP_expand_array, &expand_array); in evtchn_fifo_setup()
254 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask); in evtchn_fifo_unmask()
Devents_2l.c118 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask); in evtchn_2l_unmask()
/linux-4.4.14/arch/arm/include/asm/xen/
Dhypercall.h46 int HYPERVISOR_event_channel_op(int cmd, void *arg);
/linux-4.4.14/drivers/xen/
Devtchn.c413 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) in evtchn_bind_to_user()
452 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in evtchn_ioctl()
473 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain, in evtchn_ioctl()
494 rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in evtchn_ioctl()
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_dev_backend.c57 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg); in xenbus_alloc()
Dxenbus_client.c423 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenbus_alloc_evtchn()
445 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close); in xenbus_free_evtchn()
Dxenbus_probe.c720 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenstored_local_init()
/linux-4.4.14/include/xen/
Devents.h65 (void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in notify_remote_via_evtchn()
/linux-4.4.14/arch/arm/xen/
Denlighten.c300 EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
/linux-4.4.14/arch/x86/include/asm/xen/
Dhypercall.h365 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op() function