taglinefilesource code
pte_young81arch/sparc/mm/loadmmu.cint (*pte_young)(pte_t);
pte_young903arch/sparc/mm/srmmu.cpte_young = srmmu_pte_young;
pte_young693arch/sparc/mm/sun4c.cpte_young = sun4c_pte_young;
pte_young215include/asm-sparc/pgtable.hextern int (*pte_young)(pte_t);
pte_young759ipc/shm.cif (pte_young(pte)) {
pte_young372mm/swap.cif ((pte_dirty(pte) && delete_from_swap_cache(page)) || pte_young(pte))  {