Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dhash.h34 #define _PTE_NONE_MASK (0xffffffff00000000ULL | _PAGE_HASHPTE) macro
36 #define _PTE_NONE_MASK _PAGE_HASHPTE macro
Dpgtable.h303 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none()
/Linux-v4.19/arch/powerpc/include/asm/
Dpte-common.h83 #ifndef _PTE_NONE_MASK
84 #define _PTE_NONE_MASK _PAGE_HPTEFLAGS macro
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpte-44x.h94 #define _PTE_NONE_MASK 0xffffffff00000000ULL macro
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpte-book3e.h76 #define _PTE_NONE_MASK 0xffffffff00000000ULL macro
Dpgtable.h21 static inline int pte_none(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; } in pte_none()
/Linux-v4.19/arch/microblaze/include/asm/
Dpgtable.h227 #ifndef _PTE_NONE_MASK
228 #define _PTE_NONE_MASK 0 macro
298 #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0)