HomeSort by relevance Sort by last modified time
    Searched defs:pte_young (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/asm-mips/
pgtable.h 195 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function
251 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
  /external/kernel-headers/original/asm-arm/
pgtable.h 245 #define pte_young(pte) (pte_val(pte) & L_PTE_YOUNG) macro
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 219 static inline int pte_young(pte_t pte) { return (pte).pte_low & _PAGE_ACCESSED; } function
292 if (pte_young(*(ptep))) \

Completed in 521 milliseconds