android_kernel_xiaomi_sm7250/arch/xtensa
Chris Zankel c658eac628 [XTENSA] Add support for configurable registers and coprocessors
The Xtensa architecture allows to define custom instructions and
registers. Registers that are bound to a coprocessor are only
accessible if the corresponding enable bit is set, which allows
to implement a 'lazy' context switch mechanism. Other registers
needs to be saved and restore at the time of the context switch
or during interrupt handling.

This patch adds support for these additional states:

- save and restore registers that are used by the compiler upon
  interrupt entry and exit.
- context switch additional registers unbound to any coprocessor
- 'lazy' context switch of registers bound to a coprocessor
- ptrace interface to provide access to additional registers
- update configuration files in include/asm-xtensa/variant-fsf

Signed-off-by: Chris Zankel <chris@zankel.net>
2008-02-13 17:41:43 -08:00
..
boot [XTENSA] Use preprocessor to generate the linker script for the ELF boot image 2008-02-13 17:26:17 -08:00
configs [PATCH] xtensa: remove extra header files 2006-12-10 09:55:39 -08:00
kernel [XTENSA] Add support for configurable registers and coprocessors 2008-02-13 17:41:43 -08:00
lib [XTENSA] fix sources using deprecated assembler directive 2007-05-31 17:44:31 -07:00
mm [XTENSA] Fix icache flush for cache aliasing 2008-02-13 17:08:18 -08:00
platforms/iss [XTENSA] Prevent inlining ISS platform asm constructs 2008-02-13 17:04:56 -08:00
Kconfig ide: introduce HAVE_IDE 2008-02-09 10:46:40 +01:00
Kconfig.debug [PATCH] xtensa: Architecture support for Tensilica Xtensa Part 1 2005-06-24 00:05:21 -07:00
Makefile [XTENSA] Concentrate platforms into one platforms directory. 2008-02-13 16:45:06 -08:00