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