Searched refs:_PTE_NONE_MASK (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-40x.h65 #define _PTE_NONE_MASK 0 macro
H A Dpte-44x.h88 #define _PTE_NONE_MASK 0xffffffff00000000ULL macro
H A Dpte-85xx.h42 #define _PTE_NONE_MASK 0 macro
H A Dpte-8xx.h74 #define _PTE_NONE_MASK 0 macro
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h77 #define _PTE_NONE_MASK 0xffffffff00000000ULL macro
83 #define _PTE_NONE_MASK 0 macro
H A Dpgtable.h164 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h167 #ifndef _PTE_NONE_MASK
168 #define _PTE_NONE_MASK 0 macro
221 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0)
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h36 #define _PTE_NONE_MASK (0xffffffff00000000ULL | _PAGE_HASHPTE) macro
38 #define _PTE_NONE_MASK _PAGE_HASHPTE macro
396 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }

Completed in 292 milliseconds