Searched defs:pte_wrprotect (Results 1 - 25 of 25) sorted by relevance

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h88 static inline pte_t pte_wrprotect(pte_t pte) function
93 #define pte_wrprotect pte_wrprotect macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h156 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_RONLY; return pte; } function
H A Dsun3_pgtable.h144 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_WRITEABLE; return pte; } function
H A Dmcf_pgtable.h183 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h296 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h161 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h143 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h114 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h227 static inline pte_t pte_wrprotect(pte_t pte) function
H A Dpgtable_64.h540 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/um/include/asm/
H A Dpgtable.h181 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/mips/include/asm/
H A Dpgtable.h295 static inline pte_t pte_wrprotect(pte_t pte) function
359 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/arm/include/asm/
H A Dpgtable.h230 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h223 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h255 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h256 extern inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) |= _PAGE_FOW; return pte; } function
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h452 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h256 static inline pte_t pte_wrprotect(pte_t pte) \ function
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h408 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h322 static inline pte_t pte_wrprotect(pte_t pte) { pte_val(pte) &= ~_PAGE_WRITE; return pte; } function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h392 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h219 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h375 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1000 static inline pte_t pte_wrprotect(pte_t pte) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h557 static inline pte_t pte_wrprotect(pte_t pte) function

Completed in 219 milliseconds