Searched refs:write_std (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | kvm_emulate.h | 135 int (*write_std)(struct x86_emulate_ctxt *ctxt, member
|
| H A D | emulate.c | 891 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()
|
| H A D | x86.c | 7030 .write_std = emulator_write_std,
|