/linux-3.4.99/arch/parisc/include/asm/ |
D | pgtable.h | 340 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 439 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 444 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | pgtable.h | 302 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro 416 if (!pte_young(*ptep)) in ptep_test_and_clear_young() 421 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/linux-3.4.99/arch/xtensa/include/asm/ |
D | pgtable.h | 219 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 290 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/linux-3.4.99/arch/mips/include/asm/ |
D | pgtable.h | 206 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } in pte_young() function 262 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-3.4.99/arch/mn10300/include/asm/ |
D | pgtable.h | 240 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function 367 if (!pte_young(*ptep)) in ptep_test_and_clear_young()
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | pgtable_32.h | 201 static int pte_young(pte_t pte) __attribute_const__; 202 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pgtable.h | 33 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-3.4.99/arch/arm/lib/ |
D | uaccess_with_memcpy.c | 47 if (unlikely(!pte_present(*pte) || !pte_young(*pte) || in pin_page_for_write()
|
/linux-3.4.99/arch/um/kernel/ |
D | trap.c | 98 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
|
D | tlb.c | 193 if (!pte_young(*pte)) { in update_pte_range() 404 if (!pte_young(*pte)) { in flush_tlb_page()
|
/linux-3.4.99/arch/cris/include/asm/ |
D | pgtable.h | 116 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 170 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
D | motorola_pgtable.h | 170 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-3.4.99/include/asm-generic/ |
D | pgtable.h | 39 if (!pte_young(pte)) in ptep_test_and_clear_young()
|
/linux-3.4.99/arch/unicore32/include/asm/ |
D | pgtable.h | 180 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | pgtable.h | 199 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | pgtable.h | 204 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-3.4.99/arch/sh/include/asm/ |
D | pgtable_64.h | 265 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-3.4.99/arch/score/include/asm/ |
D | pgtable.h | 199 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-3.4.99/arch/hexagon/include/asm/ |
D | pgtable.h | 350 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-3.4.99/arch/um/include/asm/ |
D | pgtable.h | 169 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-3.4.99/arch/x86/mm/ |
D | pgtable.c | 343 if (pte_young(*ptep)) in ptep_test_and_clear_young()
|
/linux-3.4.99/arch/tile/include/asm/ |
D | pgtable.h | 193 #define pte_young hv_pte_get_accessed macro
|
/linux-3.4.99/arch/arm/include/asm/ |
D | pgtable.h | 211 #define pte_young(pte) (pte_val(pte) & L_PTE_YOUNG) macro
|
/linux-3.4.99/arch/s390/include/asm/ |
D | pgtable.h | 733 static inline int pte_young(pte_t pte) in pte_young() function 909 return pte_young(pte); in ptep_test_and_clear_young()
|