Searched refs:dump_handler (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
D | tlbex.c | 260 static inline void dump_handler(const char *symbol, const u32 *handler, int count) in dump_handler() function 446 dump_handler("r3000_tlb_refill", (u32 *)ebase, 32); in build_r3000_tlb_refill_handler() 1422 dump_handler("r4000_tlb_refill", (u32 *)ebase, 64); in build_r4000_tlb_refill_handler() 1501 dump_handler("tlbmiss_handler", tlbmiss_handler_setup_pgd, in build_setup_pgd() 1796 dump_handler("r3000_tlb_load", handle_tlbl, handle_tlbl_size); in build_r3000_tlb_load_handler() 1827 dump_handler("r3000_tlb_store", handle_tlbs, handle_tlbs_size); in build_r3000_tlb_store_handler() 1858 dump_handler("r3000_tlb_modify", handle_tlbm, handle_tlbm_size); in build_r3000_tlb_modify_handler() 2107 dump_handler("r4000_tlb_load", handle_tlbl, handle_tlbl_size); in build_r4000_tlb_load_handler() 2162 dump_handler("r4000_tlb_store", handle_tlbs, handle_tlbs_size); in build_r4000_tlb_store_handler() 2218 dump_handler("r4000_tlb_modify", handle_tlbm, handle_tlbm_size); in build_r4000_tlb_modify_handler()
|