Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/mmu/
Dtdp_mmu.c319 u64 old_child_spte; in handle_removed_tdp_mmu_page() local
342 old_child_spte = xchg(sptep, REMOVED_SPTE); in handle_removed_tdp_mmu_page()
343 if (!is_removed_spte(old_child_spte)) in handle_removed_tdp_mmu_page()
357 old_child_spte = READ_ONCE(*sptep); in handle_removed_tdp_mmu_page()
358 if (!is_shadow_present_pte(old_child_spte)) in handle_removed_tdp_mmu_page()
372 old_child_spte, REMOVED_SPTE, level, in handle_removed_tdp_mmu_page()