nuttx/arch/z80/src/common
Ville Juven 5713d85df0 group/group_addrenv: Move address environment from group -> tcb
Detach the address environment handling from the group structure to the
tcb. This is preparation to fix rare cases where the system (MMU) is left
without a valid page directory, e.g. when a process exits.
2023-02-08 02:51:23 +08:00
..
Kconfig
z80_allocateheap.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
z80_createstack.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
z80_doirq.c group/group_addrenv: Move address environment from group -> tcb 2023-02-08 02:51:23 +08:00
z80_exit.c group/group_addrenv: Move address environment from group -> tcb 2023-02-08 02:51:23 +08:00
z80_idle.c arch/z80: Fix z80 file naming 2020-04-26 22:14:25 +01:00
z80_initialize.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
z80_internal.h arch: save user context in assert common code 2022-12-24 13:02:56 +08:00
z80_interruptcontext.c arch/z80: Fix z80 file naming 2020-04-26 22:14:25 +01:00
z80_mdelay.c arch/z80: Fix z80 file naming 2020-04-26 22:14:25 +01:00
z80_nputs.c up_nputs: fix AddressSanitizer: global-buffer-overflow problem 2022-09-01 11:51:48 +08:00
z80_releasestack.c sched: Identify the stack need to free by TCB_FLAG_FREE_STACK 2021-06-18 05:44:41 -07:00
z80_stackframe.c arch: Move STACK_ALIGNMENT definition to up_internal.h 2022-02-28 15:05:41 +08:00
z80_switchcontext.c group/group_addrenv: Move address environment from group -> tcb 2023-02-08 02:51:23 +08:00
z80_udelay.c arch/z80: Fix z80 file naming 2020-04-26 22:14:25 +01:00
z80_usestack.c sched: Identify the stack need to free by TCB_FLAG_FREE_STACK 2021-06-18 05:44:41 -07:00