Searched defs:is_writable_pte (Results 1 – 2 of 2) sorted by relevance
466 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function
1492 #define is_writable_pte(mmu, pte) (!!(*(pte) & PTE_WRITABLE_MASK(mmu))) macro