Lines Matching refs:new_role
4380 union kvm_mmu_page_role new_role) in cached_root_find_and_keep_current() argument
4384 if (is_root_usable(&mmu->root, new_pgd, new_role)) in cached_root_find_and_keep_current()
4397 if (is_root_usable(&mmu->root, new_pgd, new_role)) in cached_root_find_and_keep_current()
4414 union kvm_mmu_page_role new_role) in cached_root_find_without_current() argument
4419 if (is_root_usable(&mmu->prev_roots[i], new_pgd, new_role)) in cached_root_find_without_current()
4434 gpa_t new_pgd, union kvm_mmu_page_role new_role) in fast_pgd_switch() argument
4445 return cached_root_find_and_keep_current(kvm, mmu, new_pgd, new_role); in fast_pgd_switch()
4447 return cached_root_find_without_current(kvm, mmu, new_pgd, new_role); in fast_pgd_switch()
4453 union kvm_mmu_page_role new_role = mmu->root_role; in kvm_mmu_new_pgd() local
4455 if (!fast_pgd_switch(vcpu->kvm, mmu, new_pgd, new_role)) { in kvm_mmu_new_pgd()
4485 if (!new_role.direct) in kvm_mmu_new_pgd()