Home
last modified time | relevance | path

Searched refs:ptep_set_wrprotect (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/include/asm-generic/
Dpgtable.h29 static inline void ptep_set_wrprotect(pte_t *ptep) in ptep_set_wrprotect() function
/linux-2.4.37.9/include/asm-sh/
Dpgalloc.h145 static inline void ptep_set_wrprotect(pte_t *ptep) in ptep_set_wrprotect() function
/linux-2.4.37.9/include/asm-sh64/
Dpgalloc.h173 static inline void ptep_set_wrprotect(pte_t *ptep) in ptep_set_wrprotect() function
/linux-2.4.37.9/include/asm-s390/
Dpgtable.h398 static inline void ptep_set_wrprotect(pte_t *ptep) in ptep_set_wrprotect() function
/linux-2.4.37.9/include/asm-i386/
Dpgtable.h301 static inline void ptep_set_wrprotect(pte_t *ptep) { clear_bit(_PAGE_BIT_RW, ptep); } in ptep_set_wrprotect() function
/linux-2.4.37.9/include/asm-s390x/
Dpgtable.h456 static inline void ptep_set_wrprotect(pte_t *ptep) in ptep_set_wrprotect() function
/linux-2.4.37.9/include/asm-ppc64/
Dpgtable.h310 static inline void ptep_set_wrprotect(pte_t *ptep) in ptep_set_wrprotect() function
/linux-2.4.37.9/include/asm-ia64/
Dpgtable.h378 ptep_set_wrprotect (pte_t *ptep) in ptep_set_wrprotect() function
/linux-2.4.37.9/include/asm-parisc/
Dpgtable.h414 static inline void ptep_set_wrprotect(pte_t *ptep) in ptep_set_wrprotect() function
/linux-2.4.37.9/include/asm-ppc/
Dpgtable.h580 static inline void ptep_set_wrprotect(pte_t *ptep) in ptep_set_wrprotect() function
/linux-2.4.37.9/include/asm-x86_64/
Dpgtable.h341 static inline void ptep_set_wrprotect(pte_t *ptep) { clear_bit(_PAGE_BIT_RW, ptep); } in ptep_set_wrprotect() function
/linux-2.4.37.9/mm/
Dmemory.c251 ptep_set_wrprotect(src_pte); in copy_page_range()