Home
last modified time | relevance | path

Searched refs:nestedhvm_vcpu_in_guestmode (Results 1 – 12 of 12) sorted by relevance

/xen/xen/include/asm-x86/hvm/
A Dnestedhvm.h47 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()
/xen/xen/arch/x86/hvm/vmx/
A Dintr.c155 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()
A Dvmx.c531 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 …]
A Dvvmx.c1487 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()
/xen/xen/arch/x86/hvm/svm/
A Dasid.c43 nestedhvm_vcpu_in_guestmode(curr) in svm_asid_handle_vmrun()
A Dnestedsvm.c1230 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()
A Dintr.c162 if ( nestedhvm_enabled(v->domain) && nestedhvm_vcpu_in_guestmode(v) ) in svm_intr_assist()
A Dsvm.c522 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()
/xen/xen/arch/x86/hvm/
A Dnestedhvm.c31 nestedhvm_vcpu_in_guestmode(struct vcpu *v) in nestedhvm_vcpu_in_guestmode() function
A Dhvm.c1710 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()
A Dvlapic.c1325 !nestedhvm_vcpu_in_guestmode(v) ) in vlapic_has_pending_irq()
/xen/xen/arch/x86/mm/
A Dp2m.c1732 !nestedhvm_vcpu_in_guestmode(curr) || in np2m_schedule()

Completed in 43 milliseconds