Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dpte-hash32.h33 #define _PTE_NONE_MASK (0xffffffff00000000ULL | _PAGE_HASHPTE) macro
35 #define _PTE_NONE_MASK _PAGE_HASHPTE macro
Dpte-common.h65 #ifndef _PTE_NONE_MASK
66 #define _PTE_NONE_MASK _PAGE_HPTEFLAGS macro
Dpte-44x.h93 #define _PTE_NONE_MASK 0xffffffff00000000ULL macro
Dpte-8xx.h58 #define _PTE_NONE_MASK _PAGE_KNLRO macro
Dpte-book3e.h79 #define _PTE_NONE_MASK 0xffffffff00000000ULL macro
Dpgtable.h38 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none()
/linux-4.1.27/arch/microblaze/include/asm/
Dpgtable.h225 #ifndef _PTE_NONE_MASK
226 #define _PTE_NONE_MASK 0 macro
296 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0)