Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/hvm/
A Dvcpu.h174 bool debug_state_latch; member
/xen/xen/arch/x86/hvm/vmx/
A Dvmcs.c1900 if ( unlikely(v->arch.hvm.debug_state_latch != debug_state) ) in vmx_do_resume()
1902 v->arch.hvm.debug_state_latch = debug_state; in vmx_do_resume()
A Dvmx.c1376 if ( v->arch.hvm.debug_state_latch ) in vmx_update_debug_state()
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c1004 unlikely(v->arch.hvm.debug_state_latch != debug_state) ) in svm_do_resume()
1008 v->arch.hvm.debug_state_latch = debug_state; in svm_do_resume()

Completed in 17 milliseconds