Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c108 struct kvm_mmu_page *prev_root, in tdp_mmu_next_root() argument
115 if (prev_root) in tdp_mmu_next_root()
117 &prev_root->link, in tdp_mmu_next_root()
118 typeof(*prev_root), link); in tdp_mmu_next_root()
134 if (prev_root) in tdp_mmu_next_root()
135 kvm_tdp_mmu_put_root(kvm, prev_root, shared); in tdp_mmu_next_root()
/openbmc/linux/kernel/locking/
H A Dlockdep.c2560 struct lock_list *prev_root, in print_bad_irq_dependency() argument
2616 print_shortest_lock_dependencies_backwards(backwards_entry, prev_root); in print_bad_irq_dependency()