Searched refs:read_io (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 575 SET(read_io), 727 MAYBE_DISABLE_HOOK(read_io); in disable_hooks()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 340 int (*read_io)( member
|
A D | x86_emulate.c | 3464 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 D | emul-priv-op.c | 320 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 D | emulate.c | 2059 .read_io = hvmemul_read_io, 2084 .read_io = hvmemul_read_io_discard,
|
Completed in 26 milliseconds