tag | line | file | source code |
---|---|---|---|
pte_young | 80 | arch/sparc/mm/loadmmu.c | int (*pte_young)(pte_t); |
pte_young | 895 | arch/sparc/mm/srmmu.c | pte_young = srmmu_pte_young; |
pte_young | 685 | arch/sparc/mm/sun4c.c | pte_young = sun4c_pte_young; |
pte_young | 215 | include/asm-sparc/pgtable.h | extern int (*pte_young)(pte_t); |
pte_young | 759 | ipc/shm.c | if (pte_young(pte)) { |
pte_young | 364 | mm/swap.c | if ((pte_dirty(pte) && delete_from_swap_cache(page)) || pte_young(pte)) { |