Searched refs:HYPERVISOR_event_channel_op (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/xen/ |
H A D | events.h | 82 (void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in notify_remote_via_evtchn() 147 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) in xen_evtchn_close()
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_fifo.c | 118 return HYPERVISOR_event_channel_op(EVTCHNOP_init_control, &init_control); in init_control_block() 171 ret = HYPERVISOR_event_channel_op(EVTCHNOP_expand_array, &expand_array); in evtchn_fifo_setup() 256 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask); in evtchn_fifo_unmask()
|
H A D | events_base.c | 861 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq); in __startup_pirq() 1277 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi, in bind_ipi_to_irq() 1314 err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain, in bind_interdomain_evtchn_to_irq_chip() 1339 rc = HYPERVISOR_event_channel_op(EVTCHNOP_status, &status); in find_virq() 1390 ret = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in bind_virq_to_irq() 1575 return HYPERVISOR_event_channel_op(EVTCHNOP_set_priority, in xen_set_irq_priority() 1802 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind_vcpu) >= 0) in xen_rebind_evtchn_to_cpu() 1981 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in restore_cpu_virqs() 2009 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi, in restore_cpu_ipis()
|
H A D | events_2l.c | 121 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask); in evtchn_2l_unmask()
|
/openbmc/linux/include/xen/arm/ |
H A D | hypercall.h | 51 int HYPERVISOR_event_channel_op(int cmd, void *arg);
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_dev_backend.c | 56 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg); in xenbus_alloc()
|
H A D | xenbus_client.c | 470 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenbus_alloc_evtchn() 492 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close); in xenbus_free_evtchn()
|
H A D | xenbus_probe.c | 900 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenstored_local_init()
|
/openbmc/linux/drivers/xen/ |
H A D | evtchn.c | 460 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in evtchn_ioctl() 486 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain, in evtchn_ioctl() 511 rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in evtchn_ioctl()
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 434 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op() function
|
/openbmc/linux/arch/arm/xen/ |
H A D | enlighten.c | 573 EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
|