Home
last modified time | relevance | path

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

/xen/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c628 SET(write_io),
781 MAYBE_DISABLE_HOOK(write_io); in disable_hooks()
/xen/xen/arch/x86/pv/
A Demul-priv-op.c433 static int write_io(unsigned int port, unsigned int bytes, in write_io() function
1227 .write_io = write_io,
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.h425 int (*write_io)( member
A Dx86_emulate.c4299 if ( nr_reps == 1 && ops->write_io ) in x86_emulate()
4314 fail_if(ops->write_io == NULL); in x86_emulate()
4319 if ( (rc = ops->write_io(port, dst.bytes, dst.val, ctxt)) != 0 ) in x86_emulate()
5315 fail_if(ops->write_io == NULL); in x86_emulate()
5316 rc = ops->write_io(port, op_bytes, _regs.eax, ctxt); in x86_emulate()
/xen/xen/arch/x86/hvm/
A Demulate.c2573 .write_io = hvmemul_write_io,
2600 .write_io = hvmemul_write_io_discard,

Completed in 32 milliseconds