Home
last modified time | relevance | path

Searched refs:nhvm_vcpu_p2m_base (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dhvm.h183 uint64_t (*nhvm_vcpu_p2m_base)(struct vcpu *v); member
541 static inline uint64_t nhvm_vcpu_p2m_base(struct vcpu *v) in nhvm_vcpu_p2m_base() function
543 return hvm_funcs.nhvm_vcpu_p2m_base(v); in nhvm_vcpu_p2m_base()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/
A Dnested_ept.c163 gfn_t base_gfn = _gfn(nhvm_vcpu_p2m_base(v) >> PAGE_SHIFT); in nept_walk_tables()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m.c1852 uint64_t np2m_base = nhvm_vcpu_p2m_base(v); in p2m_get_nestedp2m_locked()
1948 np2m_valid = p2m->np2m_base == nhvm_vcpu_p2m_base(curr) && in np2m_schedule()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dnestedsvm.c1216 nested_cr3 = nhvm_vcpu_p2m_base(v); in nsvm_hap_walk_L1_p2m()
A Dsvm.c2453 .nhvm_vcpu_p2m_base = nsvm_vcpu_hostcr3,
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c2344 .nhvm_vcpu_p2m_base = nvmx_vcpu_eptp_base,

Completed in 22 milliseconds