Searched refs:pvcalls (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | Makefile | 36 obj-$(CONFIG_XEN_PVCALLS_BACKEND) += pvcalls-back.o 37 obj-$(CONFIG_XEN_PVCALLS_FRONTEND) += pvcalls-front.o
|
H A D | pvcalls-front.c | 16 #include <xen/interface/io/pvcalls.h> 18 #include "pvcalls-front.h" 393 0, "pvcalls-frontend", map); in create_active() 1053 * easiest way to guarantee this is to see that no pvcalls in pvcalls_front_release() 1084 { "pvcalls" }, 1160 /* See XENBUS_FUNCTIONS_CALLS in pvcalls.h */ in pvcalls_front_probe() 1193 0, "pvcalls-frontend", dev); in pvcalls_front_probe() 1285 pr_info("Initialising Xen pvcalls frontend driver\n"); in pvcalls_frontend_init()
|
H A D | pvcalls-back.c | 22 #include <xen/interface/io/pvcalls.h> 354 pvcalls_back_conn_event, 0, "pvcalls-backend", map); in pvcalls_new_active_socket() 956 IRQF_ONESHOT, "pvcalls-back", dev); in backend_connect() 1196 { "pvcalls" },
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | Makefile | 33 obj-$(CONFIG_XEN_PVCALLS_BACKEND) += pvcalls-back.o 34 obj-$(CONFIG_XEN_PVCALLS_FRONTEND) += pvcalls-front.o
|
H A D | pvcalls-front.c | 16 #include <xen/interface/io/pvcalls.h> 18 #include "pvcalls-front.h" 403 0, "pvcalls-frontend", map); in create_active() 1061 * easiest way to guarantee this is to see that no pvcalls in pvcalls_front_release() 1092 { "pvcalls" }, 1167 /* See XENBUS_FUNCTIONS_CALLS in pvcalls.h */ in pvcalls_front_probe() 1200 0, "pvcalls-frontend", dev); in pvcalls_front_probe() 1293 pr_info("Initialising Xen pvcalls frontend driver\n"); in pvcalls_frontend_init()
|
H A D | pvcalls-back.c | 23 #include <xen/interface/io/pvcalls.h> 358 pvcalls_back_conn_event, 0, "pvcalls-backend", map); in pvcalls_new_active_socket() 961 IRQF_ONESHOT, "pvcalls-back", dev); in backend_connect() 1200 { "pvcalls" },
|
/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | pvcalls.h | 12 * See docs/misc/pvcalls.markdown in xen.git for the full specification: 13 * https://xenbits.xen.org/docs/unstable/misc/pvcalls.html 27 DEFINE_XEN_FLEX_RING(pvcalls); variable
|
/kernel/linux/linux-6.6/include/xen/interface/io/ |
H A D | pvcalls.h | 14 * See docs/misc/pvcalls.markdown in xen.git for the full specification: 15 * https://xenbits.xen.org/docs/unstable/misc/pvcalls.html 29 DEFINE_XEN_FLEX_RING(pvcalls); variable
|
Completed in 9 milliseconds