Home
last modified time | relevance | path

Searched refs:newprot (Results 1 – 25 of 30) sorted by relevance

12

/arch/mips/include/asm/
Dpgtable.h513 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) argument
517 pte.pte_low |= pgprot_val(newprot) & ~_PFNX_MASK;
518 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
522 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) argument
526 pte.pte_low |= pgprot_val(newprot);
527 pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK);
531 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) argument
534 pte_val(pte) |= pgprot_val(newprot) & ~_PAGE_CHG_MASK;
699 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) argument
702 (pgprot_val(newprot) & ~_PAGE_CHG_MASK);
/arch/arc/include/asm/
Dhugepage.h43 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify() argument
49 return __pmd((pmd_val(pmd) & (_PAGE_CHG_MASK | _PAGE_HW_SZ)) | pgprot_val(newprot)); in pmd_modify()
Dpgtable.h301 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
303 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot)); in pte_modify()
/arch/s390/include/asm/
Dhugetlb.h115 static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) in huge_pte_modify() argument
117 return pte_modify(pte, newprot); in huge_pte_modify()
/arch/m68k/include/asm/
Dsun3_pgtable.h105 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
107 pte_val(pte) = (pte_val(pte) & SUN3_PAGE_CHG_MASK) | pgprot_val(newprot); in pte_modify()
Dmotorola_pgtable.h114 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
116 pte_val(pte) = (pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot); in pte_modify()
Dmcf_pgtable.h159 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
161 pte_val(pte) = (pte_val(pte) & CF_PAGE_CHG_MASK) | pgprot_val(newprot); in pte_modify()
/arch/sparc/include/asm/
Dpgtable_32.h317 static pte_t pte_modify(pte_t pte, pgprot_t newprot) __attribute_const__;
318 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
321 pgprot_val(newprot)); in pte_modify()
/arch/sh/include/asm/
Dpgtable_32.h392 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
395 pte.pte_low |= pgprot_val(newprot); in pte_modify()
398 pte.pte_high |= pgprot_val(newprot) >> 32; in pte_modify()
/arch/powerpc/include/asm/nohash/
Dpgtable.h171 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
173 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot)); in pte_modify()
/arch/nios2/include/asm/
Dpgtable.h171 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
175 pte_val(pte) = (pte_val(pte) & ~mask) | (pgprot_val(newprot) & mask); in pte_modify()
/arch/arm/include/asm/
Dpgtable-3level.h224 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify() argument
228 pmd_val(pmd) = (pmd_val(pmd) & ~mask) | (pgprot_val(newprot) & mask); in pmd_modify()
Dpgtable.h279 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
283 pte_val(pte) = (pte_val(pte) & ~mask) | (pgprot_val(newprot) & mask); in pte_modify()
/arch/csky/include/asm/
Dpgtable.h260 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
263 (pgprot_val(newprot))); in pte_modify()
/arch/um/include/asm/
Dpgtable.h288 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
290 pte_set_val(pte, (pte_val(pte) & _PAGE_CHG_MASK), newprot); in pte_modify()
/arch/x86/include/asm/
Dpgtable.h635 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
644 val |= check_pgprot(newprot) & ~_PAGE_CHG_MASK; in pte_modify()
649 static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify() argument
654 val |= check_pgprot(newprot) & ~_HPAGE_CHG_MASK; in pmd_modify()
664 static inline pgprot_t pgprot_modify(pgprot_t oldprot, pgprot_t newprot) in pgprot_modify() argument
667 pgprotval_t addbits = pgprot_val(newprot) & ~_PAGE_CHG_MASK; in pgprot_modify()
/arch/openrisc/include/asm/
Dpgtable.h328 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
330 pte_val(pte) = (pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot); in pte_modify()
/arch/xtensa/include/asm/
Dpgtable.h296 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
298 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot)); in pte_modify()
/arch/alpha/include/asm/
Dpgtable.h223 extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
224 { pte_val(pte) = (pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot); return pte; } in pte_modify()
/arch/microblaze/include/asm/
Dpgtable.h353 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
355 pte_val(pte) = (pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot); in pte_modify()
/arch/nds32/include/asm/
Dpgtable.h343 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
346 pte_val(pte) = (pte_val(pte) & ~mask) | (pgprot_val(newprot) & mask); in pte_modify()
/arch/powerpc/mm/book3s64/
Dpgtable.c152 pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) in pmd_modify() argument
158 return pmd_set_protbits(__pmd(pmdv), newprot); in pmd_modify()
/arch/riscv/include/asm/
Dpgtable.h293 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
295 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot)); in pte_modify()
/arch/parisc/include/asm/
Dpgtable.h396 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
397 { pte_val(pte) = (pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot); return pte; } in pte_modify()
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h483 static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) in pte_modify() argument
485 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot)); in pte_modify()

12