Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Demulate.c1846 static int emulate_pop(struct x86_emulate_ctxt *ctxt, in emulate_pop() function
1876 rc = emulate_pop(ctxt, &val, len); in emulate_popf()
1966 rc = emulate_pop(ctxt, &selector, 2); in em_pop_sreg()
2017 rc = emulate_pop(ctxt, &val, ctxt->op_bytes); in em_popa()
2118 rc = emulate_pop(ctxt, &temp_eip, ctxt->op_bytes); in emulate_iret_real()
2126 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes); in emulate_iret_real()
2131 rc = emulate_pop(ctxt, &temp_eflags, ctxt->op_bytes); in emulate_iret_real()
2240 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); in em_ret()
2255 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); in em_ret_far()
2258 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes); in em_ret_far()
[all …]