tag | line | file | source code |
update_mmu_cache | 42 | arch/sparc/mm/loadmmu.c | void (*update_mmu_cache)(struct vm_area_struct *vma, unsigned long address, pte_t pte); |
update_mmu_cache | 2532 | arch/sparc/mm/srmmu.c | update_mmu_cache = srmmu_update_mmu_cache; |
update_mmu_cache | 1659 | arch/sparc/mm/sun4c.c | update_mmu_cache = sun4c_update_mmu_cache; |
update_mmu_cache | 551 | include/asm-mips/pgtable.h | extern void update_mmu_cache(struct vm_area_struct * vma, |
update_mmu_cache | 323 | include/asm-sparc/pgtable.h | extern void (*update_mmu_cache)(struct vm_area_struct *vma, unsigned long address, pte_t pte); |
update_mmu_cache | 1008 | mm/memory.c | update_mmu_cache(vma, address, *pte); |