Home
last modified time | relevance | path

Searched refs:pte_update (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h172 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 Dhugetlb-8xx.h55 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 Dpgtable.h189 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 Dpgtable.h221 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 Dpgtable.h367 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 Dpgtable.h361 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 Dhugetlb.h44 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 Dhash_hugetlbpage.c139 pte_val = pte_update(vma->vm_mm, addr, ptep, in huge_ptep_modify_prot_start()
H A Dsubpage_prot.c76 pte_update(mm, addr, pte, 0, 0, 0); in hpte_flush_range()
H A Dpgtable.c434 pte_val = pte_update(vma->vm_mm, addr, ptep, _PAGE_PRESENT, _PAGE_INVALID, 0); in ptep_modify_prot_start()