Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_emulate.h107 int (*write_std)(struct x86_emulate_ctxt *ctxt, member
/linux-3.4.99/arch/x86/kvm/
Demulate.c1222 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()
Dx86.c4298 .write_std = kvm_write_guest_virt_system,