tag | line | file | source code |
PAGE_ACCESSED | 231 | include/linux/mm.h | #define PAGE_PRIVATE (PAGE_PRESENT | PAGE_RW | PAGE_USER | PAGE_ACCESSED | PAGE_COW) |
PAGE_ACCESSED | 232 | include/linux/mm.h | #define PAGE_SHARED (PAGE_PRESENT | PAGE_RW | PAGE_USER | PAGE_ACCESSED) |
PAGE_ACCESSED | 233 | include/linux/mm.h | #define PAGE_COPY (PAGE_PRESENT | PAGE_USER | PAGE_ACCESSED | PAGE_COW) |
PAGE_ACCESSED | 234 | include/linux/mm.h | #define PAGE_READONLY (PAGE_PRESENT | PAGE_USER | PAGE_ACCESSED) |
PAGE_ACCESSED | 235 | include/linux/mm.h | #define PAGE_TABLE (PAGE_PRESENT | PAGE_RW | PAGE_USER | PAGE_ACCESSED) |
PAGE_ACCESSED | 731 | ipc/shm.c | if (tmp & PAGE_ACCESSED) { |
PAGE_ACCESSED | 732 | ipc/shm.c | *pte &= ~PAGE_ACCESSED; |
PAGE_ACCESSED | 19 | mm/mprotect.c | #define CHG_MASK (PAGE_MASK | PAGE_ACCESSED | PAGE_DIRTY | PAGE_PWT | PAGE_PCD) |
PAGE_ACCESSED | 304 | mm/swap.c | *table_ptr &= ~PAGE_ACCESSED; |
PAGE_ACCESSED | 307 | mm/swap.c | if (PAGE_ACCESSED & page) { |
PAGE_ACCESSED | 308 | mm/swap.c | *table_ptr &= ~PAGE_ACCESSED; |