Searched refs:REMOVED_SPTE (Results 1 – 3 of 3) sorted by relevance
179 #define REMOVED_SPTE 0x5a0ULL macro182 static_assert(!(REMOVED_SPTE & SPTE_MMU_PRESENT_MASK));186 return spte == REMOVED_SPTE; in is_removed_spte()
341 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()
297 WARN_ON(mmio_value && (REMOVED_SPTE & mmio_mask) == mmio_value)) in kvm_mmu_set_mmio_spte_mask()
Completed in 7 milliseconds