Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dnestedhvm.h42 bool_t nestedhvm_vcpu_in_guestmode(struct vcpu *v);
79 nestedhvm_vcpu_in_guestmode(v) ) in nestedhvm_set_cr()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dintr.c154 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()
A Dvmx.c631 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 …]
A Dvvmx.c399 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()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dnestedhvm.c38 nestedhvm_vcpu_in_guestmode(struct vcpu *v) in nestedhvm_vcpu_in_guestmode() function
131 if (nestedhvm_vcpu_in_guestmode(v)) in nestedhvm_is_n2()
A Dhvm.c1669 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()
A Dvlapic.c1252 !nestedhvm_vcpu_in_guestmode(v) ) in vlapic_has_pending_irq()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dasid.c45 nestedhvm_vcpu_in_guestmode(curr) in svm_asid_handle_vmrun()
A Dnestedsvm.c1244 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()
A Dintr.c157 if ( nestedhvm_enabled(v->domain) && nestedhvm_vcpu_in_guestmode(v) ) in svm_intr_assist()
A Dsvm.c571 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()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m.c1938 !nestedhvm_vcpu_in_guestmode(curr) || in np2m_schedule()

Completed in 43 milliseconds