Home
last modified time | relevance | path

Searched refs:prev_root (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/x86/kvm/mmu/
Dtdp_mmu.c105 struct kvm_mmu_page *prev_root, in tdp_mmu_next_root() argument
118 if (prev_root) in tdp_mmu_next_root()
120 &prev_root->link, in tdp_mmu_next_root()
121 typeof(*prev_root), link); in tdp_mmu_next_root()
137 if (prev_root) in tdp_mmu_next_root()
138 kvm_tdp_mmu_put_root(kvm, prev_root); in tdp_mmu_next_root()
/linux-6.12.1/kernel/locking/
Dlockdep.c2579 struct lock_list *prev_root, in print_bad_irq_dependency() argument
2637 print_shortest_lock_dependencies_backwards(backwards_entry, prev_root); in print_bad_irq_dependency()