Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dnestedhvm.h67 #define nestedhvm_paging_mode_hap(v) (!!nhvm_vmcx_hap_enabled(v))
A Dhvm.h187 bool_t (*nhvm_vmcx_hap_enabled)(struct vcpu *v); member
554 static inline bool_t nhvm_vmcx_hap_enabled(struct vcpu *v) in nhvm_vmcx_hap_enabled() function
556 return hvm_funcs.nhvm_vmcx_hap_enabled(v); in nhvm_vmcx_hap_enabled()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c2455 .nhvm_vmcx_hap_enabled = nsvm_vmcb_hap_enabled,
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c2345 .nhvm_vmcx_hap_enabled = nvmx_ept_enabled,

Completed in 16 milliseconds