Searched refs:evtchn_bind_to_user (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/xen/ |
H A D | evtchn.c | 374 static int evtchn_bind_to_user(struct per_user_data *u, evtchn_port_t port, in evtchn_bind_to_user() function 465 rc = evtchn_bind_to_user(u, bind_virq.port, false); in evtchn_ioctl() 491 rc = evtchn_bind_to_user(u, bind_interdomain.local_port, false); in evtchn_ioctl() 516 rc = evtchn_bind_to_user(u, alloc_unbound.port, false); in evtchn_ioctl() 558 rc = evtchn_bind_to_user(u, bind.port, true); in evtchn_ioctl()
|