Searched refs:L_PTE_WRITE (Results 1 – 1 of 1) sorted by relevance
162 #define L_PTE_WRITE (1 << 5) macro181 #define PAGE_SHARED __pgprot(_L_PTE_DEFAULT | _L_PTE_READ | L_PTE_WRITE)242 #define pte_write(pte) (pte_val(pte) & L_PTE_WRITE)261 PTE_BIT_FUNC(wrprotect, &= ~L_PTE_WRITE);262 PTE_BIT_FUNC(mkwrite, |= L_PTE_WRITE);344 const unsigned long mask = L_PTE_EXEC | L_PTE_WRITE | L_PTE_USER; in pte_modify()