Searched refs:oldpte (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | tlbflush.h | 205 static inline bool pte_needs_flush(pte_t oldpte, pte_t newpte) in pte_needs_flush() argument 207 return __pte_flags_need_flush(pte_val(oldpte), pte_val(newpte)); in pte_needs_flush()
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 1062 unsigned long addr, pte_t oldpte); 1068 pte_t pte, pte_t oldpte) in arch_do_swap_page() argument 1074 if (pte_none(oldpte)) in arch_do_swap_page() 1084 unsigned long addr, pte_t oldpte) in arch_unmap_one() argument 1086 if (adi_state.enabled && (pte_val(oldpte) & _PAGE_MCD_4V)) in arch_unmap_one() 1087 return adi_save_tags(mm, vma, addr, oldpte); in arch_unmap_one()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_pt.c | 922 struct xe_pt *oldpte = entries[i].pt_entries[j].pt; in xe_pt_commit() local 926 xe_pt_destroy(oldpte, xe_vma_vm(vma)->flags, deferred); in xe_pt_commit() 953 struct xe_pt *oldpte = entries[i].pt_entries[j].pt; in xe_pt_abort_bind() local 955 pt_dir->staging[j_] = oldpte ? &oldpte->base : 0; in xe_pt_abort_bind() 983 struct xe_pt *oldpte = NULL; in xe_pt_commit_prepare_bind() local 986 oldpte = xe_pt_entry_staging(pt_dir, j_); in xe_pt_commit_prepare_bind() 989 entries[i].pt_entries[j].pt = oldpte; in xe_pt_commit_prepare_bind()
|
/linux/include/asm-generic/ |
H A D | tlb.h | 754 static inline bool pte_needs_flush(pte_t oldpte, pte_t newpte) 738 pte_needs_flush(pte_t oldpte,pte_t newpte) pte_needs_flush() argument
|
/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1396 unsigned long *oldpte, unsigned long *oldpgste);
|