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

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

Completed in 997 milliseconds