Searched refs:is_root_usable (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | mmu.c | 4522 static inline bool is_root_usable(struct kvm_mmu_root_info *root, gpa_t pgd, in is_root_usable() function 4554 if (is_root_usable(&mmu->root, new_pgd, new_role)) in cached_root_find_and_keep_current() 4567 if (is_root_usable(&mmu->root, new_pgd, new_role)) in cached_root_find_and_keep_current() 4589 if (is_root_usable(&mmu->prev_roots[i], new_pgd, new_role)) in cached_root_find_without_current()
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | mmu.c | 3831 static inline bool is_root_usable(struct kvm_mmu_root_info *root, gpa_t pgd, in is_root_usable() function 3857 if (is_root_usable(&root, new_pgd, new_role)) in cached_root_available() 3863 if (is_root_usable(&root, new_pgd, new_role)) in cached_root_available()
|
Completed in 18 milliseconds