Searched refs:pte_accessible (Results 1 – 9 of 9) sorted by relevance
| /arch/loongarch/include/asm/ |
| A D | pgtable.h | 412 #define pte_accessible pte_accessible macro 413 static inline unsigned long pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function
|
| /arch/sparc/include/asm/ |
| 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()
|
| /arch/riscv/include/asm/ |
| A D | pgtable.h | 359 #define pte_accessible pte_accessible macro 360 static inline unsigned long pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() function
|
| /arch/arm/include/asm/ |
| A D | pgtable.h | 181 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte)) macro
|
| /arch/x86/include/asm/ |
| 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
|
| /arch/parisc/kernel/ |
| A D | cache.c | 813 else if (pte_accessible(mm, pte)) in ptep_clear_flush()
|
| /arch/arm64/mm/ |
| A D | mmu.c | 1539 if (pte_accessible(vma->vm_mm, pte) && pte_user_exec(pte)) in modify_prot_start_ptes()
|
| /arch/arm64/include/asm/ |
| A D | pgtable.h | 231 #define pte_accessible(mm, pte) \ macro
|
| /arch/sparc/mm/ |
| A D | init_64.c | 416 if (!pte_accessible(mm, pte)) in update_mmu_cache_range()
|
Completed in 36 milliseconds