Searched refs:nhvm_vmcx_hap_enabled (Results 1 – 4 of 4) sorted by relevance
67 #define nestedhvm_paging_mode_hap(v) (!!nhvm_vmcx_hap_enabled(v))
187 bool_t (*nhvm_vmcx_hap_enabled)(struct vcpu *v); member554 static inline bool_t nhvm_vmcx_hap_enabled(struct vcpu *v) in nhvm_vmcx_hap_enabled() function556 return hvm_funcs.nhvm_vmcx_hap_enabled(v); in nhvm_vmcx_hap_enabled()
2455 .nhvm_vmcx_hap_enabled = nsvm_vmcb_hap_enabled,
2345 .nhvm_vmcx_hap_enabled = nvmx_ept_enabled,
Completed in 18 milliseconds