Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dspte.c167 if (!is_writable_pte(spte) && is_mmu_writable_spte(spte)) in spte_needs_atomic_update()
183 return is_writable_pte(spte) && !(spte & shadow_dirty_mask); in spte_needs_atomic_update()
269 if ((!is_last_spte(old_spte, level) || !is_writable_pte(old_spte)) && in make_spte()
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c433 is_writable_pte(mmu, pml4e), is_nx_pte(mmu, pml4e)); in virt_arch_dump()
445 PTE_GET_PFN(*pdpe), is_writable_pte(mmu, pdpe), in virt_arch_dump()
457 PTE_GET_PFN(*pde), is_writable_pte(mmu, pde), in virt_arch_dump()
472 is_writable_pte(mmu, pte), in virt_arch_dump()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1500 #define is_writable_pte(mmu, pte) (!!(*(pte) & PTE_WRITABLE_MASK(mmu))) macro