Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Daltp2m.c40 atomic_inc(&p2m_get_altp2m(v)->active_vcpus); in altp2m_vcpu_initialise()
56 if ( (p2m = p2m_get_altp2m(v)) ) in altp2m_vcpu_destroy()
A Dmem_access.c92 p2m = p2m_get_altp2m(v); in p2m_mem_access_emulate_check()
155 p2m = p2m_get_altp2m(v); in p2m_mem_access_check()
A Dp2m.c2176 atomic_dec(&p2m_get_altp2m(v)->active_vcpus); in p2m_switch_vcpu_altp2m_by_id()
2178 atomic_inc(&p2m_get_altp2m(v)->active_vcpus); in p2m_switch_vcpu_altp2m_by_id()
2210 *ap2m = p2m_get_altp2m(v); in p2m_altp2m_lazy_copy()
2361 atomic_dec(&p2m_get_altp2m(v)->active_vcpus); in p2m_switch_domain_altp2m_by_id()
2363 atomic_inc(&p2m_get_altp2m(v)->active_vcpus); in p2m_switch_domain_altp2m_by_id()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dp2m.h791 static inline struct p2m_domain *p2m_get_altp2m(struct vcpu *v) in p2m_get_altp2m() function
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c2158 p2m = p2m_get_altp2m(v); in vmx_vcpu_update_eptp()
3595 atomic_dec(&p2m_get_altp2m(v)->active_vcpus); in vmx_vmexit_handler()
3597 atomic_inc(&p2m_get_altp2m(v)->active_vcpus); in vmx_vmexit_handler()

Completed in 16 milliseconds