Searched defs:_PAGE_VALID (Results 1 - 8 of 8) sorted by relevance

/arch/score/include/asm/
H A Dpgtable-bits.h12 #define _PAGE_VALID (1<<1) macro
/arch/cris/include/arch-v10/arch/
H A Dmmu.h53 #define _PAGE_VALID (1<<2) /* page is valid */ macro
/arch/mips/include/asm/
H A Dpgtable-bits.h43 #define _PAGE_VALID (1 << _PAGE_VALID_SHIFT) macro
95 #define _PAGE_VALID (1 << _PAGE_VALID_SHIFT) macro
161 #define _PAGE_VALID (1 << _PAGE_VALID_SHIFT) macro
163 #define _PAGE_SILENT_READ (_PAGE_VALID)
/arch/cris/include/arch-v32/arch/
H A Dmmu.h45 #define _PAGE_VALID (1 << 3) /* Page is valid. */ macro
/arch/hexagon/include/asm/
H A Dpgtable.h76 #define _PAGE_VALID _PAGE_PRESENT macro
/arch/alpha/include/asm/
H A Dpgtable.h63 #define _PAGE_VALID 0x0001 macro
94 #define _PAGE_TABLE (_PAGE_VALID | __DIRTY_BITS | __ACCESS_BITS)
101 #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
102 #define PAGE_SHARED __pgprot(_PAGE_VALID | __ACCESS_BITS)
103 #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
104 #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
105 #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE)
107 #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x))
248 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; }
256 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; }
[all...]
/arch/mn10300/include/asm/
H A Dpgtable.h115 #define _PAGE_VALID xPTEL2_V macro
136 /* If _PAGE_VALID is clear, we use these: */
144 #define _PAGE_PRESENTV (_PAGE_PRESENT|_PAGE_VALID)
217 #define pte_present(x) (pte_val(x) & _PAGE_VALID)
402 ((entry).pte |= _PAGE_PRESENT | _PAGE_PSE | _PAGE_VALID)
/arch/sparc/include/asm/
H A Dpgtable_64.h111 #define _PAGE_VALID _AC(0x8000000000000000,UL) /* Valid TTE */ macro
647 return pte_val(a) & _PAGE_VALID;
895 * SUN4V NOTE: _PAGE_VALID is the same value in both the SUN4U

Completed in 187 milliseconds