Searched refs:dr7_emul (Results 1 – 6 of 6) sorted by relevance
147 v->arch.pv.dr7_emul = io_enable; in set_debugreg()160 v->arch.pv.dr7_emul = 0; in set_debugreg()
320 if ( !v->arch.pv.dr7_emul || !(v->arch.pv.ctrlreg[4] & X86_CR4_DE) ) in check_guest_io_breakpoint()325 if ( !(v->arch.pv.dr7_emul & (3 << (i * DR_ENABLE_SIZE))) ) in check_guest_io_breakpoint()
132 *val = curr->arch.dr7 | curr->arch.pv.dr7_emul; in x86emul_read_dr()
1550 (is_pv_domain(d) ? v->arch.pv.dr7_emul : 0)); in arch_get_info_guest()
1024 v->arch.pv.dr7_emul = 0; in arch_set_info_guest()
555 uint32_t dr7_emul; member
Completed in 24 milliseconds