Searched refs:pte_modify (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/arch/s390/include/asm/
H A Dhugetlb.h124 return pte_modify(pte, newprot);
/linux-master/include/asm-generic/
H A Dhugetlb.h42 return pte_modify(pte, newprot);
/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h41 /* Set of bits not changed in pte_modify */
98 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h301 static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__;
302 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
H A Dpgtable_64.h262 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) function
325 pte = pte_modify(pte, newprot);
/linux-master/arch/mips/include/asm/
H A Dpgtable.h514 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
523 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
532 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h90 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
H A Dmcf_pgtable.h105 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
H A Dsun3_pgtable.h85 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h287 /* pte_modify - set protection bits on PTE */
288 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h257 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/um/include/asm/
H A Dpgtable.h271 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h254 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h150 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h312 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h284 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h206 extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h296 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/arm/include/asm/
H A Dpgtable.h270 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h363 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h391 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h510 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h458 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function
658 return pte_pmd(pte_modify(pmd_pte(pmd), newprot));
/linux-master/mm/
H A Dmprotect.c167 ptent = pte_modify(oldpte, newprot);
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h446 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) function

Completed in 413 milliseconds

12