Searched refs:nestedhvm_vcpu_in_guestmode (Results 1 – 12 of 12) sorted by relevance
42 bool_t nestedhvm_vcpu_in_guestmode(struct vcpu *v);79 nestedhvm_vcpu_in_guestmode(v) ) in nestedhvm_set_cr()
154 if ( nestedhvm_vcpu_in_guestmode(v) ) in nvmx_intr_blocked()179 if ( nestedhvm_vcpu_in_guestmode(v) && in nvmx_intr_intercept()189 if ( nestedhvm_vcpu_in_guestmode(v) ) in nvmx_intr_intercept()406 if ( !nestedhvm_vcpu_in_guestmode(v) && in vmx_intr_assist()
631 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_update_cpu_exec_control()639 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_update_secondary_exec_control()652 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_update_exception_bitmap()1398 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_set_tsc_offset()1783 if ( nestedhvm_vcpu_in_guestmode(v) ) { in vmx_inject_extint()1803 if ( nestedhvm_vcpu_in_guestmode(v) ) { in vmx_inject_nmi()1868 if ( nestedhvm_vcpu_in_guestmode(curr) ) in vmx_inject_event()1886 if ( nestedhvm_vcpu_in_guestmode(curr) && in vmx_inject_event()3605 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_vmexit_handler()4127 if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_vmexit_handler()[all …]
399 else if ( nestedhvm_vcpu_in_guestmode(v) ) in vmx_inst_check_privilege()1417 if ( !nestedhvm_vcpu_in_guestmode(curr) || in nvmx_eptp_update()1460 if ( nestedhvm_vcpu_in_guestmode(v) && nvcpu->nv_vmexit_pending ) in nvmx_switch_guest()1462 else if ( !nestedhvm_vcpu_in_guestmode(v) && nvcpu->nv_vmentry_pending ) in nvmx_switch_guest()
38 nestedhvm_vcpu_in_guestmode(struct vcpu *v) in nestedhvm_vcpu_in_guestmode() function131 if (nestedhvm_vcpu_in_guestmode(v)) in nestedhvm_is_n2()
1669 nestedhvm_vcpu_in_guestmode(curr) && in hvm_inject_event()1714 && nestedhvm_vcpu_in_guestmode(curr) in hvm_hap_nested_page_fault()1757 if ( !nestedhvm_vcpu_in_guestmode(curr) && hvm_mmio_internal(gpa) ) in hvm_hap_nested_page_fault()2295 if ( !nestedhvm_vmswitch_in_progress(v) && nestedhvm_vcpu_in_guestmode(v) ) in hvm_set_cr0()2410 if ( !nestedhvm_vmswitch_in_progress(v) && nestedhvm_vcpu_in_guestmode(v) ) in hvm_set_cr4()3159 && !nestedhvm_vcpu_in_guestmode(v) in hvm_translate_get_page()
1252 !nestedhvm_vcpu_in_guestmode(v) ) in vlapic_has_pending_irq()
45 nestedhvm_vcpu_in_guestmode(curr) in svm_asid_handle_vmrun()
1244 if ( nestedhvm_vcpu_in_guestmode(v) ) { in nsvm_intr_blocked()1431 ASSERT(nestedhvm_vcpu_in_guestmode(v)); in nestedsvm_vmexit_n2n1()1462 if (nestedhvm_vcpu_in_guestmode(v)) { in nestedsvm_vcpu_vmexit()1477 ASSERT(!nestedhvm_vcpu_in_guestmode(v)); in nestedsvm_vcpu_vmexit()1484 ASSERT(!nestedhvm_vcpu_in_guestmode(v)); in nestedsvm_vcpu_vmexit()1535 ASSERT(nestedhvm_vcpu_in_guestmode(v)); in nsvm_vcpu_switch()1539 if (nestedhvm_vcpu_in_guestmode(v) in nsvm_vcpu_switch()1559 ASSERT(nestedhvm_vcpu_in_guestmode(v)); in nestedsvm_vcpu_interrupt()
157 if ( nestedhvm_enabled(v->domain) && nestedhvm_vcpu_in_guestmode(v) ) in svm_intr_assist()
571 nestedhvm_vcpu_in_guestmode(v) in svm_update_guest_cr()848 if ( nestedhvm_vcpu_in_guestmode(v) ) { in svm_set_tsc_offset()1085 if ( nestedhvm_enabled(v->domain) && nestedhvm_vcpu_in_guestmode(v) ) in svm_do_resume()1740 ASSERT(nestedhvm_enabled(v->domain) && nestedhvm_vcpu_in_guestmode(v)); in svm_do_nested_pgfault()2481 if ( nestedhvm_enabled(v->domain) && nestedhvm_vcpu_in_guestmode(v) ) in svm_vmexit_handler()2914 nestedhvm_vcpu_in_guestmode(curr) ? TRC_HVM_NESTEDFLAG : 0, in svm_trace_vmentry()
1938 !nestedhvm_vcpu_in_guestmode(curr) || in np2m_schedule()
Completed in 43 milliseconds