Searched refs:write_std (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_emulate.h | 121 int (*write_std)(struct x86_emulate_ctxt *ctxt, member
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 1534 return ctxt->ops->write_std(ctxt, addr, desc, sizeof *desc, in write_segment_descriptor() 2670 ret = ops->write_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16() 2683 ret = ops->write_std(ctxt, new_tss_base, in task_switch_16() 2817 ret = ops->write_std(ctxt, old_tss_base + eip_offset, &tss_seg.eip, in task_switch_32() 2830 ret = ops->write_std(ctxt, new_tss_base, in task_switch_32()
|
D | x86.c | 5030 .write_std = kvm_write_guest_virt_system,
|