Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c575 SET(read_io),
727 MAYBE_DISABLE_HOOK(read_io); in disable_hooks()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.h340 int (*read_io)( member
A Dx86_emulate.c3464 if ( nr_reps == 1 && ops->read_io && ops->write ) in x86_emulate()
3466 rc = ops->read_io(port, dst.bytes, &dst.val, ctxt); in x86_emulate()
3475 fail_if(!ops->read_io || !ops->write); in x86_emulate()
3476 if ( (rc = ops->read_io(port, dst.bytes, &dst.val, ctxt)) != 0 ) in x86_emulate()
4650 fail_if(ops->read_io == NULL); in x86_emulate()
4651 rc = ops->read_io(port, dst.bytes, &dst.val, ctxt); in x86_emulate()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-priv-op.c320 static int read_io(unsigned int port, unsigned int bytes, in read_io() function
1307 .read_io = read_io,
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c2059 .read_io = hvmemul_read_io,
2084 .read_io = hvmemul_read_io_discard,

Completed in 26 milliseconds