Home
last modified time | relevance | path

Searched refs:dump_handler (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/mm/
H A Dtlbex.c262 static inline void dump_handler(const char *symbol, const void *start, const void *end) in dump_handler() function
423 dump_handler("r3000_tlb_refill", (u32 *)ebase, (u32 *)(ebase + 0x80)); in build_r3000_tlb_refill_handler()
1423 dump_handler("r4000_tlb_refill", (u32 *)ebase, (u32 *)(ebase + 0x100)); in build_r4000_tlb_refill_handler()
1529 dump_handler("loongson3_tlb_refill", in build_loongson3_tlb_refill_handler()
1608 dump_handler("tlbmiss_handler", tlbmiss_handler_setup_pgd, in build_setup_pgd()
1905 dump_handler("r3000_tlb_load", handle_tlbl, handle_tlbl_end); in build_r3000_tlb_load_handler()
1935 dump_handler("r3000_tlb_store", handle_tlbs, handle_tlbs_end); in build_r3000_tlb_store_handler()
1965 dump_handler("r3000_tlb_modify", handle_tlbm, handle_tlbm_end); in build_r3000_tlb_modify_handler()
2233 dump_handler("r4000_tlb_load", handle_tlbl, handle_tlbl_end); in build_r4000_tlb_load_handler()
2289 dump_handler("r4000_tlb_store", handle_tlbs, handle_tlbs_end); in build_r4000_tlb_store_handler()
[all …]
/linux/arch/mips/kvm/
H A Dmips.c241 static inline void dump_handler(const char *symbol, void *start, void *end) in dump_handler() function
360 dump_handler("kvm_vcpu_run", vcpu->arch.vcpu_run, p); in kvm_arch_vcpu_create()
361 dump_handler("kvm_tlb_refill", refill_start, refill_end); in kvm_arch_vcpu_create()
362 dump_handler("kvm_gen_exc", gebase + 0x180, gebase + 0x200); in kvm_arch_vcpu_create()
363 dump_handler("kvm_exit", gebase + 0x2000, vcpu->arch.vcpu_run); in kvm_arch_vcpu_create()