dump_handler      368 arch/mips/kvm/mips.c 	dump_handler("kvm_vcpu_run", vcpu->arch.vcpu_run, p);
dump_handler      369 arch/mips/kvm/mips.c 	dump_handler("kvm_tlb_refill", refill_start, refill_end);
dump_handler      370 arch/mips/kvm/mips.c 	dump_handler("kvm_gen_exc", gebase + 0x180, gebase + 0x200);
dump_handler      371 arch/mips/kvm/mips.c 	dump_handler("kvm_exit", gebase + 0x2000, vcpu->arch.vcpu_run);
dump_handler      445 arch/mips/mm/tlbex.c 	dump_handler("r3000_tlb_refill", (u32 *)ebase, (u32 *)(ebase + 0x80));
dump_handler     1478 arch/mips/mm/tlbex.c 	dump_handler("r4000_tlb_refill", (u32 *)ebase, (u32 *)(ebase + 0x100));
dump_handler     1583 arch/mips/mm/tlbex.c 	dump_handler("loongson3_tlb_refill",
dump_handler     1662 arch/mips/mm/tlbex.c 	dump_handler("tlbmiss_handler", tlbmiss_handler_setup_pgd,
dump_handler     1959 arch/mips/mm/tlbex.c 	dump_handler("r3000_tlb_load", handle_tlbl, handle_tlbl_end);
dump_handler     1989 arch/mips/mm/tlbex.c 	dump_handler("r3000_tlb_store", handle_tlbs, handle_tlbs_end);
dump_handler     2019 arch/mips/mm/tlbex.c 	dump_handler("r3000_tlb_modify", handle_tlbm, handle_tlbm_end);
dump_handler     2305 arch/mips/mm/tlbex.c 	dump_handler("r4000_tlb_load", handle_tlbl, handle_tlbl_end);
dump_handler     2361 arch/mips/mm/tlbex.c 	dump_handler("r4000_tlb_store", handle_tlbs, handle_tlbs_end);
dump_handler     2418 arch/mips/mm/tlbex.c 	dump_handler("r4000_tlb_modify", handle_tlbm, handle_tlbm_end);