Home
last modified time | relevance | path

Searched refs:oldpte (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/mm/
A Dmprotect.c87 pte_t *pte, oldpte; in change_pte_range() local
121 oldpte = *pte; in change_pte_range()
122 if (pte_present(oldpte)) { in change_pte_range()
135 if (pte_protnone(oldpte)) in change_pte_range()
207 } else if (is_swap_pte(oldpte)) { in change_pte_range()
224 if (pte_swp_soft_dirty(oldpte)) in change_pte_range()
226 if (pte_swp_uffd_wp(oldpte)) in change_pte_range()
236 if (pte_swp_uffd_wp(oldpte)) in change_pte_range()
242 if (pte_swp_soft_dirty(oldpte)) in change_pte_range()
244 if (pte_swp_uffd_wp(oldpte)) in change_pte_range()
[all …]
/linux-6.3-rc2/arch/x86/include/asm/
A Dtlbflush.h318 static inline bool pte_needs_flush(pte_t oldpte, pte_t newpte) in pte_needs_flush() argument
321 if (!(pte_flags(oldpte) & _PAGE_PRESENT)) in pte_needs_flush()
325 if (pte_pfn(oldpte) != pte_pfn(newpte)) in pte_needs_flush()
332 return pte_flags_need_flush(pte_flags(oldpte), pte_flags(newpte), in pte_needs_flush()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dtlbflush.h195 static inline bool pte_needs_flush(pte_t oldpte, pte_t newpte) in pte_needs_flush() argument
197 return __pte_flags_need_flush(pte_val(oldpte), pte_val(newpte)); in pte_needs_flush()
/linux-6.3-rc2/arch/sparc/include/asm/
A Dpgtable_64.h1024 unsigned long addr, pte_t oldpte);
1030 pte_t pte, pte_t oldpte) in arch_do_swap_page() argument
1036 if (pte_none(oldpte)) in arch_do_swap_page()
1046 unsigned long addr, pte_t oldpte) in arch_unmap_one() argument
1048 if (adi_state.enabled && (pte_val(oldpte) & _PAGE_MCD_4V)) in arch_unmap_one()
1049 return adi_save_tags(mm, vma, addr, oldpte); in arch_unmap_one()
/linux-6.3-rc2/arch/sparc/kernel/
A Dadi_64.c371 unsigned long addr, pte_t oldpte) in adi_save_tags() argument
382 paddr = pte_val(oldpte) & _PAGE_PADDR_4V; in adi_save_tags()
/linux-6.3-rc2/arch/s390/mm/
A Dpgtable.c1046 unsigned long *oldpte, unsigned long *oldpgste) in pgste_perform_essa() argument
1067 if (oldpte) in pgste_perform_essa()
1068 *oldpte = pte_val(*ptep); in pgste_perform_essa()
/linux-6.3-rc2/include/asm-generic/
A Dtlb.h698 static inline bool pte_needs_flush(pte_t oldpte, pte_t newpte) in pte_needs_flush() argument
/linux-6.3-rc2/include/linux/
A Dpgtable.h755 pte_t pte, pte_t oldpte) in arch_do_swap_page() argument
/linux-6.3-rc2/arch/s390/include/asm/
A Dpgtable.h1307 unsigned long *oldpte, unsigned long *oldpgste);

Completed in 24 milliseconds