nuttx/arch/arm/src/armv7-a
Gustavo Henrique Nihei 5ce77fad1b arch: Remove "0x" prefix preceding "%p" specifier on format string
The "p" format specifier already prepends the pointer address with "0x"
when printing.

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2022-06-30 22:08:58 +03:00
..
addrenv.h arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_addrenv_kstack.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_addrenv_perms.c arch/addrenv: Change text write enable/disable to generic mprot 2022-05-12 22:28:31 +08:00
arm_addrenv_shm.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_addrenv_ustack.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_addrenv_utils.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_addrenv.c UMM: Implement getter for address environment heap start vaddr 2022-04-29 23:13:16 +08:00
arm_allocpage.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_cache.c armv7-a/r: use flush/clean_all if size large than cache size 2022-02-09 18:16:31 +01:00
arm_checkmapping.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_cpuhead.S armv7-a: smp: allocate page table for each cpu 2022-05-06 18:30:20 +09:00
arm_cpuidlestack.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_cpuindex.c
arm_cpupause.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_cpustart.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_dataabort.c
arm_doirq.c arm/armv7-[a|r]: move fpu save/restore to assembly handler 2022-04-14 22:33:10 +08:00
arm_fpucmp.c arch/armv[7|8]-m: Compare all FPU registers in up_fpucmp 2022-04-19 11:09:36 +03:00
arm_fpuconfig.S Remove the double blank line from source files 2022-02-20 20:10:14 +01:00
arm_gicv2_dump.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
arm_gicv2.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
arm_head.S armv7-a: Inner Shareable TLB maintenance operations 2022-05-06 15:26:59 +09:00
arm_initialstate.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_l2cc_pl310.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
arm_mmu.c armv7-a: smp: allocate page table for each cpu 2022-05-06 18:30:20 +09:00
arm_perf.c arm/cortex-[a|r]: add performance counter implement 2022-05-13 12:55:31 -03:00
arm_pgalloc.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_pghead.S armv7-a/r: use cps instruction to change cpu mode 2022-04-30 03:13:22 +08:00
arm_pginitialize.c
arm_physpgaddr.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
arm_prefetchabort.c
arm_schedulesigaction.c arch: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
arm_scu.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
arm_sigdeliver.c arch/arm: optimize context switch speed 2022-03-15 23:03:51 +09:00
arm_syscall.c arch/armv7-[a|r]: correct the handing of group env switch 2022-04-19 12:10:25 +03:00
arm_tcbinfo.c arch:tcbinfo: update tcbinfo as xcpcontext update 2022-04-05 13:33:00 +02:00
arm_undefinedinsn.c Fix error: implicit declaration of function 'up_cpu_index' 2022-01-20 23:21:21 +08:00
arm_va2pte.c
arm_vectoraddrexcptn.S
arm_vectors.S armv7-a/r: use cps instruction to change cpu mode 2022-04-30 03:13:22 +08:00
arm_vectortab.S
arm_virtpgaddr.c
arm.h
barriers.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
cp15_cache_size.S armv7-a/r:cache: add cp15_cache_size function 2022-02-09 18:16:31 +01:00
cp15_cacheops.h armv7-a/r:cache: add cp15_cache_size function 2022-02-09 18:16:31 +01:00
cp15_clean_dcache_all.S armv7-a/armv7-r:cache: modify hardcode in cache set/way operation 2022-03-03 14:11:31 +08:00
cp15_clean_dcache.S
cp15_coherent_dcache.S
cp15_flush_dcache_all.S armv7/r:cp15_cache_all: fix error in LineSize 'r5' mask 2022-04-20 08:06:58 +09:00
cp15_flush_dcache.S
cp15_invalidate_dcache_all.S armv7/r:cp15_cache_all: fix error in LineSize 'r5' mask 2022-04-20 08:06:58 +09:00
cp15_invalidate_dcache.S
cp15.h
crt0.c arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
gic.h arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
gtm.h fix armv7-a gtm.h GTM_COMP1 and GTM_AUTO defines. 2022-02-16 18:50:42 +01:00
Kconfig arch/armv7-a/r: Unify the toolchain definition of eabi for linux and windows 2022-04-19 23:17:27 +08:00
l2cc_pl310.h
l2cc.h
Make.defs arm/cortex-[a|r]: add performance counter implement 2022-05-13 12:55:31 -03:00
mmu.h arch: imx6: add support kernel build and smp 2022-05-27 01:31:58 +08:00
mpcore.h
pgalloc.h arch/arm: Remove FAR and CODE from common/ and arm*/ folder 2022-04-19 00:23:59 +03:00
sctlr.h arm/cortex-[a|r]: add more functions of Performance Monitors Unit 2022-05-13 12:55:31 -03:00
scu.h
smp.h
Toolchain.defs this flag is meaningless for the linker 2022-06-27 20:03:03 -03:00