Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/io/
H A Dpvcalls.h36 #define PVCALLS_ACCEPT 5 macro
/openbmc/linux/drivers/xen/
H A Dpvcalls-back.c539 if (req->cmd != PVCALLS_ACCEPT) { in __pvcalls_back_accept()
835 case PVCALLS_ACCEPT: in pvcalls_back_handle_cmd()
H A Dpvcalls-front.c856 req->cmd = PVCALLS_ACCEPT; in pvcalls_front_accept()