tag | line | file | source code |
_PAGE_ACCESSED | 68 | include/asm-alpha/pgtable.h | #define __ACCESS_BITS (_PAGE_ACCESSED | _PAGE_KRE | _PAGE_URE) |
_PAGE_ACCESSED | 212 | include/asm-alpha/pgtable.h | extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } |
_PAGE_ACCESSED | 51 | include/asm-i386/pgtable.h | #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY) |
_PAGE_ACCESSED | 52 | include/asm-i386/pgtable.h | #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY) |
_PAGE_ACCESSED | 54 | include/asm-i386/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 55 | include/asm-i386/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 56 | include/asm-i386/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_COW) |
_PAGE_ACCESSED | 57 | include/asm-i386/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 58 | include/asm-i386/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 173 | include/asm-i386/pgtable.h | extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } |
_PAGE_ACCESSED | 180 | include/asm-i386/pgtable.h | extern inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~_PAGE_ACCESSED; return pte; } |
_PAGE_ACCESSED | 186 | include/asm-i386/pgtable.h | extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } |
_PAGE_ACCESSED | 75 | include/asm-mips/page.h | #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY | \ |
_PAGE_ACCESSED | 78 | include/asm-mips/page.h | #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | _CACHE_MASK) |
_PAGE_ACCESSED | 80 | include/asm-mips/page.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 81 | include/asm-mips/page.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _CACHE_CACHABLE_NO_WA) |
_PAGE_ACCESSED | 82 | include/asm-mips/page.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_COW | _CACHE_CACHABLE_NO_WA) |
_PAGE_ACCESSED | 83 | include/asm-mips/page.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _CACHE_CACHABLE_NO_WA) |
_PAGE_ACCESSED | 84 | include/asm-mips/page.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 199 | include/asm-mips/page.h | extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } |
_PAGE_ACCESSED | 206 | include/asm-mips/page.h | extern inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~_PAGE_ACCESSED; return pte; } |
_PAGE_ACCESSED | 212 | include/asm-mips/page.h | extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } |