Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dpgtable.h33 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dpgtable-levels.h173 #define pte_none(x) (!pte_val(x)) macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgtable.h27 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H A Dpgtable.h53 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dsun3_pgtable.h121 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
H A Dmotorola_pgtable.h135 #define pte_none(pte) (!pte_val(pte)) macro
H A Dmcf_pgtable.h175 static inline int pte_none(pte_t pte) in pte_none() function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3_pgtable.h101 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
H A Dmotorola_pgtable.h111 #define pte_none(pte) (!pte_val(pte)) macro
H A Dmcf_pgtable.h121 static inline int pte_none(pte_t pte) in pte_none() function
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h36 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dpgtable.h228 static inline int pte_none(pte_t pte) in pte_none() function
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H A Dpgtable.h102 static inline int pte_none(pte_t pte) in pte_none() function
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dpgtable.h38 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dpgtable.h262 #define pte_none(x) (!pte_val(x)) macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dpgtable.h123 static inline int pte_none(pte_t pte) in pte_none() function
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgtable_32.h323 #define pte_none(x) (!pte_val(x)) macro
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dpgtable.h124 static inline int pte_none(pte_t pte) in pte_none() function
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable.h193 #define pte_none(pte) (!pte_val(pte)) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dpgtable.h251 static inline int pte_none(pte_t pte) in pte_none() function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgtable.h111 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro
113 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro
162 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable.h178 #define pte_none(pte) (!pte_val(pte)) macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dpgtable_32.h322 #define pte_none(x) (!pte_val(x)) macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgtable_32.h153 static inline int pte_none(pte_t pte) in pte_none() function
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dpgtable.h111 static inline int pte_none(pte_t pte) in pte_none() function

Completed in 18 milliseconds

123