| /linux-6.15/Documentation/features/vm/pte_special/ |
| H A D | arch-support.txt | 2 # Feature name: pte_special 4 # description: arch supports the pte_special()/pte_mkspecial() VM APIs
|
| /linux-6.15/arch/arc/include/asm/ |
| H A D | pgtable-bits-arcv2.h | 83 #define pte_special(pte) (pte_val(pte) & _PAGE_SPECIAL) macro
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | pgtable.h | 409 static inline int pte_special(pte_t pte) in pte_special() function 803 return pte_special(pmd_pte(pmd)); in pmd_special() 815 return pte_special(pud_pte(pud)); in pud_special()
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 182 #define pte_special(pte) (pte_isset((pte), L_PTE_SPECIAL)) macro
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | pgtable.h | 262 static inline int pte_special(pte_t pte) function 273 static inline int pte_special(pte_t pte) function
|
| /linux-6.15/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 193 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() function
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | pgtable.h | 108 #define pte_special(pte) (!!(pte_val(pte) & PTE_SPECIAL)) macro 394 if (pte_present(pte) && pte_user_exec(pte) && !pte_special(pte)) in __sync_cache_and_tags() 405 !pte_special(pte) && pte_tagged(pte)) in __sync_cache_and_tags() 1614 pte_valid(pte) && !pte_cont(pte) && !pte_special(pte))) in contpte_try_fold()
|
| /linux-6.15/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 396 static inline int pte_special(pte_t pte) { return !!(pte_val(pte) & _PAGE_SPECIAL); } in pte_special() function
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 342 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL) macro
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | pgtable.c | 52 if (pte_present(pte) && !pte_special(pte)) { in pte_looks_normal()
|
| /linux-6.15/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 29 | pte_special | Tests a special PTE |
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | pgtable.h | 318 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() function
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 409 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() function
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | mce_power.c | 49 if (!pte_present(pte) || pte_special(pte)) { in addr_to_pfn()
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 678 static inline unsigned long pte_special(pte_t pte) in pte_special() function
|
| /linux-6.15/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 456 static inline int pte_special(pte_t pte) in pte_special() function
|
| /linux-6.15/arch/arm/mm/ |
| H A D | mmu.c | 1805 if (!pte_special(pteval)) in set_ptes()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | pgtable.h | 252 static inline int pte_special(pte_t pte) in pte_special() function
|
| /linux-6.15/mm/ |
| H A D | debug_vm_pgtable.c | 661 WARN_ON(!pte_special(pte_mkspecial(pte))); in pte_special_tests()
|
| H A D | gup.c | 2925 } else if (pte_special(pte)) in gup_fast_pte_range()
|
| H A D | memory.c | 581 if (likely(!pte_special(pte))) in vm_normal_page() 6791 pte_special(pte)); in follow_pfnmap_start()
|
| H A D | vmscan.c | 3404 if (WARN_ON_ONCE(pte_devmap(pte) || pte_special(pte))) in get_pte_pfn()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | pgtable.h | 894 static inline int pte_special(pte_t pte) in pte_special() function
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 2795 static inline int pte_special(pte_t pte) in pte_special() function
|