Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dpgtable.h252 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro
254 # define pte_present(pte) \ macro
/kernel/linux/linux-4.19/arch/mips/include/asm/
Dpgtable.h142 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
189 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/kernel/linux/linux-4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h42 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-4.19/arch/xtensa/include/asm/
Dpgtable.h257 # define pte_present(pte) ((pte_val(pte) & _PAGE_CA_MASK) != _PAGE_CA_INVALID) macro
259 # define pte_present(pte) \ macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable.h142 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
189 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h73 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dpgtable.h128 static inline int pte_present(pte_t pte) \ in pte_present() function
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dsun3_pgtable.h122 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
Dmotorola_pgtable.h136 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
Dmcf_pgtable.h180 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dpgtable.h259 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dpgtable.h39 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/kernel/linux/linux-4.19/arch/nios2/include/asm/
Dpgtable.h134 static inline int pte_present(pte_t pte) \ in pte_present() function
/kernel/linux/linux-4.19/arch/unicore32/include/asm/
Dpgtable.h178 #define pte_present(pte) (pte_val(pte) & PTE_PRESENT) macro
/kernel/linux/linux-4.19/arch/sh/include/asm/
Dpgtable_64.h229 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/kernel/linux/linux-4.19/arch/m68k/include/asm/
Dsun3_pgtable.h124 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
Dmotorola_pgtable.h131 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
Dmcf_pgtable.h180 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/um/include/asm/
Dpgtable.h116 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dpgtable.h263 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/kernel/linux/linux-4.19/arch/hexagon/include/asm/
Dpgtable.h302 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable.h192 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
/kernel/linux/linux-4.19/arch/um/include/asm/
Dpgtable.h115 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/kernel/linux/linux-4.19/arch/arc/include/asm/
Dpgtable.h274 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dpgtable_32.h165 static inline int pte_present(pte_t pte) in pte_present() function

123