Lines Matching refs:_PAGE_PRESENT
28 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_NO_READ | \
30 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_WRITE | \
32 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_NO_EXEC | \
34 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | \
36 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \
38 #define PAGE_KERNEL_NC __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \
40 #define PAGE_USERIO __pgprot(_PAGE_PRESENT | _PAGE_WRITE | \
42 #define PAGE_KERNEL_UNCACHED __pgprot(_PAGE_PRESENT | __READABLE | \
144 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT)
191 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT)
620 pmd_val(pmd) &= ~(_PAGE_PRESENT | _PAGE_VALID | _PAGE_DIRTY);