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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkvm_emulate.h70 * write_std: Write bytes of standard (non-emulated/special) memory.
76 int (*write_std)(unsigned long addr, void *val, member in struct:x86_emulate_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c1451 ret = ops->write_std(addr, desc, sizeof *desc, ctxt->vcpu, &err);
2259 ret = ops->write_std(old_tss_base, &tss_seg, sizeof tss_seg, ctxt->vcpu,
2276 ret = ops->write_std(new_tss_base,
2397 ret = ops->write_std(old_tss_base, &tss_seg, sizeof tss_seg, ctxt->vcpu,
2414 ret = ops->write_std(new_tss_base,
H A Dx86.c3869 .write_std = kvm_write_guest_virt_system,

Completed in 185 milliseconds