Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c2103 uint32_t new_intr_shadow; in _hvm_emulate_one() local
2133 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 8 milliseconds