Searched refs:pte_rdprotect (Results 1 – 16 of 16) sorted by relevance
81 static inline pte_t pte_rdprotect(pte_t pte) { pte_val(pte) |= _PAGE_NOT_USER; return pte; } in pte_rdprotect() function
39 static inline pte_t pte_rdprotect(pte_t pte) in pte_rdprotect() function
35 static inline pte_t pte_rdprotect(pte_t pte) in pte_rdprotect() function
170 static inline pte_t pte_rdprotect(pte_t pte) { return pte; } in pte_rdprotect() function
184 static inline pte_t pte_rdprotect(pte_t pte) { return pte; } in pte_rdprotect() function
226 static inline pte_t pte_rdprotect(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_USER)); re… in pte_rdprotect() function
288 static inline pte_t pte_rdprotect(pte_t pte) { (pte).pte_low &= ~_PAGE_USER; return pte; } in pte_rdprotect() function
336 extern inline pte_t pte_rdprotect(pte_t pte) in pte_rdprotect() function
258 #define pte_rdprotect(pte) (__pte(((pte_val(pte)<<1UL)>>1UL) & ~_PAGE_READ)) macro
282 extern inline pte_t pte_rdprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOR; return pte; } in pte_rdprotect() function
254 static inline pte_t pte_rdprotect(pte_t pte) { in pte_rdprotect() function
262 extern inline pte_t pte_rdprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_READ; return pte; } in pte_rdprotect() function
338 static inline pte_t pte_rdprotect(pte_t pte) in pte_rdprotect() function
478 static inline pte_t pte_rdprotect(pte_t pte) { in pte_rdprotect() function
441 extern inline pte_t pte_rdprotect(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_READ)); re… in pte_rdprotect() function
329 extern inline pte_t pte_rdprotect(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_USER)); re… in pte_rdprotect() function