Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dpgtable.h55 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dpgtable-levels.h174 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgtable.h28 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H A Dpgtable.h75 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dsun3_pgtable.h122 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
H A Dmotorola_pgtable.h136 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
H A Dmcf_pgtable.h180 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3_pgtable.h102 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
H A Dmotorola_pgtable.h112 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
H A Dmcf_pgtable.h126 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h37 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dpgtable.h236 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H A Dpgtable.h107 static inline int pte_present(pte_t pte) \ in pte_present() function
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dpgtable.h39 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dpgtable.h263 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dpgtable.h128 static inline int pte_present(pte_t pte) \ in pte_present() function
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgtable_32.h324 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dpgtable.h116 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable.h194 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dpgtable.h259 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgtable.h116 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro
163 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable.h179 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dpgtable_32.h323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgtable_32.h148 static inline int pte_present(pte_t pte) in pte_present() function
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dpgtable.h103 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro

Completed in 17 milliseconds

123