Home
last modified time | relevance | path

Searched refs:write_std (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/
H A Dkvm_emulate.h134 * write_std: Write bytes of standard (non-emulated/special) memory.
141 int (*write_std)(struct x86_emulate_ctxt *ctxt, member
H A Demulate.c861 return ctxt->ops->write_std(ctxt, linear, data, size, &ctxt->exception, true); in linear_write_system()
889 return ctxt->ops->write_std(ctxt, linear, data, size, &ctxt->exception, false); in segmented_write_std()
H A Dx86.c8525 .write_std = emulator_write_std,