Home
last modified time | relevance | path

Searched defs:pte_present (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.6.21/arch/xtensa/include/asm/
Dpgtable.h237 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro
239 # define pte_present(pte) \ macro
/linux-6.6.21/arch/powerpc/include/asm/nohash/
Dpgtable.h55 static inline int pte_present(pte_t pte) in pte_present() function
/linux-6.6.21/arch/mips/include/asm/
Dpgtable.h116 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
163 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux-6.6.21/arch/arc/include/asm/
Dpgtable-levels.h174 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux-6.6.21/arch/m68k/include/asm/
Dsun3_pgtable.h102 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
Dmotorola_pgtable.h112 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
Dmcf_pgtable.h126 static inline int pte_present(pte_t pte) in pte_present() function
/linux-6.6.21/arch/nios2/include/asm/
Dpgtable.h107 static inline int pte_present(pte_t pte) \ in pte_present() function
/linux-6.6.21/arch/csky/include/asm/
Dpgtable.h37 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux-6.6.21/arch/hexagon/include/asm/
Dpgtable.h236 static inline int pte_present(pte_t pte) in pte_present() function
/linux-6.6.21/arch/um/include/asm/
Dpgtable.h103 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-6.6.21/arch/arm/include/asm/
Dpgtable.h179 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
/linux-6.6.21/arch/microblaze/include/asm/
Dpgtable.h222 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux-6.6.21/arch/openrisc/include/asm/
Dpgtable.h204 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux-6.6.21/arch/alpha/include/asm/
Dpgtable.h232 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
/linux-6.6.21/arch/sparc/include/asm/
Dpgtable_32.h148 static inline int pte_present(pte_t pte) in pte_present() function
Dpgtable_64.h656 static inline unsigned long pte_present(pte_t pte) in pte_present() function
/linux-6.6.21/arch/sh/include/asm/
Dpgtable_32.h323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/
Dpgtable.h413 static inline int pte_present(pte_t pte) in pte_present() function
/linux-6.6.21/arch/ia64/include/asm/
Dpgtable.h230 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
/linux-6.6.21/arch/parisc/include/asm/
Dpgtable.h277 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dpgtable.h312 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable.h350 static inline int pte_present(pte_t pte) in pte_present() function
/linux-6.6.21/arch/arm64/include/asm/
Dpgtable.h102 #define pte_present(pte) (!!(pte_val(pte) & (PTE_VALID | PTE_PROT_NONE))) macro
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dpgtable.h513 static inline int pte_present(pte_t pte) in pte_present() function

12