Searched refs:write_std (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_emulate.h | 131 int (*write_std)(struct x86_emulate_ctxt *ctxt, member
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 1531 return ctxt->ops->write_std(ctxt, addr, desc, sizeof *desc, in write_segment_descriptor() 2968 ret = ops->write_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16() 2981 ret = ops->write_std(ctxt, new_tss_base, in task_switch_16() 3115 ret = ops->write_std(ctxt, old_tss_base + eip_offset, &tss_seg.eip, in task_switch_32() 3128 ret = ops->write_std(ctxt, new_tss_base, in task_switch_32()
|
D | x86.c | 4972 .write_std = kvm_write_guest_virt_system,
|