Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dro-page-fault.c377 if ( ctxt.retire.singlestep ) in pv_ro_page_fault()
A Demul-priv-op.c1381 if ( ctxt.ctxt.retire.singlestep ) in pv_emulate_privileged_op()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.h506 } retire; member
A Dx86_emulate.c2400 ctxt->retire.raw = 0; in x86_decode()
3280 ctxt->retire.mov_ss = true; in x86_emulate()
3622 ctxt->retire.mov_ss = true; in x86_emulate()
4039 ctxt->retire.unblock_nmi = true; in x86_emulate()
4689 ctxt->retire.hlt = true; in x86_emulate()
4905 ctxt->retire.sti = true; in x86_emulate()
7996 ctxt->retire.singlestep = true; in x86_emulate()
7997 ctxt->retire.sti = false; in x86_emulate()
8074 typeof(ctxt->retire) retire = ctxt->retire; in x86_emulate_wrapper()
8076 retire.unblock_nmi = false; in x86_emulate_wrapper()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c2130 if ( hvmemul_ctxt->ctxt.retire.singlestep ) in _hvm_emulate_one()
2136 if ( hvmemul_ctxt->ctxt.retire.mov_ss ) in _hvm_emulate_one()
2142 if ( hvmemul_ctxt->ctxt.retire.sti ) in _hvm_emulate_one()
2148 if ( hvmemul_ctxt->ctxt.retire.unblock_nmi ) in _hvm_emulate_one()
2157 if ( hvmemul_ctxt->ctxt.retire.hlt && in _hvm_emulate_one()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c3481 if ( emul_ctxt.ctxt.retire.singlestep ) in sh_page_fault()
3489 if ( r == X86EMUL_OKAY && !emul_ctxt.ctxt.retire.raw ) in sh_page_fault()
3505 if ( r == X86EMUL_OKAY && !emul_ctxt.ctxt.retire.raw ) in sh_page_fault()
3522 if ( emul_ctxt.ctxt.retire.singlestep ) in sh_page_fault()

Completed in 35 milliseconds