| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/ |
| H A D | pgtable.h | 172 do { pte_update(mm, addr, ptep, ~0, 0, 0); } while (0) 247 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p, in pte_update() function 276 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p, in pte_update() function 297 old = pte_update(mm, addr, ptep, _PAGE_ACCESSED, 0, 0); in __ptep_test_and_clear_young() 307 return __pte(pte_update(mm, addr, ptep, ~0, 0, 0)); in ptep_get_and_clear() 317 pte_update(mm, addr, ptep, clr, set, 0); in ptep_set_wrprotect() 331 pte_update(vma->vm_mm, address, ptep, clr, set, huge); in __ptep_set_access_flags()
|
| H A D | hugetlb-8xx.h | 55 pte_update(mm, addr, ptep, ~0UL, 0, 1); in huge_pte_clear() 65 pte_update(mm, addr, ptep, clr, set, 1); in huge_ptep_set_wrprotect()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 189 static inline unsigned long pte_update(struct mm_struct *mm, in pte_update() function 217 old = pte_update(mm, addr, ptep, _PAGE_ACCESSED, 0, 0); in __ptep_test_and_clear_young() 236 pte_update(mm, addr, ptep, _PAGE_RW, 0, 0); in ptep_set_wrprotect() 246 pte_update(mm, addr, ptep, _PAGE_RW, 0, 1); in huge_ptep_set_wrprotect() 261 unsigned long old = pte_update(mm, addr, ptep, ~0UL, 0, 0); in ptep_get_and_clear() 268 pte_update(mm, addr, ptep, ~0UL, 0, 0); in pte_clear()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 221 do { pte_update(mm, addr, ptep, ~_PAGE_HASHPTE, 0, 0); } while (0) 257 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p, in pte_update() function 296 old = pte_update(mm, addr, ptep, _PAGE_ACCESSED, 0, 0); in __ptep_test_and_clear_young() 310 return __pte(pte_update(mm, addr, ptep, ~_PAGE_HASHPTE, 0, 0)); in ptep_get_and_clear() 317 pte_update(mm, addr, ptep, _PAGE_RW, 0, 0); in ptep_set_wrprotect() 328 pte_update(vma->vm_mm, address, ptep, 0, set, 0); in __ptep_set_access_flags() 509 pte_update(mm, addr, ptep, ~_PAGE_HASHPTE, pte_val(pte), 0); in __set_pte_at()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | pgtable.h | 367 static inline unsigned long pte_update(pte_t *p, unsigned long clr, in pte_update() function 406 return (pte_update(ptep, _PAGE_ACCESSED, 0) & _PAGE_ACCESSED) != 0; in ptep_test_and_clear_young() 412 return (pte_update(ptep, \ in ptep_test_and_clear_dirty() 420 return __pte(pte_update(ptep, ~_PAGE_HASHPTE, 0)); in ptep_get_and_clear() 432 pte_update(ptep, 0, _PAGE_DIRTY); in ptep_mkdirty()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 361 static inline unsigned long pte_update(struct mm_struct *mm, unsigned long addr, in pte_update() function 386 old = pte_update(mm, addr, ptep, _PAGE_ACCESSED, 0, 0); in __ptep_test_and_clear_young() 439 pte_update(mm, addr, ptep, _PAGE_WRITE, 0, 0); in ptep_set_wrprotect() 441 pte_update(mm, addr, ptep, 0, _PAGE_PRIVILEGED, 0); in ptep_set_wrprotect() 453 pte_update(mm, addr, ptep, _PAGE_WRITE, 0, 1); in huge_ptep_set_wrprotect() 455 pte_update(mm, addr, ptep, 0, _PAGE_PRIVILEGED, 1); in huge_ptep_set_wrprotect() 462 unsigned long old = pte_update(mm, addr, ptep, ~0UL, 0, 0); in ptep_get_and_clear() 485 pte_update(mm, addr, ptep, ~0UL, 0, 0); in pte_clear()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | hugetlb.h | 44 return __pte(pte_update(mm, addr, ptep, ~0UL, 0, 1)); in huge_ptep_get_and_clear()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | hash_hugetlbpage.c | 139 pte_val = pte_update(vma->vm_mm, addr, ptep, in huge_ptep_modify_prot_start()
|
| H A D | subpage_prot.c | 76 pte_update(mm, addr, pte, 0, 0, 0); in hpte_flush_range()
|
| H A D | pgtable.c | 434 pte_val = pte_update(vma->vm_mm, addr, ptep, _PAGE_PRESENT, _PAGE_INVALID, 0); in ptep_modify_prot_start()
|