Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m32r/include/asm/
Dpgtable-2level.h69 #define pte_none(x) (!pte_val(x)) macro
/linux-4.1.27/arch/powerpc/include/asm/
Dpgtable.h38 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none() function
/linux-4.1.27/arch/mips/include/asm/
Dpgtable.h135 #define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro
170 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/linux-4.1.27/arch/cris/include/asm/
Dpgtable.h95 #define pte_none(x) (!pte_val(x)) macro
/linux-4.1.27/arch/nios2/include/asm/
Dpgtable.h128 static inline int pte_none(pte_t pte) in pte_none() function
/linux-4.1.27/arch/unicore32/include/asm/
Dpgtable.h156 #define pte_none(pte) (!pte_val(pte)) macro
/linux-4.1.27/arch/hexagon/include/asm/
Dpgtable.h295 static inline int pte_none(pte_t pte) in pte_none() function
/linux-4.1.27/arch/m68k/include/asm/
Dsun3_pgtable.h122 static inline int pte_none (pte_t pte) { return !pte_val (pte); } in pte_none() function
Dmotorola_pgtable.h129 #define pte_none(pte) (!pte_val(pte)) macro
Dmcf_pgtable.h174 static inline int pte_none(pte_t pte) in pte_none() function
/linux-4.1.27/arch/sh/include/asm/
Dpgtable_64.h231 #define pte_none(x) (pte_val(x) == _PTE_EMPTY) macro
Dpgtable_32.h322 #define pte_none(x) (!pte_val(x)) macro
/linux-4.1.27/arch/metag/include/asm/
Dpgtable.h108 #define pte_none(x) (!pte_val(x)) macro
/linux-4.1.27/arch/um/include/asm/
Dpgtable.h123 static inline int pte_none(pte_t pte) in pte_none() function
/linux-4.1.27/arch/score/include/asm/
Dpgtable.h120 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/linux-4.1.27/arch/avr32/include/asm/
Dpgtable.h180 #define pte_none(x) (!pte_val(x)) macro
/linux-4.1.27/arch/arc/include/asm/
Dpgtable.h250 #define pte_none(x) (!pte_val(x)) macro
/linux-4.1.27/arch/arm/include/asm/
Dpgtable.h221 #define pte_none(pte) (!pte_val(pte)) macro
/linux-4.1.27/arch/sparc/include/asm/
Dpgtable_32.h149 static inline int pte_none(pte_t pte) in pte_none() function
Dpgtable_64.h834 #define pte_none(pte) (!pte_val(pte)) macro
/linux-4.1.27/arch/openrisc/include/asm/
Dpgtable.h223 #define pte_none(x) (!pte_val(x)) macro
/linux-4.1.27/arch/alpha/include/asm/
Dpgtable.h246 extern inline int pte_none(pte_t pte) { return !pte_val(pte); } in pte_none() function
/linux-4.1.27/arch/xtensa/include/asm/
Dpgtable.h240 # define pte_none(pte) (pte_val(pte) == (_PAGE_CA_INVALID | _PAGE_USER)) macro
/linux-4.1.27/arch/tile/include/asm/
Dpgtable.h264 static inline int pte_none(pte_t pte) in pte_none() function
/linux-4.1.27/arch/microblaze/include/asm/
Dpgtable.h296 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) macro
/linux-4.1.27/arch/parisc/include/asm/
Dpgtable.h287 #define pte_none(x) (pte_val(x) == 0) macro
/linux-4.1.27/arch/mn10300/include/asm/
Dpgtable.h315 #define pte_none(x) (!pte_val(x)) macro
/linux-4.1.27/arch/arm64/include/asm/
Dpgtable.h124 #define pte_none(pte) (!pte_val(pte)) macro
/linux-4.1.27/arch/ia64/include/asm/
Dpgtable.h264 #define pte_none(pte) (!pte_val(pte)) macro
/linux-4.1.27/arch/frv/include/asm/
Dpgtable.h269 #define pte_none(x) (!(x).pte) macro
/linux-4.1.27/arch/x86/include/asm/
Dpgtable.h427 static inline int pte_none(pte_t pte) in pte_none() function
/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h555 static inline int pte_none(pte_t pte) in pte_none() function