Home
last modified time | relevance | path

Searched refs:pte_special (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/features/vm/pte_special/
H A Darch-support.txt2 # Feature name: pte_special
4 # description: arch supports the pte_special()/pte_mkspecial() VM APIs
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h99 #define pte_special(pte) (!!(pte_val(pte) & PTE_SPECIAL)) macro
317 if (pte_present(pte) && pte_user_exec(pte) && !pte_special(pte)) in set_pte_at()
321 pte_present(pte) && pte_tagged(pte) && !pte_special(pte)) in set_pte_at()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h276 static inline int pte_special(pte_t pte) function
287 static inline int pte_special(pte_t pte) function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h50 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-3level.h180 #define pte_special(pte) (pte_isset((pte), L_PTE_SPECIAL)) macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgtable.h284 #define pte_special(pte) (pte_val(pte) & _PAGE_SPECIAL) macro
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dpgtable.c43 if (pte_present(pte) && !pte_special(pte)) { in pte_looks_normal()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h241 static inline int pte_special(pte_t pte) in pte_special() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpgtable_32.h343 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL) macro
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst33 | pte_special | Tests a special PTE |
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h356 static inline int pte_special(pte_t pte) { return !!(pte_val(pte) & _PAGE_SPECIAL); } in pte_special() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmce_power.c49 if (!pte_present(pte) || pte_special(pte)) { in addr_to_pfn()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_64.h681 static inline unsigned long pte_special(pte_t pte) in pte_special() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h498 static inline int pte_special(pte_t pte) in pte_special() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h203 static inline int pte_special(pte_t pte) in pte_special() function
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c657 WARN_ON(!pte_special(pte_mkspecial(pte))); in pte_special_tests()
H A Dgup.c2172 } else if (pte_special(pte)) in gup_pte_range()
H A Dmemory.c635 if (likely(!pte_special(pte))) in _vm_normal_page()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h781 static inline int pte_special(pte_t pte) in pte_special() function
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dmmu.c1683 if (!pte_special(pteval)) in set_pte_at()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2141 static inline int pte_special(pte_t pte) in pte_special() function