Searched refs:pte_accessible (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 447 #define pte_accessible pte_accessible macro 448 static inline unsigned long pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 670 #define pte_accessible pte_accessible macro 671 static inline unsigned long pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function 909 if (likely(mm != &init_mm) && pte_accessible(mm, orig)) in maybe_tlb_batch_add()
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 360 #define pte_accessible pte_accessible macro 361 static inline unsigned long pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable.h | 181 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte)) macro
|
| /linux/mm/ |
| H A D | pgtable-generic.c | 102 if (pte_accessible(mm, pte)) in ptep_clear_flush()
|
| H A D | rmap.c | 656 if (!pte_accessible(mm, pteval)) in set_tlb_ubc_flush_pending()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable.h | 971 #define pte_accessible pte_accessible macro 972 static inline bool pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function
|
| /linux/include/linux/ |
| H A D | pgtable.h | 1227 #ifndef pte_accessible 1228 # define pte_accessible(mm, pte) ((void)(pte), 1) macro
|
| /linux/arch/parisc/kernel/ |
| H A D | cache.c | 813 else if (pte_accessible(mm, pte)) in ptep_clear_flush()
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 235 #define pte_accessible(mm, pte) \ macro
|
| /linux/arch/sparc/mm/ |
| H A D | init_64.c | 416 if (!pte_accessible(mm, pte)) in update_mmu_cache_range()
|