nuttx/arch/x86_64/src/intel64
hujun5 fbed4ece2c x86_64: we should call x86_64_restorestate/x86_64_savestate
reason:
In x86_64, g_current_regs is still used for context switching.

This commit fixes the regression from https://github.com/apache/nuttx/pull/13616

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-10-11 01:30:51 +08:00
..
chip.h arch: Fix nxstyle errors 2023-05-02 18:31:40 -06:00
CMakeLists.txt arch/intel64: add support for HPET as system clock 2024-08-01 17:49:41 +08:00
intel64.h intel64: add header for intel64_lowsetup 2024-04-22 23:46:10 +08:00
intel64_cache.c arch/x86_64: convert all asm() to __asm__() 2024-09-07 01:01:24 +02:00
intel64_check_capability.c arch/x86_64: convert all asm() to __asm__() 2024-09-07 01:01:24 +02:00
intel64_cpu.c arch/x86_64: convert all asm() to __asm__() 2024-09-07 01:01:24 +02:00
intel64_cpu.h arch/intel64: add cpu specific data and per-cpu interrupt stacks 2024-06-28 09:40:32 -03:00
intel64_cpuidlestack.c arch/x86_64/intel64/intel64_cpuidlestack.c: stack_alloc should point to stack base not stack top 2024-10-11 01:30:51 +08:00
intel64_cpupause.c x86_64: we should call x86_64_restorestate/x86_64_savestate 2024-10-11 01:30:51 +08:00
intel64_cpustart.c arch/intel64: colorize IDLE stack for AP cores 2024-10-11 01:30:51 +08:00
intel64_createstack.c arch/intel64: fix stack alignment 2024-02-23 12:04:54 -03:00
intel64_fpucmp.c arch/intel64: enable FPU and implement up_fpucmp to pass ostest 2024-02-26 18:17:37 -03:00
intel64_freq.c arch/x86_64: convert all asm() to __asm__() 2024-09-07 01:01:24 +02:00
intel64_fullcontextrestore.S arch/x86_64: add support for XSAVE/XRSTOR 2024-07-01 13:27:33 +08:00
intel64_handlers.c arch: change nxsched_suspend/resume_scheduler() called position 2024-10-10 15:31:50 +02:00
intel64_head.S arch/x86_64/intel64/intel64_head.S: move initial RSP for AP cores below regs area 2024-10-11 01:30:51 +08:00
intel64_hpet.c arch/intel64/hpet: add FSB interrupts support and support for 32-bit mode 2024-09-13 09:28:08 -03:00
intel64_hpet.h arch/intel64: add HPET timer support as oneshot timer 2024-03-03 02:24:40 +08:00
intel64_hpet_alarm.c arch/intel64: add support for HPET as system clock 2024-08-01 17:49:41 +08:00
intel64_idle.c arch/x86_64: Add ARCH_X86_64_IDLE_NOP and ARCH_X86_64_IDLE_MWAIT 2024-09-12 18:12:12 +02:00
intel64_initialstate.c arch/x86_64: convert all asm() to __asm__() 2024-09-07 01:01:24 +02:00
intel64_irq.c arch/intel64: fix IRQ conflict with GOLDFISH 2024-10-11 01:30:51 +08:00
intel64_lowsetup.c arch/intel64: add support for AP cores boot 2024-06-29 22:37:48 +08:00
intel64_lowsetup.h intel64: add header for intel64_lowsetup 2024-04-22 23:46:10 +08:00
intel64_map_region.c arch/intel64/intel64_map_region.c: use MMU api to implement up_map_region 2024-07-03 17:40:53 +08:00
intel64_mbfb.c cosmetic changes after pci code rebase 2024-01-25 09:09:30 -08:00
intel64_oneshot.c arch/intel64/hpet: add FSB interrupts support and support for 32-bit mode 2024-09-13 09:28:08 -03:00
intel64_oneshot.h arch/intel64: add support for HPET as system clock 2024-08-01 17:49:41 +08:00
intel64_oneshot_lower.c arch/x86_64/intel64: fix compilation errors in intel64_oneshot_lower.c 2024-09-13 21:24:39 +08:00
intel64_pgalloc.c arch/intel64: add support for MM_PGALLOC 2024-07-03 17:40:53 +08:00
intel64_regdump.c arch/x86_64: convert all asm() to __asm__() 2024-09-07 01:01:24 +02:00
intel64_releasestack.c
intel64_restore_auxstate.c
intel64_rng.c Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
intel64_rtc.c arch/intel64/irq.h: rename rdtsc macros 2024-07-30 21:53:08 +08:00
intel64_savestate.c arch/intel64: add cpu specific data and per-cpu interrupt stacks 2024-06-28 09:40:32 -03:00
intel64_saveusercontext.S arch/x86_64: add support for XSAVE/XRSTOR 2024-07-01 13:27:33 +08:00
intel64_schedulesigaction.c sched: replace sync pause with async pause for nxsig_process 2024-10-11 01:30:51 +08:00
intel64_serial.c arch/intel64: add support for PCI serial 2024-09-15 03:37:58 +08:00
intel64_sigdeliver.c arch: move sigdeliver to common code 2024-10-11 01:30:51 +08:00
intel64_stackframe.c arch/intel64: fix stack alignment 2024-02-23 12:04:54 -03:00
intel64_start.c arch/intel64: add support for AP cores boot 2024-06-29 22:37:48 +08:00
intel64_systemreset.c arch/x86_64: convert all asm() to __asm__() 2024-09-07 01:01:24 +02:00
intel64_testset.S arch/x86_64: add spinlock support 2024-02-27 10:27:34 -03:00
intel64_tsc_tickless.c arch/x86_64: convert all asm() to __asm__() 2024-09-07 01:01:24 +02:00
intel64_tsc_timerisr.c arch/x86_64: convert all asm() to __asm__() 2024-09-07 01:01:24 +02:00
intel64_usestack.c arch/intel64: fix stack alignment 2024-02-23 12:04:54 -03:00
intel64_vectors.S arch/x86_64: add support for XSAVE/XRSTOR 2024-07-01 13:27:33 +08:00
Kconfig arch/x86_64: Add ARCH_INTEL64_DISABLE_CET 2024-09-13 17:01:24 +02:00
Make.defs arch/intel64: add support for HPET as system clock 2024-08-01 17:49:41 +08:00
Toolchain.defs intel64/Toolchain.defs: move toolchain releated option to Toolchain.defs 2024-02-18 05:34:53 -08:00