nuttx/arch/xtensa/src/common
zhuyanlin 7b00c8bdb8 arch:xtensa: modify svcall to swint
Reason: xtensa svcall only have level-1 interrupt level.
Sush do not generate interrupt when up_irq_save.
Software int can generate interrupt when up_irq_save.

Signed-off-by: zhuyanlin <zhuyanlin1@xiaomi.com>
2022-02-22 14:06:24 -03:00
..
mpu.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
xtensa_assert.c arch/xtensa: set the current reg before print syslog 2021-12-14 21:40:03 -06:00
xtensa_attr.h Replace all __attribute__((section(x)) with locate_data(x) 2021-07-29 21:55:21 -03:00
xtensa_backtrace.c arch/backtrace: correct the skip counter 2021-12-30 16:57:40 +08:00
xtensa_blocktask.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
xtensa_cache.c arm/xtensa:cache: flush/clean dcache all if size large than cache size 2022-01-27 15:15:28 +08:00
xtensa_checkstack.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
xtensa_context.S xtensa: move a3 save in handler instead of _xtensa_context_save 2022-01-19 16:28:03 +01:00
xtensa_coproc.S xtensa: Fix typo in xchal_cpX_store macros' invocation 2022-01-13 21:07:04 +01:00
xtensa_copystate.c arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
xtensa_counter.h arch:xtensa: use letter 'i' in inline assemble constraint instead of I 2021-08-04 18:23:40 +02:00
xtensa_cpenable.c arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
xtensa_cpuint.S arch:xtensa: make xtensa_abi.h global include and usage 2021-11-06 07:39:27 -05:00
xtensa_cpupause.c arch/xtensa/xtensa_cpupause.c: Allow a spin before taking the g_cpu_wait 2021-10-16 09:46:23 -07:00
xtensa_createstack.c xtensa: fix lack of float register save & resotre 2022-01-11 12:17:09 +01:00
xtensa_dumpstate.c arm/xtensa: save the running registers to xcp context 2022-01-15 02:20:01 +08:00
xtensa_exit.c arch: Remove FILE dump code from _up_dumponexit 2021-12-06 11:23:58 +09:00
xtensa_hostfs.c arch/sim: Add new option to enable arch specific hostfs 2021-11-25 14:42:23 +01:00
xtensa_idle.c arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
xtensa_initialize.c sched: Define CONFIG_SMP_NCPUS to 1 in no SMP case 2022-01-20 23:21:21 +08:00
xtensa_initialstate.c xtensa: Rename up_stack_color to xtensa_stack_color since it's an 2022-01-04 02:45:45 +08:00
xtensa_int_handlers.S xtensa: move a3 save in handler instead of _xtensa_context_save 2022-01-19 16:28:03 +01:00
xtensa_interruptcontext.c arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
xtensa_irqdispatch.c arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
xtensa_loadstore.S arch:xtensa: make xtensa_abi.h global include and usage 2021-11-06 07:39:27 -05:00
xtensa_lowputs.c arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
xtensa_mdelay.c arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
xtensa_mm.h esp32/esp32_allocateheap.c: Support the maximum available internal heap configuration 2021-03-02 18:27:20 -08:00
xtensa_modifyreg8.c arch/xtensa/src/common: Use irq_spin APIs in modifyregXX 2021-08-25 23:32:40 +08:00
xtensa_modifyreg16.c arch/xtensa/src/common: Use irq_spin APIs in modifyregXX 2021-08-25 23:32:40 +08:00
xtensa_modifyreg32.c arch/xtensa/src/common: Use irq_spin APIs in modifyregXX 2021-08-25 23:32:40 +08:00
xtensa_mpu.c arch:xtens:mpu: modify acc and memtype to uint32_t 2021-10-19 00:24:31 -05:00
xtensa_panic.S arch:xtensa_panic: use right interrupt pointer in xtensa_panic 2022-01-19 16:28:03 +01:00
xtensa_puts.c arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
xtensa_releasepending.c arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
xtensa_releasestack.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
xtensa_reprioritizertr.c arch/*_reprioritizertr.c: Fix typos in comments. 2021-08-14 11:19:34 -07:00
xtensa_schedsigaction.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
xtensa_sigdeliver.c signal: signal handler may cause task's state error 2022-01-05 21:36:44 +09:00
xtensa_sigtramp.S arch:xtensa: make xtensa_abi.h global include and usage 2021-11-06 07:39:27 -05:00
xtensa_simcall.S arch:xtensa: make xtensa_abi.h global include and usage 2021-11-06 07:39:27 -05:00
xtensa_stackframe.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
xtensa_swi.h arch:xtensa: modify svcall to swint 2022-02-22 14:06:24 -03:00
xtensa_swint.c arch:xtensa: modify svcall to swint 2022-02-22 14:06:24 -03:00
xtensa_testset.c xtensa_testset.c: Simplify the test-set function and remove some old 2021-10-16 22:56:21 -07:00
xtensa_timer.h
xtensa_udelay.c arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
xtensa_unblocktask.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
xtensa_user_handler.S xtensa: move a3 save in handler instead of _xtensa_context_save 2022-01-19 16:28:03 +01:00
xtensa_usestack.c xtensa: Rename up_stack_color to xtensa_stack_color since it's an 2022-01-04 02:45:45 +08:00
xtensa_vectors.S arch:xtensa:vectors:fix bugs in a0 save 2022-01-19 16:28:03 +01:00
xtensa_window_vector.S arch/xtensa/src/common: Don't include ESP32 files directly, include them 2020-11-28 10:24:12 -03:00
xtensa_windowspill.S arch:xtensa: make xtensa_abi.h global include and usage 2021-11-06 07:39:27 -05:00
xtensa.h arch:xtensa: modify svcall to swint 2022-02-22 14:06:24 -03:00