Home
last modified time | relevance | path

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

/linux/drivers/xen/events/
A Devents_fifo.c118 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()
A Devents_base.c821 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) in xen_evtchn_close()
888 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq); in __startup_pirq()
1279 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi, in bind_ipi_to_irq()
1315 err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain, in bind_interdomain_evtchn_to_irq_chip()
1340 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()
1570 return HYPERVISOR_event_channel_op(EVTCHNOP_set_priority, in xen_set_irq_priority()
1815 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind_vcpu) >= 0) in xen_rebind_evtchn_to_cpu()
1992 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in restore_cpu_virqs()
2018 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi, in restore_cpu_ipis()
A Devents_2l.c121 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask); in evtchn_2l_unmask()
/linux/drivers/xen/
A Devtchn.c411 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) in evtchn_bind_to_user()
454 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in evtchn_ioctl()
480 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain, in evtchn_ioctl()
505 rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in evtchn_ioctl()
/linux/include/xen/arm/
A Dhypercall.h51 int HYPERVISOR_event_channel_op(int cmd, void *arg);
/linux/drivers/xen/xenbus/
A Dxenbus_dev_backend.c56 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg); in xenbus_alloc()
A Dxenbus_client.c427 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenbus_alloc_evtchn()
449 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close); in xenbus_free_evtchn()
A Dxenbus_probe.c870 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenstored_local_init()
/linux/include/xen/
A Devents.h83 (void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in notify_remote_via_evtchn()
/linux/arch/arm/xen/
A Denlighten.c436 EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
/linux/arch/x86/include/asm/xen/
A Dhypercall.h426 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op() function
/linux/
A Dvmlinux.symvers7516 0x00000000 HYPERVISOR_event_channel_op vmlinux EXPORT_SYMBOL_GPL
A DSystem.map1858 ffff8000100758e0 T HYPERVISOR_event_channel_op
A D.tmp_System.map1858 ffff8000100758e0 T HYPERVISOR_event_channel_op

Completed in 316 milliseconds