2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
6 * Micro-assembler generated tlb handler functions.
8 * Copyright (C) 2013 Broadcom Corporation.
10 * Based on mm/page-funcs.c
11 * Copyright (C) 2012 MIPS Technologies, Inc.
12 * Copyright (C) 2012 Ralf Baechle <ralf@linux-mips.org>
15 #include <asm/regdef.h>
17 #define FASTPATH_SIZE 128
19 LEAF(tlbmiss_handler_setup_pgd)
21 END(tlbmiss_handler_setup_pgd)
22 EXPORT(tlbmiss_handler_setup_pgd_end)
25 .space FASTPATH_SIZE * 4
27 EXPORT(handle_tlbm_end)
30 .space FASTPATH_SIZE * 4
32 EXPORT(handle_tlbs_end)
35 .space FASTPATH_SIZE * 4
37 EXPORT(handle_tlbl_end)