Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
Dkvm_emulate.h135 int (*write_std)(struct x86_emulate_ctxt *ctxt, member
Demulate.c891 return ctxt->ops->write_std(ctxt, linear, data, size, &ctxt->exception, true); in linear_write_system()
919 return ctxt->ops->write_std(ctxt, linear, data, size, &ctxt->exception, false); in segmented_write_std()
Dx86.c7044 .write_std = emulator_write_std,