Lines Matching refs:pte_t

6 pte_t huge_ptep_get(struct mm_struct *mm, unsigned long addr, pte_t *ptep)  in huge_ptep_get()
10 pte_t orig_pte = ptep_get(ptep); in huge_ptep_get()
18 pte_t pte = ptep_get(ptep); in huge_ptep_get()
30 pte_t *huge_pte_alloc(struct mm_struct *mm, in huge_pte_alloc()
36 pte_t *pte = NULL; in huge_pte_alloc()
52 pte = (pte_t *)pud; in huge_pte_alloc()
60 pte = (pte_t *)pmd_alloc(mm, pud, addr); in huge_pte_alloc()
77 pte_t pteval = ptep_get_lockless(pte); in huge_pte_alloc()
84 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset()
89 pte_t *pte = NULL; in huge_pte_offset()
106 return (pte_t *)pud; in huge_pte_offset()
114 return (pte_t *)pmd; in huge_pte_offset()
148 static pte_t get_clear_contig(struct mm_struct *mm, in get_clear_contig()
150 pte_t *ptep, in get_clear_contig()
153 pte_t orig_pte = ptep_get(ptep); in get_clear_contig()
157 pte_t pte = ptep_get_and_clear(mm, addr, ptep); in get_clear_contig()
169 static pte_t get_clear_contig_flush(struct mm_struct *mm, in get_clear_contig_flush()
171 pte_t *ptep, in get_clear_contig_flush()
174 pte_t orig_pte = get_clear_contig(mm, addr, ptep, pte_num); in get_clear_contig_flush()
184 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte()
202 pte_t *ptep, in clear_flush()
225 pte_t *ptep, in set_huge_pte_at()
226 pte_t pte, in set_huge_pte_at()
265 pte_t *ptep, in huge_ptep_set_access_flags()
266 pte_t pte, in huge_ptep_set_access_flags()
271 pte_t orig_pte; in huge_ptep_set_access_flags()
294 pte_t huge_ptep_get_and_clear(struct mm_struct *mm, in huge_ptep_get_and_clear()
296 pte_t *ptep, unsigned long sz) in huge_ptep_get_and_clear()
298 pte_t orig_pte = ptep_get(ptep); in huge_ptep_get_and_clear()
311 pte_t *ptep) in huge_ptep_set_wrprotect()
313 pte_t pte = ptep_get(ptep); in huge_ptep_set_wrprotect()
315 pte_t orig_pte; in huge_ptep_set_wrprotect()
334 pte_t huge_ptep_clear_flush(struct vm_area_struct *vma, in huge_ptep_clear_flush()
336 pte_t *ptep) in huge_ptep_clear_flush()
338 pte_t pte = ptep_get(ptep); in huge_ptep_clear_flush()
351 pte_t *ptep, in huge_pte_clear()
354 pte_t pte = ptep_get(ptep); in huge_pte_clear()