Searched refs:pte_accessible (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 416 #define pte_accessible pte_accessible macro 417 static inline unsigned long pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 672 #define pte_accessible pte_accessible macro 673 static inline unsigned long pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function 911 if (likely(mm != &init_mm) && pte_accessible(mm, orig)) in maybe_tlb_batch_add()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | pgtable.h | 361 #define pte_accessible pte_accessible macro 362 static inline unsigned long pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function
|
| /linux-6.15/mm/ |
| H A D | pgtable-generic.c | 100 if (pte_accessible(mm, pte)) in ptep_clear_flush()
|
| H A D | rmap.c | 681 if (!pte_accessible(mm, pteval)) in set_tlb_ubc_flush_pending()
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | pgtable.h | 182 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte)) macro
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | pgtable.h | 1022 #define pte_accessible pte_accessible macro 1023 static inline bool pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function
|
| /linux-6.15/include/linux/ |
| H A D | pgtable.h | 1175 #ifndef pte_accessible 1176 # define pte_accessible(mm, pte) ((void)(pte), 1) macro
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | cache.c | 813 else if (pte_accessible(mm, pte)) in ptep_clear_flush()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | pgtable.h | 153 #define pte_accessible(mm, pte) \ macro
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | init_64.c | 416 if (!pte_accessible(mm, pte)) in update_mmu_cache_range()
|