Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c122 struct kvm_mmu_page *prev_root, in tdp_mmu_next_root() argument
135 if (prev_root) in tdp_mmu_next_root()
137 &prev_root->link, in tdp_mmu_next_root()
138 typeof(*prev_root), link); in tdp_mmu_next_root()
154 if (prev_root) in tdp_mmu_next_root()
155 kvm_tdp_mmu_put_root(kvm, prev_root); in tdp_mmu_next_root()
/linux/kernel/locking/
H A Dlockdep.c2548 struct lock_list *prev_root, in print_bad_irq_dependency() argument
2606 print_shortest_lock_dependencies_backwards(backwards_entry, prev_root); in print_bad_irq_dependency()