tag | line | file | source code |
_PAGE_ACCESSED | 3302 | drivers/char/istallion.c | #define PAGE_IOMEM __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_PCD) |
_PAGE_ACCESSED | 68 | include/asm-alpha/pgtable.h | #define __ACCESS_BITS (_PAGE_ACCESSED | _PAGE_KRE | _PAGE_URE) |
_PAGE_ACCESSED | 207 | include/asm-alpha/pgtable.h | extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } |
_PAGE_ACCESSED | 65 | include/asm-i386/pgtable.h | #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY) |
_PAGE_ACCESSED | 66 | include/asm-i386/pgtable.h | #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY) |
_PAGE_ACCESSED | 68 | include/asm-i386/pgtable.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 69 | include/asm-i386/pgtable.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 70 | include/asm-i386/pgtable.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_COW) |
_PAGE_ACCESSED | 71 | include/asm-i386/pgtable.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 72 | include/asm-i386/pgtable.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 184 | include/asm-i386/pgtable.h | extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } |
_PAGE_ACCESSED | 191 | include/asm-i386/pgtable.h | extern inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~_PAGE_ACCESSED; return pte; } |
_PAGE_ACCESSED | 197 | include/asm-i386/pgtable.h | extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } |
_PAGE_ACCESSED | 81 | include/asm-mips/page.h | #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY | \ |
_PAGE_ACCESSED | 84 | include/asm-mips/page.h | #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | _CACHE_MASK) |
_PAGE_ACCESSED | 86 | include/asm-mips/page.h | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 87 | include/asm-mips/page.h | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _CACHE_CACHABLE_NO_WA) |
_PAGE_ACCESSED | 88 | include/asm-mips/page.h | #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_COW | _CACHE_CACHABLE_NO_WA) |
_PAGE_ACCESSED | 89 | include/asm-mips/page.h | #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _CACHE_CACHABLE_NO_WA) |
_PAGE_ACCESSED | 90 | include/asm-mips/page.h | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED) |
_PAGE_ACCESSED | 205 | include/asm-mips/page.h | extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } |
_PAGE_ACCESSED | 212 | include/asm-mips/page.h | extern inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~_PAGE_ACCESSED; return pte; } |
_PAGE_ACCESSED | 218 | include/asm-mips/page.h | extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } |