Home
last modified time | relevance | path

Searched refs:_PAGE_CHG_MASK (Results 1 – 16 of 16) sorted by relevance

/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h42 #define _PAGE_CHG_MASK (PAGE_MASK_PHYS | _PAGE_ACCESSED | _PAGE_DIRTY | \ macro
100 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot)); in pte_modify()
H A Dhugepage.h53 return __pmd((pmd_val(pmd) & (_PAGE_CHG_MASK | _PAGE_HW_SZ)) | pgprot_val(newprot)); in pmd_modify()
/linux/arch/riscv/include/asm/
H A Dpgtable-32.h32 #define _PAGE_CHG_MASK (~(unsigned long)(_PAGE_PRESENT | _PAGE_READ | \ macro
H A Dpgtable-64.h172 #define _PAGE_CHG_MASK (~(unsigned long)(_PAGE_PRESENT | _PAGE_READ | \ macro
H A Dpgtable.h549 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | newprot_val); in pte_modify()
/linux/arch/m68k/include/asm/
H A Dmotorola_pgtable.h40 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_NOCACHE) macro
86 pte_val(pte) = (pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot); in pte_modify()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h20 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL) macro
297 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot)); in pte_modify()
/linux/arch/sh/include/asm/
H A Dpgtable_32.h169 #define _PAGE_CHG_MASK \ macro
385 pte.pte_low &= _PAGE_CHG_MASK; in pte_modify()
/linux/arch/mips/include/asm/
H A Dpgtable-bits.h282 #define _PAGE_CHG_MASK (_PAGE_ACCESSED | _PAGE_MODIFIED | \ macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h75 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_HASHPTE | _PAGE_DIRTY | \ macro
519 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot)); in pte_modify()
/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h109 #define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV) macro
H A Dpgtable.h467 return __pte((pte_val(pte) & _PAGE_CHG_MASK) | in pte_modify()
468 (pgprot_val(newprot) & ~_PAGE_CHG_MASK)); in pte_modify()
/linux/arch/parisc/include/asm/
H A Dpgtable.h206 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_SPECIAL) macro
347 { pte_val(pte) = (pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot); return pte; } in pte_modify()
/linux/arch/x86/include/asm/
H A Dpgtable.h780 val &= _PAGE_CHG_MASK; in pte_modify()
781 val |= check_pgprot(newprot) & ~_PAGE_CHG_MASK; in pte_modify()
857 pgprotval_t preservebits = pgprot_val(oldprot) & _PAGE_CHG_MASK; in pgprot_modify()
858 pgprotval_t addbits = pgprot_val(newprot) & ~_PAGE_CHG_MASK; in pgprot_modify()
/linux/arch/s390/include/asm/
H A Dpgtable.h209 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_SPECIAL | _PAGE_DIRTY | \ macro
946 unsigned long pte_flags = pte_val(pte) & _PAGE_CHG_MASK; in pte_pgprot()
1020 pte = clear_pte_bit(pte, __pgprot(~_PAGE_CHG_MASK)); in pte_modify()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h123 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_HPTEFLAGS | _PAGE_DIRTY | \ macro
629 return __pte_raw((pte_raw(pte) & cpu_to_be64(_PAGE_CHG_MASK)) | in pte_modify()