Searched refs:retire (Results 1 – 6 of 6) sorted by relevance
377 if ( ctxt.retire.singlestep ) in pv_ro_page_fault()
1381 if ( ctxt.ctxt.retire.singlestep ) in pv_emulate_privileged_op()
506 } retire; member
2400 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 …]
2130 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()
3481 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 37 milliseconds