Searched refs:write_std (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/x86/include/asm/ |
D | kvm_emulate.h | 107 int (*write_std)(struct x86_emulate_ctxt *ctxt, member
|
/linux-3.4.99/arch/x86/kvm/ |
D | emulate.c | 1222 return ctxt->ops->write_std(ctxt, addr, desc, sizeof *desc, in write_segment_descriptor() 2287 ret = ops->write_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_16() 2302 ret = ops->write_std(ctxt, new_tss_base, in task_switch_16() 2434 ret = ops->write_std(ctxt, old_tss_base, &tss_seg, sizeof tss_seg, in task_switch_32() 2449 ret = ops->write_std(ctxt, new_tss_base, in task_switch_32()
|
D | x86.c | 4298 .write_std = kvm_write_guest_virt_system,
|