Searched refs:retire (Results 1 – 6 of 6) sorted by relevance
386 if ( ctxt.retire.singlestep ) in pv_ro_page_fault()
1291 if ( ctxt.ctxt.retire.singlestep ) in pv_emulate_privileged_op()
611 } retire; member
2037 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 …]
2680 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()
3427 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