Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c576 SET(write_io),
728 MAYBE_DISABLE_HOOK(write_io); in disable_hooks()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.h350 int (*write_io)( member
A Dx86_emulate.c3504 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 Demul-priv-op.c419 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 Demulate.c2060 .write_io = hvmemul_write_io,
2085 .write_io = hvmemul_write_io_discard,

Completed in 25 milliseconds