Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
A Dspte.h179 #define REMOVED_SPTE 0x5a0ULL macro
182 static_assert(!(REMOVED_SPTE & SPTE_MMU_PRESENT_MASK));
186 return spte == REMOVED_SPTE; in is_removed_spte()
A Dtdp_mmu.c341 old_child_spte = xchg(sptep, REMOVED_SPTE); in handle_removed_tdp_mmu_page()
368 WRITE_ONCE(*sptep, REMOVED_SPTE); in handle_removed_tdp_mmu_page()
371 old_child_spte, REMOVED_SPTE, level, in handle_removed_tdp_mmu_page()
540 if (!tdp_mmu_set_spte_atomic(kvm, iter, REMOVED_SPTE)) in tdp_mmu_zap_spte_atomic()
A Dspte.c297 WARN_ON(mmio_value && (REMOVED_SPTE & mmio_mask) == mmio_value)) in kvm_mmu_set_mmio_spte_mask()

Completed in 7 milliseconds