Home
last modified time | relevance | path

Searched refs:child_pt (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/x86/kvm/mmu/
Dtdp_iter.c68 u64 *child_pt; in try_step_down() local
79 child_pt = spte_to_child_pt(iter->old_spte, iter->level); in try_step_down()
80 if (!child_pt) in try_step_down()
84 iter->pt_path[iter->level - 1] = child_pt; in try_step_down()
Dspte.c168 u64 make_nonleaf_spte(u64 *child_pt, bool ad_disabled) in make_nonleaf_spte() argument
172 spte = __pa(child_pt) | shadow_present_mask | PT_WRITABLE_MASK | in make_nonleaf_spte()
Dtdp_mmu.c531 u64 *child_pt; in kvm_tdp_mmu_map() local
578 child_pt = sp->spt; in kvm_tdp_mmu_map()
579 clear_page(child_pt); in kvm_tdp_mmu_map()
580 new_spte = make_nonleaf_spte(child_pt, in kvm_tdp_mmu_map()
Dspte.h256 u64 make_nonleaf_spte(u64 *child_pt, bool ad_disabled);