Home
last modified time | relevance | path

Searched refs:pte_modify (Results 1 – 20 of 20) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dpgtable_32.h296 static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__;
297 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
H A Dpgtable_64.h260 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function
323 pte = pte_modify(pte, newprot); in pmd_modify()
/linux/include/asm-generic/
H A Dhugetlb.h37 return pte_modify(pte, newprot); in huge_pte_modify()
/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h98 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h79 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
H A Dmotorola_pgtable.h84 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
H A Dmcf_pgtable.h99 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/hexagon/include/asm/
H A Dpgtable.h285 static inline pte_t pte_modify(pte_t pte, pgprot_t prot) in pte_modify() function
/linux/arch/nios2/include/asm/
H A Dpgtable.h153 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/csky/include/asm/
H A Dpgtable.h252 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h558 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
812 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()
1165 return pte_pud(pte_modify(pud_pte(pud), newprot)); in pud_modify()
/linux/arch/um/include/asm/
H A Dpgtable.h279 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/openrisc/include/asm/
H A Dpgtable.h293 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/microblaze/include/asm/
H A Dpgtable.h287 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/xtensa/include/asm/
H A Dpgtable.h277 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/sh/include/asm/
H A Dpgtable_32.h383 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/parisc/include/asm/
H A Dpgtable.h357 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h1221 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() function
1247 return pte_pmd(pte_modify(pmd_pte(pmd), newprot)); in pmd_modify()
/linux/mm/
H A Dmprotect.c272 ptent = pte_modify(oldpte, newprot); in change_pte_range()
H A Dmemory.c6001 pte = pte_modify(old_pte, vma->vm_page_prot); in numa_rebuild_single_mapping()
6037 ptent = pte_modify(ptent, vma->vm_page_prot); in numa_rebuild_large_mapping()
6073 pte = pte_modify(old_pte, vma->vm_page_prot); in do_numa_page()