Searched refs:write_io (Results 1 – 5 of 5) sorted by relevance
/xen/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 628 SET(write_io), 781 MAYBE_DISABLE_HOOK(write_io); in disable_hooks()
|
/xen/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 433 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 D | x86_emulate.h | 425 int (*write_io)( member
|
A D | x86_emulate.c | 4299 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 D | emulate.c | 2573 .write_io = hvmemul_write_io, 2600 .write_io = hvmemul_write_io_discard,
|
Completed in 32 milliseconds