Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dspte.h187 * multi-part operation on an SPTE, it can set the SPTE to REMOVED_SPTE as a
197 #define REMOVED_SPTE 0x5a0ULL macro
200 static_assert(!(REMOVED_SPTE & SPTE_MMU_PRESENT_MASK));
204 return spte == REMOVED_SPTE; in is_removed_spte()
H A Dtdp_mmu.c346 old_spte = kvm_tdp_mmu_write_spte_atomic(sptep, REMOVED_SPTE); in handle_removed_pt()
382 * call below to hardcode the new value to REMOVED_SPTE. in handle_removed_pt()
394 REMOVED_SPTE, level); in handle_removed_pt()
397 old_spte, REMOVED_SPTE, level, shared); in handle_removed_pt()
571 ret = tdp_mmu_set_spte_atomic(kvm, iter, REMOVED_SPTE); in tdp_mmu_zap_spte_atomic()
H A Dspte.c402 WARN_ON(mmio_value && (REMOVED_SPTE & mmio_mask) == mmio_value)) in kvm_mmu_set_mmio_spte_mask()

Completed in 4 milliseconds