Home
last modified time | relevance | path

Searched refs:handle_bufioreq (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/xen/
H A Dxen_native.h140 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 Dxen-pvh-common.h47 uint8_t handle_bufioreq; member
H A Dxen-hvm-common.h100 uint8_t handle_bufioreq,
/openbmc/qemu/hw/arm/
H A Dxen-pvh.c80 xpc->handle_bufioreq = HVM_IOREQSRV_BUFIOREQ_OFF; in xen_arm_machine_class_init()
/openbmc/qemu/hw/i386/xen/
H A Dxen-pvh.c93 xpc->handle_bufioreq = HVM_IOREQSRV_BUFIOREQ_ATOMIC; in xen_pvh_machine_class_init()
/openbmc/qemu/hw/xen/
H A Dxen-hvm-common.c891 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 Dxen-pvh-common.c198 xpc->handle_bufioreq, in xen_pvh_init()