nuttx/arch
hujun5 a640dd49d2 armv7-a/arm_addrenv_pgmap.c: add up_addrenv_find_page and up_addrenv_user_vaddr
Add two new address environment utility functions in arm_addrenv_pgmap.c:
- up_addrenv_find_page(): Find physical page mapped to user virtual address
  from address environment page directory (stub implementation for future use)
- up_addrenv_user_vaddr(): Check if virtual address is in user space by calling
  arm_uservaddr(). Enables common code to query user address space boundaries
  on ARMv7-A architecture.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-18 23:06:13 +08:00
..
arm armv7-a/arm_addrenv_pgmap.c: add up_addrenv_find_page and up_addrenv_user_vaddr 2026-01-18 23:06:13 +08:00
arm64 arm64: fix stack pointer initialization when CONFIG_STACK_COLORATION disabled 2026-01-18 23:05:37 +08:00
avr arch/avr: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
ceva checkstack: fix access overflow when checkstack 2026-01-17 18:04:28 -03:00
dummy
hc arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
mips arch/mips: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
misoc arch/misoc: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
or1k arch/or1k: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
renesas arch/renesas: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
risc-v arch/risc-v: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
sim arch/sim: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
sparc arch/sparc: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
tricore tricore/csrm: bringup cpucs in tricore 2026-01-18 08:27:38 -03:00
x86 arch/x86: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
x86_64 arch/x86_64: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
xtensa arch/xtensa: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
z16 arch/z16: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
z80 arch/z80: Add support to disable signals actions related data struct 2026-01-18 08:24:13 -03:00
CMakeLists.txt arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Kconfig arch: enable ARCH_KERNEL_STACK support in protected builds 2026-01-18 23:05:11 +08:00