Searched defs:pte_none (Results 1 - 25 of 26) sorted by path

12

/linux-master/arch/alpha/include/asm/
H A Dpgtable.h231 extern inline int pte_none(pte_t pte) { return !pte_val(pte); } function
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h173 #define pte_none(x) (!pte_val(x)) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable.h180 #define pte_none(pte) (!pte_val(pte)) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h100 #define pte_none(pte) (!pte_val(pte)) macro
/linux-master/arch/csky/include/asm/
H A Dpgtable.h36 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h228 static inline int pte_none(pte_t pte) function
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h311 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/linux-master/arch/m68k/include/asm/
H A Dmcf_pgtable.h121 static inline int pte_none(pte_t pte) function
H A Dmotorola_pgtable.h111 #define pte_none(pte) (!pte_val(pte)) macro
H A Dsun3_pgtable.h101 static inline int pte_none (pte_t pte) { return !pte_val (pte); } function
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h221 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) macro
/linux-master/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
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h102 static inline int pte_none(pte_t pte) function
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h203 #define pte_none(x) (!pte_val(x)) macro
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h276 #define pte_none(x) (pte_val(x) == 0) macro
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h396 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h742 static inline int pte_none(pte_t pte) function
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h164 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h350 static inline int pte_none(pte_t pte) function
/linux-master/arch/s390/include/asm/
H A Dpgtable.h791 static inline int pte_none(pte_t pte) function
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h322 #define pte_none(x) (!pte_val(x)) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h153 static inline int pte_none(pte_t pte) function
H A Dpgtable_64.h886 #define pte_none(pte) (!pte_val(pte)) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h111 static inline int pte_none(pte_t pte) function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h947 static inline int pte_none(pte_t pte) function

Completed in 338 milliseconds

12