Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dtdp_iter.h48 spte_has_volatile_bits(old_spte); in kvm_tdp_mmu_spte_need_atomic_write()
H A Dspte.h472 bool spte_has_volatile_bits(u64 spte);
H A Dspte.c114 bool spte_has_volatile_bits(u64 spte) in spte_has_volatile_bits() function
H A Dmmu.c505 if (!spte_has_volatile_bits(old_spte)) in mmu_spte_update_no_track()
573 !spte_has_volatile_bits(old_spte)) in mmu_spte_clear_track_bits()
/openbmc/linux/Documentation/virt/kvm/
H A Dlocking.rst189 if it can be updated out of mmu-lock [see spte_has_volatile_bits()]; it means
205 See the comments in spte_has_volatile_bits() and mmu_spte_update().