Searched refs:_PAGE_ACCESSED (Results 1 - 25 of 59) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dmmu.h55 #define _PAGE_ACCESSED (1 << 6) /* Simulated in software using valid bit. */ macro
61 #define __READABLE (_PAGE_READ | _PAGE_SILENT_READ | _PAGE_ACCESSED)
65 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_MODIFIED)
67 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
69 _PAGE_ACCESSED)
71 _PAGE_ACCESSED | _PAGE_EXECUTE)
74 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_EXECUTE | _PAGE_ACCESSED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dmmu.h61 #define _PAGE_ACCESSED (1<<5) /* simulated in software using valid bit */ macro
68 #define __READABLE (_PAGE_READ | _PAGE_SILENT_READ | _PAGE_ACCESSED)
72 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_MODIFIED)
74 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
76 _PAGE_ACCESSED)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dpgtable-bits.h40 #define _PAGE_ACCESSED (1<<9) /* implemented in software */ macro
64 #define _PAGE_ACCESSED (1<<3) /* implemented in software */ macro
127 #define __READABLE (_PAGE_READ | _PAGE_SILENT_READ | _PAGE_ACCESSED)
130 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_MODIFIED | _CACHE_MASK)
H A Dpgtable.h186 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; }
212 pte.pte_low &= ~(_PAGE_ACCESSED | _PAGE_SILENT_READ);
230 if (pte.pte_low & _PAGE_ACCESSED) {
249 pte.pte_low |= _PAGE_ACCESSED;
259 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; }
282 pte_val(pte) &= ~(_PAGE_ACCESSED|_PAGE_SILENT_READ);
297 if (pte_val(pte) & _PAGE_ACCESSED)
312 pte_val(pte) |= _PAGE_ACCESSED;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dpgtable-bits.h40 #define _PAGE_ACCESSED (1<<9) /* implemented in software */ macro
64 #define _PAGE_ACCESSED (1<<3) /* implemented in software */ macro
127 #define __READABLE (_PAGE_READ | _PAGE_SILENT_READ | _PAGE_ACCESSED)
130 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_MODIFIED | _CACHE_MASK)
H A Dpgtable.h186 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; }
212 pte.pte_low &= ~(_PAGE_ACCESSED | _PAGE_SILENT_READ);
230 if (pte.pte_low & _PAGE_ACCESSED) {
249 pte.pte_low |= _PAGE_ACCESSED;
259 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; }
282 pte_val(pte) &= ~(_PAGE_ACCESSED|_PAGE_SILENT_READ);
297 if (pte_val(pte) & _PAGE_ACCESSED)
312 pte_val(pte) |= _PAGE_ACCESSED;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dmotorola_pgtable.h11 #define _PAGE_ACCESSED 0x008 macro
27 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_NOCACHE)
61 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)
62 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | mm_cachebits)
63 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits)
64 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits)
65 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | _PAGE_ACCESSED | mm_cachebits)
69 #define PAGE_NONE_C __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
70 #define PAGE_SHARED_C __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
71 #define PAGE_COPY_C __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dpgtable.h104 #define _PAGE_ACCESSED (1UL << _PAGE_BIT_ACCESSED) macro
108 ( _PAGE_PRESENT | _PAGE_WRITE | _PAGE_READ | _PAGE_ACCESSED \
111 ( _PAGE_PRESENT | _PAGE_WRITE | _PAGE_READ | _PAGE_ACCESSED \
114 ( PTE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY )
118 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
120 __pgprot(_PAGE_PRESENT | _PAGE_WRITE | _PAGE_READ | _PAGE_ACCESSED)
123 | _PAGE_ACCESSED)
125 __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_ACCESSED)
127 __pgprot(_PAGE_PRESENT | _PAGE_EXEC | _PAGE_READ | _PAGE_ACCESSED)
129 __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_ACCESSED)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpgtable.h22 #define _PAGE_ACCESSED 0x080 macro
75 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY)
76 #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)
77 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
79 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
80 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
81 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
82 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
83 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED)
84 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | _PAGE_ACCESSED)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dpgtable.h78 #define _PAGE_ACCESSED 0x400 /* software: page referenced */ macro
117 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED| \
121 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | _PAGE_FILE)
172 (PTE_MASK | _PAGE_ACCESSED | _PAGE_CACHABLE | _PAGE_DIRTY)
178 _PAGE_ACCESSED | _PAGE_FLAGS_HARD)
180 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
185 #define PAGE_EXECREAD __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
192 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
196 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
200 #define PAGE_RWX __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dpgtable.h55 #define _PAGE_ACCESSED CPLB_ALL_ACCESS macro
69 PTE_BIT_FUNC(mkold, &= ~_PAGE_ACCESSED);
70 PTE_BIT_FUNC(mkyoung, |= _PAGE_ACCESSED);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dpgtable.h114 #define _PAGE_ACCESSED 0x020 macro
132 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY)
133 #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)
134 #define _PAGE_CHG_MASK (PTE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
137 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
139 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
142 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
144 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
146 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
150 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_N
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dpgtable.h160 #define _PAGE_ACCESSED 0x020 macro
169 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY)
170 #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)
172 #define _PAGE_CHG_MASK (PTE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
174 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
175 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
176 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
177 #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)
179 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
180 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_N
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dpgtable.h104 #define _PAGE_ACCESSED (1 << _PAGE_BIT_ACCESSED) macro
127 | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY)
130 | _PAGE_ACCESSED | _PAGE_DIRTY)
132 #define _PAGE_CHG_MASK (PTE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY \
139 | _PAGE_ACCESSED)
141 #define PAGE_NONE (_PAGE_ACCESSED | _PAGE_TYPE_NONE)
212 return pte_val(pte) & _PAGE_ACCESSED;
246 set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_ACCESSED));
271 set_pte(&pte, __pte(pte_val(pte) | _PAGE_ACCESSED));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpgtable-ppc64.h79 #define _PAGE_ACCESSED 0x0100 /* R: page referenced */ macro
84 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_COHERENT)
89 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
98 #define PAGE_KERNEL_CI __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
239 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED;}
254 pte_val(pte) &= ~_PAGE_ACCESSED; return pte; }
264 pte_val(pte) |= _PAGE_ACCESSED; return pte; }
297 if ((pte_val(*ptep) & (_PAGE_ACCESSED | _PAGE_HASHPTE)) == 0)
299 old = pte_update(mm, addr, ptep, _PAGE_ACCESSED, 0);
300 return (old & _PAGE_ACCESSED) !
[all...]
H A Dpgtable-ppc32.h173 #define _PAGE_ACCESSED 0x400 /* software: R: page referenced */ macro
248 #define _PAGE_ACCESSED 0x00000008 /* S: Page referenced */ macro
284 #define _PAGE_ACCESSED 0x00004 /* S: Page referenced */ macro
322 #define _PAGE_ACCESSED 0x0080 /* software: page referenced */ macro
337 * The 8xx TLB miss handler allegedly sets _PAGE_ACCESSED in the PTE
340 * _PAGE_ACCESSED is 2, which it isn't, or unless you have 8xx-specific
344 #define _PTE_NONE_MASK _PAGE_ACCESSED
357 #define _PAGE_ACCESSED 0x100 /* R: page referenced */ macro
397 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
407 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_GUARDE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dpgtable.h277 #define _PAGE_ACCESSED 0x800 /* software: page referenced */ macro
304 _PAGE_CACHABLE | _PAGE_ACCESSED | _PAGE_DIRTY | \
310 #define _PAGE_CHG_MASK (PTE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
312 #define PAGE_NONE __pgprot(_PAGE_CACHABLE | _PAGE_ACCESSED)
314 _PAGE_CACHABLE | _PAGE_ACCESSED | _PAGE_USER | \
319 _PAGE_ACCESSED | _PAGE_USER | _PAGE_EXECUTE)
321 _PAGE_ACCESSED | _PAGE_USER)
330 #define __MMAP_COMMON (_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | _PAGE_ACCESSED)
415 static inline int pte_young(pte_t pte){ return pte_val(pte) & _PAGE_ACCESSED; }
423 static inline pte_t pte_mkold(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) & ~_PAGE_ACCESSED)); retur
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dpgtable.h181 #define _PAGE_ACCESSED 0x400 /* software: R: page referenced */ macro
256 #define _PAGE_ACCESSED 0x00000008 /* S: Page referenced */ macro
292 #define _PAGE_ACCESSED 0x00004 /* S: Page referenced */ macro
330 #define _PAGE_ACCESSED 0x0080 /* software: page referenced */ macro
345 * The 8xx TLB miss handler allegedly sets _PAGE_ACCESSED in the PTE
348 * _PAGE_ACCESSED is 2, which it isn't, or unless you have 8xx-specific
352 #define _PTE_NONE_MASK _PAGE_ACCESSED
365 #define _PAGE_ACCESSED 0x100 /* R: page referenced */ macro
405 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
415 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_GUARDE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dpgtable.h170 #define _PAGE_ACCESSED (1 << xlate_pabit(_PAGE_ACCESSED_BIT)) macro
176 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY | _PAGE_ACCESSED)
177 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
178 #define _PAGE_KERNEL (_PAGE_PRESENT | _PAGE_EXEC | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY | _PAGE_ACCESSED)
198 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
199 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE | _PAGE_ACCESSED)
203 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_ACCESSED)
204 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITE | _PAGE_ACCESSED)
205 #define PAGE_EXECREAD __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_EXEC |_PAGE_ACCESSED)
207 #define PAGE_RWX __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE | _PAGE_EXEC |_PAGE_ACCESSED)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dpgtable.h109 #define _PAGE_ACCESSED (1<<8) /* software: page accessed (read) */ macro
112 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _CACHE_MASK | _PAGE_DIRTY)
113 #define _PAGE_PRESENT ( _PAGE_VALID | _PAGE_WRITEBACK | _PAGE_ACCESSED)
125 # define PAGE_DIRECTORY __pgprot(_PAGE_VALID | _PAGE_ACCESSED | _PAGE_KERNEL)
202 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; }
207 static inline pte_t pte_mkold(pte_t pte) { pte_val(pte) &= ~_PAGE_ACCESSED; return pte; }
210 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dpgtable.h118 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; }
147 pte_val(pte) &= ~(_PAGE_ACCESSED | _PAGE_SILENT_READ);
162 if (pte_val(pte) & _PAGE_ACCESSED)
170 if (pte_val(pte) & _PAGE_ACCESSED)
185 pte_val(pte) |= _PAGE_ACCESSED;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mm/
H A Dioremap.c50 | _PAGE_ACCESSED | _PAGE_TYPE_SMALL | flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/mm/
H A Dioremap.c67 _PAGE_ACCESSED | flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dpgtable.h297 #define _PAGE_ACCESSED xAMPRx_RESERVED8 /* accessed if set */ macro
306 #define _PAGE_CHG_MASK (PTE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
309 (_PAGE_PRESENT | xAMPRx_SS_16Kb | xAMPRx_D | _PAGE_NOTGLOBAL | _PAGE_ACCESSED)
311 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
383 static inline int pte_young(pte_t pte) { return (pte).pte & _PAGE_ACCESSED; }
389 static inline pte_t pte_mkold(pte_t pte) { (pte).pte &= ~_PAGE_ACCESSED; return pte; }
394 static inline pte_t pte_mkyoung(pte_t pte) { (pte).pte |= _PAGE_ACCESSED; return pte; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/mm/
H A Dtlbmiss.c201 #define DIRTY (_PAGE_DIRTY | _PAGE_ACCESSED)
202 #define YOUNG (_PAGE_ACCESSED)

Completed in 319 milliseconds

123