Home
last modified time | relevance | path

Searched refs:nhvm_vmcx_hap_enabled (Results 1 – 4 of 4) sorted by relevance

/xen/xen/include/asm-x86/hvm/
A Dnestedhvm.h72 #define nestedhvm_paging_mode_hap(v) (!!nhvm_vmcx_hap_enabled(v))
A Dhvm.h189 bool_t (*nhvm_vmcx_hap_enabled)(struct vcpu *v); member
594 static inline bool_t nhvm_vmcx_hap_enabled(struct vcpu *v) in nhvm_vmcx_hap_enabled() function
596 return hvm_funcs.nhvm_vmcx_hap_enabled(v); in nhvm_vmcx_hap_enabled()
697 static inline bool nhvm_vmcx_hap_enabled(const struct vcpu *v) in nhvm_vmcx_hap_enabled() function
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c2462 .nhvm_vmcx_hap_enabled = nsvm_vmcb_hap_enabled,
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c2286 .nhvm_vmcx_hap_enabled = nvmx_ept_enabled,

Completed in 21 milliseconds