| /linux/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/arch/arc/include/asm/ |
| H A D | pgtable-bits-arcv2.h | 83 #define pte_special(pte) (pte_val(pte) & _PAGE_SPECIAL) macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 408 static inline int pte_special(pte_t pte) in pte_special() function 787 return pte_special(pmd_pte(pmd)); in pmd_special() 799 return pte_special(pud_pte(pud)); in pud_special()
|
| /linux/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/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 182 #define pte_special(pte) (pte_isset((pte), L_PTE_SPECIAL)) macro
|
| /linux/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/arch/arm64/include/asm/ |
| H A D | pgtable.h | 187 #define pte_special(pte) (!!(pte_val(pte) & PTE_SPECIAL)) macro 475 if (pte_present(pte) && pte_user_exec(pte) && !pte_special(pte)) in __sync_cache_and_tags() 486 !pte_special(pte) && pte_tagged(pte)) in __sync_cache_and_tags() 1713 pte_valid(pte) && !pte_cont(pte) && !pte_special(pte))) in contpte_try_fold()
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 342 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL) macro
|
| /linux/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/arch/powerpc/mm/ |
| H A D | pgtable.c | 52 if (pte_present(pte) && !pte_special(pte)) { in pte_looks_normal()
|
| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 29 | pte_special | Tests a special PTE |
|
| /linux/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/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 408 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() function
|
| /linux/arch/powerpc/kernel/ |
| H A D | mce_power.c | 49 if (!pte_present(pte) || pte_special(pte)) { in addr_to_pfn()
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 676 static inline unsigned long pte_special(pte_t pte) in pte_special() function
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 455 static inline int pte_special(pte_t pte) in pte_special() function
|
| /linux/arch/arm/mm/ |
| H A D | mmu.c | 1805 if (!pte_special(pteval)) in set_ptes()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable.h | 252 static inline int pte_special(pte_t pte) in pte_special() function
|
| /linux/mm/ |
| H A D | debug_vm_pgtable.c | 654 WARN_ON(!pte_special(pte_mkspecial(pte))); in pte_special_tests()
|
| H A D | gup.c | 2868 if (pte_special(pte)) in gup_fast_pte_range()
|
| H A D | memory.c | 754 return __vm_normal_page(vma, addr, pte_pfn(pte), pte_special(pte), in vm_normal_page() 6735 pte_special(pte)); in follow_pfnmap_start()
|
| H A D | vmscan.c | 3436 if (WARN_ON_ONCE(pte_special(pte))) in get_pte_pfn()
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 894 static inline int pte_special(pte_t pte) in pte_special() function
|
| /linux/include/linux/ |
| H A D | mm.h | 2774 static inline int pte_special(pte_t pte) in pte_special() function
|