Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/xtensa/include/asm/
A Dpgtable.h237 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro
239 # define pte_present(pte) \ macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dpgtable.h119 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
166 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dpgtable.h53 static inline int pte_present(pte_t pte) in pte_present() function
/linux-6.3-rc2/arch/arc/include/asm/
A Dpgtable-levels.h173 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux-6.3-rc2/arch/m68k/include/asm/
A Dsun3_pgtable.h102 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
A Dmotorola_pgtable.h112 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
A Dmcf_pgtable.h126 static inline int pte_present(pte_t pte) in pte_present() function
/linux-6.3-rc2/arch/nios2/include/asm/
A Dpgtable.h107 static inline int pte_present(pte_t pte) \ in pte_present() function
/linux-6.3-rc2/arch/csky/include/asm/
A Dpgtable.h36 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dpgtable.h236 static inline int pte_present(pte_t pte) in pte_present() function
/linux-6.3-rc2/arch/um/include/asm/
A Dpgtable.h103 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-6.3-rc2/arch/arm/include/asm/
A Dpgtable.h179 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Dpgtable_32.h150 static inline int pte_present(pte_t pte) in pte_present() function
A Dpgtable_64.h639 static inline unsigned long pte_present(pte_t pte) in pte_present() function
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dpgtable.h204 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dpgtable.h232 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dpgtable.h222 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/linux-6.3-rc2/arch/sh/include/asm/
A Dpgtable_32.h324 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h413 static inline int pte_present(pte_t pte) in pte_present() function
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpgtable.h299 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/linux-6.3-rc2/arch/ia64/include/asm/
A Dpgtable.h229 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
/linux-6.3-rc2/arch/parisc/include/asm/
A Dpgtable.h286 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/linux-6.3-rc2/arch/riscv/include/asm/
A Dpgtable.h287 static inline int pte_present(pte_t pte) in pte_present() function
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h512 static inline int pte_present(pte_t pte) in pte_present() function
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable.h751 static inline int pte_present(pte_t a) in pte_present() function

Completed in 49 milliseconds

12