Searched refs:evtchn_bind_to_user (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/xen/ |
| D | evtchn.c | 369 static int evtchn_bind_to_user(struct per_user_data *u, evtchn_port_t port, in evtchn_bind_to_user() function 459 rc = evtchn_bind_to_user(u, bind_virq.port, false); in evtchn_ioctl() 485 rc = evtchn_bind_to_user(u, bind_interdomain.local_port, false); in evtchn_ioctl() 510 rc = evtchn_bind_to_user(u, alloc_unbound.port, false); in evtchn_ioctl() 552 rc = evtchn_bind_to_user(u, bind.port, true); in evtchn_ioctl()
|