Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dvcpu.h168 bool debug_state_latch; member
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmcs.c1724 if ( unlikely(v->arch.hvm_vcpu.debug_state_latch != debug_state) ) in vmx_do_resume()
1726 v->arch.hvm_vcpu.debug_state_latch = debug_state; in vmx_do_resume()
A Dvmx.c1529 if ( v->arch.hvm_vcpu.debug_state_latch ) in vmx_update_debug_state()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c1089 unlikely(v->arch.hvm_vcpu.debug_state_latch != debug_state) ) in svm_do_resume()
1093 v->arch.hvm_vcpu.debug_state_latch = debug_state; in svm_do_resume()

Completed in 16 milliseconds