Searched refs:handle_pio (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | io.h | 122 bool handle_pio(uint16_t port, unsigned int size, int dir);
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | io.c | 130 bool handle_pio(uint16_t port, unsigned int size, int dir) in handle_pio() function
|
A D | ioreq.c | 163 return handle_pio(vio->io_req.addr, vio->io_req.size, in handle_hvm_io_completion()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | svm.c | 2732 if ( handle_pio(port, bytes, dir) ) in svm_vmexit_handler()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vmx.c | 4032 if ( handle_pio(port, bytes, dir) ) in vmx_vmexit_handler()
|
Completed in 17 milliseconds