Searched refs:guest_io_okay (Results 1 – 1 of 1) sorted by relevance
/xen/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 161 static bool guest_io_okay(unsigned int port, unsigned int bytes, in guest_io_okay() function 357 if ( !guest_io_okay(port, bytes, curr, ctxt->regs) ) in read_io() 443 if ( !guest_io_okay(port, bytes, curr, ctxt->regs) ) in write_io() 594 if ( !guest_io_okay(port, bytes_per_rep, curr, ctxt->regs) ) in rep_ins() 659 if ( !guest_io_okay(port, bytes_per_rep, curr, ctxt->regs) ) in rep_outs()
|
Completed in 4 milliseconds