_PAGE_ACCESSED     76 arch/alpha/include/asm/pgtable.h #define _PAGE_ACCESSED	0x40000
_PAGE_ACCESSED     57 arch/arc/include/asm/pgtable.h #define _PAGE_ACCESSED      (1<<1)	/* Page is accessed (S) */
_PAGE_ACCESSED     73 arch/arc/include/asm/pgtable.h #define _PAGE_ACCESSED      (1<<4)	/* Page is accessed (S) */
_PAGE_ACCESSED      8 arch/csky/abiv1/inc/abi/pgtable-bits.h #define _PAGE_ACCESSED		(1<<3)
_PAGE_ACCESSED      8 arch/csky/abiv2/inc/abi/pgtable-bits.h #define _PAGE_ACCESSED		(1<<7)
_PAGE_ACCESSED     48 arch/hexagon/include/asm/pgtable.h #define _PAGE_ACCESSED	(1<<2)
_PAGE_ACCESSED     53 arch/m68k/include/asm/mcf_pgtable.h #define _PAGE_ACCESSED	(CF_PAGE_ACCESSED)
_PAGE_ACCESSED     13 arch/m68k/include/asm/motorola_pgtable.h #define _PAGE_ACCESSED	0x008
_PAGE_ACCESSED     40 arch/m68k/include/asm/sun3_pgtable.h #define _PAGE_ACCESSED	(SUN3_PAGE_ACCESSED)
_PAGE_ACCESSED    216 arch/microblaze/include/asm/pgtable.h #define _PAGE_ACCESSED	0x400	/* software: R: page referenced */
_PAGE_ACCESSED    145 arch/mips/include/asm/pgtable-bits.h #define _PAGE_ACCESSED		(1 << _PAGE_ACCESSED_SHIFT)
_PAGE_ACCESSED     31 arch/nios2/include/asm/pgtable-bits.h #define _PAGE_ACCESSED	(1<<26)	/* page referenced */
_PAGE_ACCESSED    148 arch/openrisc/include/asm/pgtable.h #define _PAGE_ACCESSED _PAGE_A
_PAGE_ACCESSED    221 arch/parisc/include/asm/pgtable.h #define _PAGE_ACCESSED (1 << xlate_pabit(_PAGE_ACCESSED_BIT))
_PAGE_ACCESSED     28 arch/powerpc/include/asm/book3s/32/hash.h #define _PAGE_ACCESSED	0x100	/* R: page referenced */
_PAGE_ACCESSED     27 arch/powerpc/include/asm/book3s/64/pgtable.h #define _PAGE_ACCESSED		0x00100 /* R: page referenced */
_PAGE_ACCESSED     51 arch/powerpc/include/asm/nohash/32/pte-40x.h #define _PAGE_ACCESSED	0x400	/* software: R: page referenced */
_PAGE_ACCESSED     78 arch/powerpc/include/asm/nohash/32/pte-44x.h #define _PAGE_ACCESSED	0x00000008		/* S: Page referenced */
_PAGE_ACCESSED     44 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define _PAGE_ACCESSED	0x0080	/* software: page referenced */
_PAGE_ACCESSED     25 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define _PAGE_ACCESSED	0x00020	/* S: Page referenced */
_PAGE_ACCESSED     43 arch/powerpc/include/asm/nohash/pte-book3e.h #define _PAGE_ACCESSED	0x040000
_PAGE_ACCESSED     23 arch/riscv/include/asm/pgtable-bits.h #define _PAGE_ACCESSED  (1 << 6)    /* Set by hardware on any access */
_PAGE_ACCESSED     52 arch/sh/include/asm/pgtable_32.h #define _PAGE_ACCESSED	0x400		/* software: page referenced */
_PAGE_ACCESSED    115 arch/sh/include/asm/pgtable_64.h #define _PAGE_ACCESSED	0x800  /* software: page referenced */
_PAGE_ACCESSED     18 arch/um/include/asm/pgtable.h #define _PAGE_ACCESSED	0x080
_PAGE_ACCESSED     47 arch/x86/include/asm/pgtable_types.h #define _PAGE_ACCESSED	(_AT(pteval_t, 1) << _PAGE_BIT_ACCESSED)
_PAGE_ACCESSED    162 arch/xtensa/include/asm/pgtable.h #define _PAGE_ACCESSED		(1<<8)	/* software: page accessed (read) */