Home
last modified time | relevance | path

Searched refs:PVCALLS_ACCEPT (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/xen/interface/io/
Dpvcalls.h34 #define PVCALLS_ACCEPT 5 macro
/linux-4.19.296/drivers/xen/
Dpvcalls-back.c545 if (req->cmd != PVCALLS_ACCEPT) { in __pvcalls_back_accept()
839 case PVCALLS_ACCEPT: in pvcalls_back_handle_cmd()
Dpvcalls-front.c855 req->cmd = PVCALLS_ACCEPT; in pvcalls_front_accept()