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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c1717 static int emulate_pop_sreg(struct x86_emulate_ctxt *ctxt, function
2642 rc = emulate_pop_sreg(ctxt, ops, VCPU_SREG_ES);
2661 rc = emulate_pop_sreg(ctxt, ops, VCPU_SREG_SS);
2673 rc = emulate_pop_sreg(ctxt, ops, VCPU_SREG_DS);
3247 rc = emulate_pop_sreg(ctxt, ops, VCPU_SREG_FS);
3266 rc = emulate_pop_sreg(ctxt, ops, VCPU_SREG_GS);

Completed in 46 milliseconds