/linux-6.12.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 301 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) in pte_modify() function
|
D | pgtable_64.h | 262 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function 325 pte = pte_modify(pte, newprot); in pmd_modify()
|
/linux-6.12.1/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 98 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable.h | 514 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-6.12.1/include/asm-generic/ |
D | hugetlb.h | 42 return pte_modify(pte, newprot); in huge_pte_modify()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | hugetlb.h | 124 return pte_modify(pte, newprot); in huge_pte_modify()
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 85 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
D | mcf_pgtable.h | 105 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
D | motorola_pgtable.h | 90 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | pgtable.h | 288 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | pgtable.h | 153 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/csky/include/asm/ |
D | pgtable.h | 257 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | pgtable.h | 206 extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 284 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | pgtable.h | 482 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function 693 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()
|
/linux-6.12.1/arch/arm/include/asm/ |
D | pgtable.h | 270 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | pgtable.h | 284 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | pgtable.h | 312 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/um/include/asm/ |
D | pgtable.h | 303 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | pgtable.h | 296 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 511 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/sh/include/asm/ |
D | pgtable_32.h | 391 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | pgtable.h | 363 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | pgtable.h | 432 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
|
/linux-6.12.1/mm/ |
D | mprotect.c | 170 ptent = pte_modify(oldpte, newprot); in change_pte_range()
|