Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h537 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function
848 return clear_pte_bit(pte, __pgprot(_PAGE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
865 return clear_pte_bit(pte, __pgprot(_PAGE_SOFT_DIRTY)); in pte_clear_soft_dirty()
991 pte = clear_pte_bit(pte, __pgprot(~_PAGE_CHG_MASK)); in pte_modify()
998 pte = clear_pte_bit(pte, __pgprot(_PAGE_INVALID)); in pte_modify()
1004 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_modify()
1010 pte = clear_pte_bit(pte, __pgprot(_PAGE_WRITE)); in pte_wrprotect()
1018 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkwrite_novma()
1024 pte = clear_pte_bit(pte, __pgprot(_PAGE_DIRTY)); in pte_mkclean()
1032 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkdirty()
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h160 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function
187 pte = clear_pte_bit(pte, __pgprot(PTE_RDONLY)); in pte_mkwrite_novma()
193 pte = clear_pte_bit(pte, __pgprot(PTE_DIRTY)); in pte_mkclean()
204 pte = clear_pte_bit(pte, __pgprot(PTE_RDONLY)); in pte_mkdirty()
218 pte = clear_pte_bit(pte, __pgprot(PTE_WRITE)); in pte_wrprotect()
225 return clear_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkold()
246 return clear_pte_bit(pte, __pgprot(PTE_CONT)); in pte_mknoncont()
436 return clear_pte_bit(pte, __pgprot(PTE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
/openbmc/linux/arch/s390/mm/
H A Dpageattr.c105 new = clear_pte_bit(new, __pgprot(_PAGE_NOEXEC)); in walk_pte_level()
112 new = clear_pte_bit(new, __pgprot(_PAGE_NOEXEC)); in walk_pte_level()
455 pte = clear_pte_bit(*ptep, __pgprot(_PAGE_INVALID)); in __kernel_map_pages()
H A Dpgtable.c228 entry = clear_pte_bit(entry, __pgprot(_PAGE_PROTECT)); in pgste_set_pte()
373 pte = clear_pte_bit(pte, __pgprot(_PAGE_NOEXEC)); in ptep_modify_prot_commit()
678 entry = clear_pte_bit(entry, __pgprot(_PAGE_INVALID)); in ptep_force_prot()
/openbmc/linux/arch/arm/mm/
H A Dpageattr.c21 pte = clear_pte_bit(pte, cdata->clear_mask); in change_page_range()
/openbmc/linux/arch/s390/boot/
H A Dvmem.c67 pte_z = clear_pte_bit(pte_z, __pgprot(_PAGE_NOEXEC)); in kasan_populate_shadow()
297 entry = clear_pte_bit(entry, __pgprot(_PAGE_NOEXEC)); in pgtable_pte_populate()
/openbmc/linux/arch/arm64/mm/
H A Dpageattr.c41 pte = clear_pte_bit(pte, cdata->clear_mask); in change_page_range()