Home
last modified time | relevance | path

Searched refs:clear_pte_bit (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/include/asm/
H A Dpgtable.h216 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function
235 return clear_pte_bit(pte, __pgprot(L_PTE_RDONLY)); in pte_mkwrite_novma()
240 return clear_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkclean()
250 return clear_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkold()
260 return clear_pte_bit(pte, __pgprot(L_PTE_XN)); in pte_mkexec()
316 return clear_pte_bit(pte, __pgprot(L_PTE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
/linux/arch/s390/include/asm/
H A Dpgtable.h556 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function
868 return clear_pte_bit(pte, __pgprot(_PAGE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
885 return clear_pte_bit(pte, __pgprot(_PAGE_SOFT_DIRTY)); in pte_clear_soft_dirty()
1018 pte = clear_pte_bit(pte, __pgprot(~_PAGE_CHG_MASK)); in pte_modify()
1025 pte = clear_pte_bit(pte, __pgprot(_PAGE_INVALID)); in pte_modify()
1031 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_modify()
1037 pte = clear_pte_bit(pte, __pgprot(_PAGE_WRITE)); in pte_wrprotect()
1045 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkwrite_novma()
1051 pte = clear_pte_bit(pte, __pgprot(_PAGE_DIRTY)); in pte_mkclean()
1059 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkdirty()
[all …]
/linux/arch/arm64/include/asm/
H A Dpgtable.h236 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function
264 pte = clear_pte_bit(pte, __pgprot(PTE_RDONLY)); in pte_mkwrite_novma()
270 pte = clear_pte_bit(pte, __pgprot(PTE_DIRTY)); in pte_mkclean()
281 pte = clear_pte_bit(pte, __pgprot(PTE_RDONLY)); in pte_mkdirty()
295 pte = clear_pte_bit(pte, __pgprot(PTE_WRITE)); in pte_wrprotect()
302 return clear_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkold()
322 return clear_pte_bit(pte, __pgprot(PTE_CONT)); in pte_mknoncont()
333 pte = clear_pte_bit(pte, __pgprot(PTE_VALID)); in pte_mkinvalid()
360 return clear_pte_bit(pte, __pgprot(PTE_UFFD_WP)); in pte_clear_uffd_wp()
540 return clear_pte_bit(pte, __pgprot(PTE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
[all …]
/linux/arch/arm/mm/
H A Dpageattr.c21 pte = clear_pte_bit(pte, cdata->clear_mask); in change_page_range()
/linux/arch/s390/mm/
H A Dpageattr.c98 new = clear_pte_bit(new, __pgprot(_PAGE_NOEXEC)); in walk_pte_level()
454 pte = clear_pte_bit(*ptep, __pgprot(_PAGE_INVALID)); in __kernel_map_pages()