Home
last modified time | relevance | path

Searched defs:is_writable_pte (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/mmu/
H A Dspte.h466 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1492 #define is_writable_pte(mmu, pte) (!!(*(pte) & PTE_WRITABLE_MASK(mmu))) macro