Searched refs:evtchn_bind_to_user (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | evtchn.c | 364 static int evtchn_bind_to_user(struct per_user_data *u, evtchn_port_t port) in evtchn_bind_to_user() function 484 rc = evtchn_bind_to_user(u, bind_virq.port); in evtchn_ioctl() 510 rc = evtchn_bind_to_user(u, bind_interdomain.local_port); in evtchn_ioctl() 537 rc = evtchn_bind_to_user(u, alloc_unbound.port); in evtchn_ioctl()
|
Completed in 3 milliseconds