Searched refs:HYPERVISOR_event_channel_op (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/drivers/xen/events/ |
| 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() 262 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask); in evtchn_fifo_unmask()
|
| D | events_base.c | 713 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) in xen_evtchn_close() 783 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq); in __startup_pirq() 1160 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi, in bind_ipi_to_irq() 1192 err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain, in bind_interdomain_evtchn_to_irq_chip() 1217 rc = HYPERVISOR_event_channel_op(EVTCHNOP_status, &status); in find_virq() 1267 ret = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in bind_virq_to_irq() 1444 return HYPERVISOR_event_channel_op(EVTCHNOP_set_priority, in xen_set_irq_priority() 1684 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind_vcpu) >= 0) in xen_rebind_evtchn_to_cpu() 1826 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in restore_cpu_virqs() 1851 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi, in restore_cpu_ipis()
|
| D | events_2l.c | 122 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask); in evtchn_2l_unmask()
|
| /Linux-v5.10/drivers/xen/ |
| D | evtchn.c | 406 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) in evtchn_bind_to_user() 479 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in evtchn_ioctl() 505 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain, in evtchn_ioctl() 532 rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in evtchn_ioctl()
|
| /Linux-v5.10/include/xen/arm/ |
| D | hypercall.h | 51 int HYPERVISOR_event_channel_op(int cmd, void *arg);
|
| /Linux-v5.10/drivers/xen/xenbus/ |
| D | xenbus_dev_backend.c | 56 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg); in xenbus_alloc()
|
| D | xenbus_client.c | 421 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenbus_alloc_evtchn() 443 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close); in xenbus_free_evtchn()
|
| D | xenbus_probe.c | 728 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenstored_local_init()
|
| /Linux-v5.10/include/xen/ |
| D | events.h | 81 (void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in notify_remote_via_evtchn()
|
| /Linux-v5.10/arch/arm/xen/ |
| D | enlighten.c | 430 EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
|
| /Linux-v5.10/arch/x86/include/asm/xen/ |
| D | hypercall.h | 356 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op() function
|