Searched refs:spte_to_child_pt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | tdp_iter.c | 51 u64 *spte_to_child_pt(u64 spte, int level) in spte_to_child_pt() function 80 child_pt = spte_to_child_pt(iter->old_spte, iter->level); in try_step_down()
|
H A D | tdp_iter.h | 58 u64 *spte_to_child_pt(u64 pte, int level);
|
H A D | tdp_mmu.c | 319 pt = spte_to_child_pt(old_spte, level); in __handle_changed_spte()
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | tdp_iter.c | 62 tdp_ptep_t spte_to_child_pt(u64 spte, int level) in spte_to_child_pt() function 91 child_pt = spte_to_child_pt(iter->old_spte, iter->level); in try_step_down()
|
H A D | tdp_iter.h | 131 tdp_ptep_t spte_to_child_pt(u64 pte, int level);
|
H A D | tdp_mmu.c | 504 handle_removed_pt(kvm, spte_to_child_pt(old_spte, level), shared); in handle_changed_spte()
|
Completed in 5 milliseconds