blob: 79bca3130bd15f51bccae23012fa9a821cadb653 [file] [log] [blame]
Jayachandran C6ba045f2013-06-23 17:16:19 +00001/*
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
4 * for more details.
5 *
6 * Micro-assembler generated tlb handler functions.
7 *
8 * Copyright (C) 2013 Broadcom Corporation.
9 *
10 * Based on mm/page-funcs.c
11 * Copyright (C) 2012 MIPS Technologies, Inc.
12 * Copyright (C) 2012 Ralf Baechle <ralf@linux-mips.org>
13 */
14#include <asm/asm.h>
15#include <asm/regdef.h>
16
17#define FASTPATH_SIZE 128
18
Tony Wu774b6172013-07-18 09:47:37 +000019#ifdef CONFIG_MIPS_PGD_C0_CONTEXT
Jayachandran C6ba045f2013-06-23 17:16:19 +000020LEAF(tlbmiss_handler_setup_pgd)
21 .space 16 * 4
22END(tlbmiss_handler_setup_pgd)
23EXPORT(tlbmiss_handler_setup_pgd_end)
Tony Wu774b6172013-07-18 09:47:37 +000024#endif
Jayachandran C6ba045f2013-06-23 17:16:19 +000025
26LEAF(handle_tlbm)
27 .space FASTPATH_SIZE * 4
28END(handle_tlbm)
29EXPORT(handle_tlbm_end)
30
31LEAF(handle_tlbs)
32 .space FASTPATH_SIZE * 4
33END(handle_tlbs)
34EXPORT(handle_tlbs_end)
35
36LEAF(handle_tlbl)
37 .space FASTPATH_SIZE * 4
38END(handle_tlbl)
39EXPORT(handle_tlbl_end)