/linux-3.3/arch/mips/include/asm/ |
D | pgtable-bits.h | 40 #define _PAGE_ACCESSED (1<<9) /* implemented in software */ macro 58 #define _PAGE_ACCESSED (1<<3) /* implemented in software */ macro 90 #define _PAGE_ACCESSED (1 << _PAGE_ACCESSED_SHIFT) macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pte-fsl-booke.h | 27 #define _PAGE_ACCESSED 0x00020 /* S: Page referenced */ macro
|
D | pte-44x.h | 82 #define _PAGE_ACCESSED 0x00000008 /* S: Page referenced */ macro
|
D | pte-hash32.h | 28 #define _PAGE_ACCESSED 0x100 /* R: page referenced */ macro
|
D | pte-hash64.h | 26 #define _PAGE_ACCESSED 0x0100 /* R: page referenced */ macro
|
D | pte-8xx.h | 42 #define _PAGE_ACCESSED 0x0020 /* software: page referenced */ macro
|
D | pte-40x.h | 51 #define _PAGE_ACCESSED 0x400 /* software: R: page referenced */ macro
|
D | pte-book3e.h | 42 #define _PAGE_ACCESSED 0x040000 macro
|
/linux-3.3/arch/score/include/asm/ |
D | pgtable-bits.h | 4 #define _PAGE_ACCESSED (1<<5) /* implemented in software */ macro
|
/linux-3.3/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 62 #define _PAGE_ACCESSED (1<<5) /* simulated in software using valid bit */ macro
|
/linux-3.3/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 57 #define _PAGE_ACCESSED (1 << 6) /* Simulated in software using valid bit. */ macro
|
/linux-3.3/arch/blackfin/include/asm/ |
D | pgtable.h | 62 #define _PAGE_ACCESSED CPLB_ALL_ACCESS macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 39 #define _PAGE_ACCESSED (SUN3_PAGE_ACCESSED) macro
|
D | motorola_pgtable.h | 12 #define _PAGE_ACCESSED 0x008 macro
|
D | mcf_pgtable.h | 53 #define _PAGE_ACCESSED (CF_PAGE_ACCESSED) macro
|
/linux-3.3/arch/um/include/asm/ |
D | pgtable.h | 18 #define _PAGE_ACCESSED 0x080 macro
|
/linux-3.3/arch/x86/include/asm/ |
D | pgtable_types.h | 39 #define _PAGE_ACCESSED (_AT(pteval_t, 1) << _PAGE_BIT_ACCESSED) macro
|
/linux-3.3/arch/sh/include/asm/ |
D | pgtable_64.h | 122 #define _PAGE_ACCESSED 0x800 /* software: page referenced */ macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | pgtable.h | 62 #define _PAGE_ACCESSED (1<<2) macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgtable.h | 104 #define _PAGE_ACCESSED (1UL << _PAGE_BIT_ACCESSED) macro
|
/linux-3.3/arch/tile/include/asm/ |
D | pgtable.h | 76 #define _PAGE_ACCESSED HV_PTE_ACCESSED macro
|
/linux-3.3/arch/avr32/include/asm/ |
D | pgtable.h | 102 #define _PAGE_ACCESSED (1 << _PAGE_BIT_ACCESSED) macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | pgtable.h | 109 #define _PAGE_ACCESSED (1<<8) /* software: page accessed (read) */ macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | pgtable.h | 74 #define _PAGE_ACCESSED 0x40000 macro
|
/linux-3.3/arch/openrisc/include/asm/ |
D | pgtable.h | 152 #define _PAGE_ACCESSED _PAGE_A macro
|