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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpte-hash32.h34 #define _PTE_NONE_MASK (0xffffffff00000000ULL | _PAGE_HASHPTE) macro
36 #define _PTE_NONE_MASK _PAGE_HASHPTE macro
H A Dpte-44x.h98 #define _PTE_NONE_MASK 0xffffffff00000000ULL macro
H A Dpte-8xx.h57 #define _PTE_NONE_MASK _PAGE_ACCESSED macro
H A Dpte-common.h59 #ifndef _PTE_NONE_MASK
60 #define _PTE_NONE_MASK _PAGE_HPTEFLAGS macro
H A Dpte-book3e.h77 #define _PTE_NONE_MASK 0xffffffff00000000ULL macro
H A Dpgtable.h37 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgtable.h225 #ifndef _PTE_NONE_MASK
226 #define _PTE_NONE_MASK 0 macro
302 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0)

Completed in 42 milliseconds