Searched refs:new_intr_shadow (Results 1 – 1 of 1) sorted by relevance
2103 uint32_t new_intr_shadow; in _hvm_emulate_one() local2133 new_intr_shadow = hvmemul_ctxt->intr_shadow; in _hvm_emulate_one()2137 new_intr_shadow ^= HVM_INTR_SHADOW_MOV_SS; in _hvm_emulate_one()2139 new_intr_shadow &= ~HVM_INTR_SHADOW_MOV_SS; in _hvm_emulate_one()2143 new_intr_shadow ^= HVM_INTR_SHADOW_STI; in _hvm_emulate_one()2145 new_intr_shadow &= ~HVM_INTR_SHADOW_STI; in _hvm_emulate_one()2149 new_intr_shadow &= ~HVM_INTR_SHADOW_NMI; in _hvm_emulate_one()2151 if ( hvmemul_ctxt->intr_shadow != new_intr_shadow ) in _hvm_emulate_one()2153 hvmemul_ctxt->intr_shadow = new_intr_shadow; in _hvm_emulate_one()2154 hvm_funcs.set_interrupt_shadow(curr, new_intr_shadow); in _hvm_emulate_one()
Completed in 7 milliseconds