Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h137 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro
139 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro
188 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h51 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h123 static inline int pte_none(pte_t pte) in pte_none() function
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h251 static inline int pte_none(pte_t pte) in pte_none() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h38 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable.h192 #define pte_none(pte) (!pte_val(pte)) macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h124 static inline int pte_none(pte_t pte) in pte_none() function
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgtable.h262 #define pte_none(x) (!pte_val(x)) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h247 extern inline int pte_none(pte_t pte) { return !pte_val(pte); } in pte_none() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h250 # define pte_none(pte) (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER)) macro
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h219 #define pte_none(x) (!pte_val(x)) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h170 static inline int pte_none(pte_t pte) in pte_none() function
H A Dpgtable_64.h887 #define pte_none(pte) (!pte_val(pte)) macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h185 #define pte_none(pte) !(pte_val(pte)) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h210 static inline int pte_none(pte_t pte) in pte_none() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpgtable_32.h323 #define pte_none(x) (!pte_val(x)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h357 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h278 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h311 #define pte_none(x) (pte_val(x) == 0) macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h265 #define pte_none(pte) (!pte_val(pte)) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h90 #define pte_none(pte) (!pte_val(pte)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h816 static inline int pte_none(pte_t pte) in pte_none() function

12