Searched defs:is_tdp_mmu_enabled (Results 1 – 1 of 1) sorted by relevance
319 static inline bool is_tdp_mmu_enabled(struct kvm *kvm) { return kvm->arch.tdp_mmu_enabled; } in is_tdp_mmu_enabled() function321 static inline bool is_tdp_mmu_enabled(struct kvm *kvm) { return false; } in is_tdp_mmu_enabled() function
Completed in 6 milliseconds