Searched refs:clear_pte_bit (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/arch/arm/include/asm/ |
D | pgtable.h | 218 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function 237 return clear_pte_bit(pte, __pgprot(L_PTE_RDONLY)); in pte_mkwrite_novma() 242 return clear_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkclean() 252 return clear_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkold() 262 return clear_pte_bit(pte, __pgprot(L_PTE_XN)); in pte_mkexec() 318 return clear_pte_bit(pte, __pgprot(L_PTE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | pgtable.h | 558 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function 891 return clear_pte_bit(pte, __pgprot(_PAGE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive() 908 return clear_pte_bit(pte, __pgprot(_PAGE_SOFT_DIRTY)); in pte_clear_soft_dirty() 1035 pte = clear_pte_bit(pte, __pgprot(~_PAGE_CHG_MASK)); in pte_modify() 1042 pte = clear_pte_bit(pte, __pgprot(_PAGE_INVALID)); in pte_modify() 1048 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_modify() 1054 pte = clear_pte_bit(pte, __pgprot(_PAGE_WRITE)); in pte_wrprotect() 1062 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkwrite_novma() 1068 pte = clear_pte_bit(pte, __pgprot(_PAGE_DIRTY)); in pte_mkclean() 1076 pte = clear_pte_bit(pte, __pgprot(_PAGE_PROTECT)); in pte_mkdirty() [all …]
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | pgtable.h | 188 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function 215 pte = clear_pte_bit(pte, __pgprot(PTE_RDONLY)); in pte_mkwrite_novma() 221 pte = clear_pte_bit(pte, __pgprot(PTE_DIRTY)); in pte_mkclean() 232 pte = clear_pte_bit(pte, __pgprot(PTE_RDONLY)); in pte_mkdirty() 246 pte = clear_pte_bit(pte, __pgprot(PTE_WRITE)); in pte_wrprotect() 253 return clear_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkold() 274 return clear_pte_bit(pte, __pgprot(PTE_CONT)); in pte_mknoncont() 285 pte = clear_pte_bit(pte, __pgprot(PTE_VALID)); in pte_mkinvalid() 312 return clear_pte_bit(pte, __pgprot(PTE_UFFD_WP)); in pte_clear_uffd_wp() 512 return clear_pte_bit(pte, __pgprot(PTE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive() [all …]
|
/linux-6.12.1/arch/s390/mm/ |
D | pageattr.c | 105 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() 440 pte = clear_pte_bit(*ptep, __pgprot(_PAGE_INVALID)); in __kernel_map_pages()
|
D | pgtable.c | 219 entry = clear_pte_bit(entry, __pgprot(_PAGE_PROTECT)); in pgste_set_pte() 364 pte = clear_pte_bit(pte, __pgprot(_PAGE_NOEXEC)); in ptep_modify_prot_commit() 669 entry = clear_pte_bit(entry, __pgprot(_PAGE_INVALID)); in ptep_force_prot()
|
/linux-6.12.1/arch/arm/mm/ |
D | pageattr.c | 21 pte = clear_pte_bit(pte, cdata->clear_mask); in change_page_range()
|
/linux-6.12.1/arch/arm64/mm/ |
D | pageattr.c | 41 pte = clear_pte_bit(pte, cdata->clear_mask); in change_page_range()
|
/linux-6.12.1/arch/s390/boot/ |
D | vmem.c | 72 pte_z = clear_pte_bit(pte_z, __pgprot(_PAGE_NOEXEC)); in kasan_populate_shadow() 304 entry = clear_pte_bit(entry, __pgprot(_PAGE_NOEXEC)); in pgtable_pte_populate()
|