Searched refs:emulate_pop_sreg (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/x86/kvm/ |
D | emulate.c | 1192 static int emulate_pop_sreg(struct x86_emulate_ctxt *ctxt, in emulate_pop_sreg() function 3045 rc = emulate_pop_sreg(ctxt, ops, VCPU_SREG_ES); in x86_emulate_insn() 3062 rc = emulate_pop_sreg(ctxt, ops, VCPU_SREG_SS); in x86_emulate_insn() 3072 rc = emulate_pop_sreg(ctxt, ops, VCPU_SREG_DS); in x86_emulate_insn() 3609 rc = emulate_pop_sreg(ctxt, ops, VCPU_SREG_FS); in x86_emulate_insn() 3626 rc = emulate_pop_sreg(ctxt, ops, VCPU_SREG_GS); in x86_emulate_insn()
|