rt-thread-official/libcpu/mips/common
Jiaxun Yang 7c66501861 [libcpu] Refine MIPS common code
MIPS common code was highly duplicated, This commit
is a attempt to clean-up and refine these code.

The context and exception handle flow is mostly identical
with Linux, but a notable difference is that when FPU enabled,
we save FP registers in stackframe unconditionally.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
2019-12-11 15:24:04 +08:00
..
Kconfig [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
SConscript [libcpu] Add SConscript in libcpu. 2019-01-07 06:09:45 +08:00
asm.h [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
context_gcc.S [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
entry_gcc.S [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
exception.c [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
exception.h [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
exception_gcc.S [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
mips.h [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
mips.inc convert end of line 2013-01-08 05:05:02 -08:00
mips_addrspace.h [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
mips_cache.c [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
mips_cache.h [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
mips_cfg.h [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
mips_fpu.h [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
mips_regs.h [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
mips_types.h [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
ptrace.h [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
stack.c [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00
stackframe.h [libcpu] Refine MIPS common code 2019-12-11 15:24:04 +08:00