Files
linux/include/asm-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
..
2005-09-07 16:57:21 -07:00
2007-10-19 11:53:41 -07:00
2006-12-10 09:55:39 -08:00
2007-05-31 17:47:01 -07:00
2007-05-31 17:46:09 -07:00
2007-07-17 10:23:11 -07:00
2007-05-31 20:18:25 -07:00
2006-02-01 08:53:23 -08:00
2007-08-27 13:54:16 -07:00
2006-01-10 08:01:34 -08:00
2007-05-31 17:47:01 -07:00
2008-02-08 09:22:39 -08:00
2007-07-11 16:02:11 -07:00
2007-05-11 08:29:34 -07:00
2007-10-17 08:42:47 -07:00
2007-05-31 17:47:01 -07:00
2006-10-03 23:01:26 +02:00
2008-02-13 17:27:03 -08:00
2007-08-27 13:53:32 -07:00
2008-02-05 09:44:18 -08:00
2007-10-19 11:53:34 -07:00
2008-02-08 15:33:32 -08:00