Symbol: _PAGE_ACCESSED
arch/alpha/include/asm/pgtable.h
75
#define _PAGE_ACCESSED 0x40000
arch/arc/include/asm/pgtable-bits-arcv2.h
23
#define _PAGE_ACCESSED (1 << 4) /* Accessed (s) */
arch/csky/abiv1/inc/abi/pgtable-bits.h
10
#define _PAGE_ACCESSED (1<<3)
arch/csky/abiv2/inc/abi/pgtable-bits.h
7
#define _PAGE_ACCESSED (1<<7)
arch/hexagon/include/asm/pgtable.h
47
#define _PAGE_ACCESSED (1<<2)
arch/loongarch/include/asm/pgtable-bits.h
55
#define _PAGE_ACCESSED (_ULCAST_(1) << _PAGE_ACCESSED_SHIFT)
arch/m68k/include/asm/mcf_pgtable.h
56
#define _PAGE_ACCESSED (CF_PAGE_ACCESSED)
arch/m68k/include/asm/motorola_pgtable.h
13
#define _PAGE_ACCESSED 0x008
arch/m68k/include/asm/sun3_pgtable.h
40
#define _PAGE_ACCESSED (SUN3_PAGE_ACCESSED)
arch/microblaze/include/asm/pgtable.h
154
#define _PAGE_ACCESSED 0x400 /* software: R: page referenced */
arch/mips/include/asm/pgtable-bits.h
156
#define _PAGE_ACCESSED (1 << _PAGE_ACCESSED_SHIFT)
arch/nios2/include/asm/pgtable-bits.h
31
#define _PAGE_ACCESSED (1<<26) /* page referenced */
arch/openrisc/include/asm/pgtable.h
146
#define _PAGE_ACCESSED _PAGE_A
arch/parisc/include/asm/pgtable.h
199
#define _PAGE_ACCESSED (1 << xlate_pabit(_PAGE_ACCESSED_BIT))
arch/powerpc/include/asm/book3s/32/pgtable.h
29
#define _PAGE_ACCESSED 0x100 /* R: page referenced */
arch/powerpc/include/asm/book3s/64/pgtable.h
25
#define _PAGE_ACCESSED 0x00100 /* R: page referenced */
arch/powerpc/include/asm/nohash/32/pte-44x.h
71
#define _PAGE_ACCESSED 0x00000040 /* S: Page referenced */
arch/powerpc/include/asm/nohash/32/pte-8xx.h
42
#define _PAGE_ACCESSED 0x0020 /* Copied to L1 APG 1 entry in I/DTLB */
arch/powerpc/include/asm/nohash/pte-e500.h
29
#define _PAGE_ACCESSED 0x040000
arch/riscv/include/asm/pgtable-bits.h
17
#define _PAGE_ACCESSED (1 << 6) /* Set by hardware on any access */
arch/sh/include/asm/pgtable_32.h
52
#define _PAGE_ACCESSED 0x400 /* software: page referenced */
arch/um/include/asm/pgtable.h
18
#define _PAGE_ACCESSED 0x080
arch/x86/include/asm/pgtable_types.h
56
#define _PAGE_ACCESSED (_AT(pteval_t, 1) << _PAGE_BIT_ACCESSED)
arch/xtensa/include/asm/pgtable.h
159
#define _PAGE_ACCESSED (1<<8) /* software: page accessed (read) */