Searched refs:write_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 | 576 SET(write_io), 728 MAYBE_DISABLE_HOOK(write_io); in disable_hooks()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 350 int (*write_io)( member
|
A D | x86_emulate.c | 3504 if ( nr_reps == 1 && ops->write_io ) in x86_emulate() 3519 fail_if(ops->write_io == NULL); in x86_emulate() 3524 if ( (rc = ops->write_io(port, dst.bytes, dst.val, ctxt)) != 0 ) in x86_emulate() 4643 fail_if(ops->write_io == NULL); in x86_emulate() 4644 rc = ops->write_io(port, op_bytes, _regs.eax, ctxt); in x86_emulate()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 419 static int write_io(unsigned int port, unsigned int bytes, in write_io() function 1308 .write_io = write_io,
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | emulate.c | 2060 .write_io = hvmemul_write_io, 2085 .write_io = hvmemul_write_io_discard,
|
Completed in 23 milliseconds