Home
last modified time | relevance | path

Searched refs:read_io (Results 1 – 5 of 5) sorted by relevance

/xen/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c627 SET(read_io),
780 MAYBE_DISABLE_HOOK(read_io); in disable_hooks()
/xen/xen/arch/x86/pv/
A Demul-priv-op.c347 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 Dx86_emulate.h415 int (*read_io)( member
A Dx86_emulate.c4259 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 Demulate.c2572 .read_io = hvmemul_read_io,
2599 .read_io = hvmemul_read_io_discard,

Completed in 31 milliseconds