Home
last modified time | relevance | path

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

/xen/xen/arch/x86/pv/
A Dro-page-fault.c386 if ( ctxt.retire.singlestep ) in pv_ro_page_fault()
A Demul-priv-op.c1291 if ( ctxt.ctxt.retire.singlestep ) in pv_emulate_privileged_op()
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.h611 } retire; member
A Dx86_emulate.c2037 ctxt->retire.raw = 0; in init_context()
4074 ctxt->retire.mov_ss = true; in x86_emulate()
4430 ctxt->retire.mov_ss = true; in x86_emulate()
4855 ctxt->retire.unblock_nmi = true; in x86_emulate()
5361 ctxt->retire.hlt = true; in x86_emulate()
5585 ctxt->retire.sti = true; in x86_emulate()
11475 ctxt->retire.singlestep = true; in x86_emulate()
11476 ctxt->retire.sti = false; in x86_emulate()
12110 typeof(ctxt->retire) retire = ctxt->retire; in x86_emulate_wrapper()
12112 retire.unblock_nmi = false; in x86_emulate_wrapper()
[all …]
/xen/xen/arch/x86/hvm/
A Demulate.c2680 if ( hvmemul_ctxt->ctxt.retire.singlestep ) in _hvm_emulate_one()
2686 if ( hvmemul_ctxt->ctxt.retire.mov_ss ) in _hvm_emulate_one()
2692 if ( hvmemul_ctxt->ctxt.retire.sti ) in _hvm_emulate_one()
2698 if ( hvmemul_ctxt->ctxt.retire.unblock_nmi ) in _hvm_emulate_one()
2708 if ( hvmemul_ctxt->ctxt.retire.hlt && in _hvm_emulate_one()
/xen/xen/arch/x86/mm/shadow/
A Dmulti.c3427 if ( emul_ctxt.ctxt.retire.singlestep ) in sh_page_fault()
3435 if ( r == X86EMUL_OKAY && !emul_ctxt.ctxt.retire.raw ) in sh_page_fault()
3451 if ( r == X86EMUL_OKAY && !emul_ctxt.ctxt.retire.raw ) in sh_page_fault()
3468 if ( emul_ctxt.ctxt.retire.singlestep ) in sh_page_fault()

Completed in 49 milliseconds