Searched refs:nestedhvm_vcpu_in_guestmode (Results 1 – 12 of 12) sorted by relevance
47 bool_t nestedhvm_vcpu_in_guestmode(struct vcpu *v);85 return nestedhvm_vcpu_in_guestmode(v); in nestedhvm_is_n2()92 nestedhvm_vcpu_in_guestmode(v) ) in nestedhvm_set_cr()
155 if ( nestedhvm_vcpu_in_guestmode(v) ) in nvmx_intr_blocked()180 if ( nestedhvm_vcpu_in_guestmode(v) && in nvmx_intr_intercept()190 if ( nestedhvm_vcpu_in_guestmode(v) ) in nvmx_intr_intercept()421 if ( !nestedhvm_vcpu_in_guestmode(v) && in vmx_intr_assist()
531 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_update_cpu_exec_control()539 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_update_secondary_exec_control()552 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_update_exception_bitmap()1245 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_set_tsc_offset()1734 if ( nestedhvm_vcpu_in_guestmode(v) ) { in vmx_inject_extint()1754 if ( nestedhvm_vcpu_in_guestmode(v) ) { in vmx_inject_nmi()1819 if ( nestedhvm_vcpu_in_guestmode(curr) ) in vmx_inject_event()1837 if ( nestedhvm_vcpu_in_guestmode(curr) && in vmx_inject_event()3774 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_vmexit_handler()4295 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_vmexit_handler()[all …]
1487 if ( !nestedhvm_vcpu_in_guestmode(curr) || in nvmx_eptp_update()1530 if ( nestedhvm_vcpu_in_guestmode(v) && nvcpu->nv_vmexit_pending ) in nvmx_switch_guest()1532 else if ( !nestedhvm_vcpu_in_guestmode(v) && nvcpu->nv_vmentry_pending ) in nvmx_switch_guest()2094 if ( nestedhvm_vcpu_in_guestmode(curr) ) in nvmx_handle_vmx_insn()
43 nestedhvm_vcpu_in_guestmode(curr) in svm_asid_handle_vmrun()
1230 if ( nestedhvm_vcpu_in_guestmode(v) ) { in nsvm_intr_blocked()1423 ASSERT(nestedhvm_vcpu_in_guestmode(v)); in nestedsvm_vmexit_n2n1()1454 if (nestedhvm_vcpu_in_guestmode(v)) { in nestedsvm_vcpu_vmexit()1469 ASSERT(!nestedhvm_vcpu_in_guestmode(v)); in nestedsvm_vcpu_vmexit()1476 ASSERT(!nestedhvm_vcpu_in_guestmode(v)); in nestedsvm_vcpu_vmexit()1527 ASSERT(nestedhvm_vcpu_in_guestmode(v)); in nsvm_vcpu_switch()1531 if (nestedhvm_vcpu_in_guestmode(v) in nsvm_vcpu_switch()1551 ASSERT(nestedhvm_vcpu_in_guestmode(v)); in nestedsvm_vcpu_interrupt()
162 if ( nestedhvm_enabled(v->domain) && nestedhvm_vcpu_in_guestmode(v) ) in svm_intr_assist()
522 nestedhvm_vcpu_in_guestmode(v) in svm_update_guest_cr()832 if ( nestedhvm_vcpu_in_guestmode(v) ) { in svm_set_tsc_offset()1000 if ( nestedhvm_enabled(v->domain) && nestedhvm_vcpu_in_guestmode(v) ) in svm_do_resume()1050 nestedhvm_vcpu_in_guestmode(curr) ? TRC_HVM_NESTEDFLAG : 0, in svm_vmenter_helper()1723 ASSERT(nestedhvm_enabled(v->domain) && nestedhvm_vcpu_in_guestmode(v)); in svm_do_nested_pgfault()2491 if ( nestedhvm_enabled(v->domain) && nestedhvm_vcpu_in_guestmode(v) ) in svm_vmexit_handler()
31 nestedhvm_vcpu_in_guestmode(struct vcpu *v) in nestedhvm_vcpu_in_guestmode() function
1710 nestedhvm_vcpu_in_guestmode(curr) && in hvm_inject_event()1756 && nestedhvm_vcpu_in_guestmode(curr) in hvm_hap_nested_page_fault()1799 if ( !nestedhvm_vcpu_in_guestmode(curr) && hvm_mmio_internal(gpa) ) in hvm_hap_nested_page_fault()2359 if ( !nestedhvm_vmswitch_in_progress(v) && nestedhvm_vcpu_in_guestmode(v) ) in hvm_set_cr0()2482 if ( !nestedhvm_vmswitch_in_progress(v) && nestedhvm_vcpu_in_guestmode(v) ) in hvm_set_cr4()3229 && !nestedhvm_vcpu_in_guestmode(v) in hvm_translate_get_page()
1325 !nestedhvm_vcpu_in_guestmode(v) ) in vlapic_has_pending_irq()
1732 !nestedhvm_vcpu_in_guestmode(curr) || in np2m_schedule()
Completed in 43 milliseconds