incubator-nuttx/arch/mips/include
hujun5 908df725ad arch: use up_current_regs/up_set_current_regs replace CURRENT_REGS
reason:
1 On different architectures, we can utilize more optimized strategies
  to implement up_current_regs/up_set_current_regs.
eg. use interrupt registersor percpu registers.

code size
before
    text    data     bss     dec     hex filename
 262848   49985   63893  376726   5bf96 nuttx

after
       text    data     bss     dec     hex filename
 262844   49985   63893  376722   5bf92 nuttx

size change -4

Configuring NuttX and compile:
$ ./tools/configure.sh -l qemu-armv8a:nsh_smp
$ make
Running with qemu
$ qemu-system-aarch64 -cpu cortex-a53 -smp 4 -nographic \
   -machine virt,virtualization=on,gic-version=3 \
   -net none -chardev stdio,id=con,mux=on -serial chardev:con \
   -mon chardev=con,mode=readline -kernel ./nuttx

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-09-13 23:18:58 +08:00
..
mips32 Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
pic32mx Fixed non-UTF8 characters. 2022-09-28 09:38:55 +08:00
pic32mz pic32mz: added support for PIC32MZ2048EFG MCU 2021-07-29 07:46:26 -07:00
.gitignore
arch.h arch: Move up_getsp from arch.h to irq.h 2022-07-01 10:44:55 -03:00
inttypes.h arch: Omni Hoverboards: update licenses to Apache 2021-09-28 04:37:38 -07:00
irq.h arch: use up_current_regs/up_set_current_regs replace CURRENT_REGS 2024-09-13 23:18:58 +08:00
limits.h arch: Define WCHAR_[MIN|MAX] in arch/include/limits.h 2022-06-03 22:25:49 +03:00
syscall.h arch: save user context in assert common code 2022-12-24 13:02:56 +08:00
types.h types.h: fix windows build error 2024-08-14 22:36:57 +08:00