Home
last modified time | relevance | path

Searched refs:p2m_get_altp2m (Results 1 – 7 of 7) sorted by relevance

/xen/xen/arch/x86/mm/
A Daltp2m.c30 atomic_inc(&p2m_get_altp2m(v)->active_vcpus); in altp2m_vcpu_initialise()
46 if ( (p2m = p2m_get_altp2m(v)) ) in altp2m_vcpu_destroy()
A Dmem_access.c94 p2m = p2m_get_altp2m(v); in p2m_mem_access_emulate_check()
158 p2m = p2m_get_altp2m(v); in p2m_mem_access_check()
A Dp2m.c2014 atomic_dec(&p2m_get_altp2m(v)->active_vcpus); in p2m_switch_vcpu_altp2m_by_id()
2016 atomic_inc(&p2m_get_altp2m(v)->active_vcpus); in p2m_switch_vcpu_altp2m_by_id()
2291 atomic_dec(&p2m_get_altp2m(v)->active_vcpus); in p2m_switch_domain_altp2m_by_id()
2293 atomic_inc(&p2m_get_altp2m(v)->active_vcpus); in p2m_switch_domain_altp2m_by_id()
A Dp2m-ept.c648 p2m = p2m_get_altp2m(curr); in ept_handle_misconfig()
/xen/xen/include/asm-x86/
A Dp2m.h847 static inline struct p2m_domain *p2m_get_altp2m(struct vcpu *v) in p2m_get_altp2m() function
899 struct p2m_domain *p2m_get_altp2m(struct vcpu *v);
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c2112 p2m = p2m_get_altp2m(v); in vmx_vcpu_update_eptp()
3764 atomic_dec(&p2m_get_altp2m(v)->active_vcpus); in vmx_vmexit_handler()
3766 atomic_inc(&p2m_get_altp2m(v)->active_vcpus); in vmx_vmexit_handler()
/xen/xen/arch/x86/hvm/
A Dhvm.c1818 p2m = p2m_get_altp2m(curr); in hvm_hap_nested_page_fault()

Completed in 31 milliseconds