Searched refs:clear_pte_bit (Results 1 – 8 of 8) sorted by relevance
/arch/arm/include/asm/ |
D | pgtable.h | 216 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()
|
/arch/s390/include/asm/ |
D | pgtable.h | 537 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 …]
|
/arch/arm/mm/ |
D | pageattr.c | 21 pte = clear_pte_bit(pte, cdata->clear_mask); in change_page_range()
|
/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 | 228 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()
|
/arch/arm64/include/asm/ |
D | pgtable.h | 159 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit() function 186 pte = clear_pte_bit(pte, __pgprot(PTE_RDONLY)); in pte_mkwrite_novma() 192 pte = clear_pte_bit(pte, __pgprot(PTE_DIRTY)); in pte_mkclean() 203 pte = clear_pte_bit(pte, __pgprot(PTE_RDONLY)); in pte_mkdirty() 217 pte = clear_pte_bit(pte, __pgprot(PTE_WRITE)); in pte_wrprotect() 224 return clear_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkold() 245 return clear_pte_bit(pte, __pgprot(PTE_CONT)); in pte_mknoncont() 452 return clear_pte_bit(pte, __pgprot(PTE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
|
/arch/arm64/mm/ |
D | pageattr.c | 41 pte = clear_pte_bit(pte, cdata->clear_mask); in change_page_range()
|
/arch/s390/boot/ |
D | vmem.c | 67 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()
|