Searched refs:handle_bufioreq (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/hw/xen/ |
H A D | xen_native.h | 140 xendevicemodel_handle *dmod, domid_t domid, int handle_bufioreq, in xendevicemodel_create_ioreq_server() argument 143 return xc_hvm_create_ioreq_server(dmod, domid, handle_bufioreq, in xendevicemodel_create_ioreq_server() 467 int handle_bufioreq, in xen_create_ioreq_server() argument 471 handle_bufioreq, in xen_create_ioreq_server()
|
H A D | xen-pvh-common.h | 47 uint8_t handle_bufioreq; member
|
H A D | xen-hvm-common.h | 100 uint8_t handle_bufioreq,
|
/openbmc/qemu/hw/arm/ |
H A D | xen-pvh.c | 80 xpc->handle_bufioreq = HVM_IOREQSRV_BUFIOREQ_OFF; in xen_arm_machine_class_init()
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-pvh.c | 93 xpc->handle_bufioreq = HVM_IOREQSRV_BUFIOREQ_ATOMIC; in xen_pvh_machine_class_init()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-hvm-common.c | 891 uint8_t handle_bufioreq, in xen_register_ioreq() argument 910 state->has_bufioreq = handle_bufioreq != HVM_IOREQSRV_BUFIOREQ_OFF; in xen_register_ioreq() 911 rc = xen_create_ioreq_server(xen_domid, handle_bufioreq, &state->ioservid); in xen_register_ioreq()
|
H A D | xen-pvh-common.c | 198 xpc->handle_bufioreq, in xen_pvh_init()
|