Searched refs:read_io (Results 1 – 5 of 5) sorted by relevance
| /xen/tools/fuzz/x86_instruction_emulator/ |
| A D | fuzz-emul.c | 627 SET(read_io), 780 MAYBE_DISABLE_HOOK(read_io); in disable_hooks()
|
| /xen/xen/arch/x86/pv/ |
| A D | emul-priv-op.c | 347 static int read_io(unsigned int port, unsigned int bytes, in read_io() function 1226 .read_io = read_io,
|
| /xen/xen/arch/x86/x86_emulate/ |
| A D | x86_emulate.h | 415 int (*read_io)( member
|
| A D | x86_emulate.c | 4259 if ( nr_reps == 1 && ops->read_io && ops->write ) in x86_emulate() 4261 rc = ops->read_io(port, dst.bytes, &dst.val, ctxt); in x86_emulate() 4270 fail_if(!ops->read_io || !ops->write); in x86_emulate() 4271 if ( (rc = ops->read_io(port, dst.bytes, &dst.val, ctxt)) != 0 ) in x86_emulate() 5322 fail_if(ops->read_io == NULL); in x86_emulate() 5323 rc = ops->read_io(port, dst.bytes, &dst.val, ctxt); in x86_emulate()
|
| /xen/xen/arch/x86/hvm/ |
| A D | emulate.c | 2572 .read_io = hvmemul_read_io, 2599 .read_io = hvmemul_read_io_discard,
|
Completed in 31 milliseconds