Searched refs:nhvm_vmcx_hap_enabled (Results 1 – 4 of 4) sorted by relevance
72 #define nestedhvm_paging_mode_hap(v) (!!nhvm_vmcx_hap_enabled(v))
189 bool_t (*nhvm_vmcx_hap_enabled)(struct vcpu *v); member594 static inline bool_t nhvm_vmcx_hap_enabled(struct vcpu *v) in nhvm_vmcx_hap_enabled() function596 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
2462 .nhvm_vmcx_hap_enabled = nsvm_vmcb_hap_enabled,
2286 .nhvm_vmcx_hap_enabled = nvmx_ept_enabled,
Completed in 21 milliseconds