Paul Mackerras
18461960cb
powerpc: Provide for giveup_fpu/altivec to save state in alternate location
...
This provides a facility which is intended for use by KVM, where the
contents of the FP/VSX and VMX (Altivec) registers can be saved away
to somewhere other than the thread_struct when kernel code wants to
use floating point or VMX instructions. This is done by providing a
pointer in the thread_struct to indicate where the state should be
saved to. The giveup_fpu() and giveup_altivec() functions test these
pointers and save state to the indicated location if they are non-NULL.
Note that the MSR_FP/VEC bits in task->thread.regs->msr are still used
to indicate whether the CPU register state is live, even when an
alternate save location is being used.
This also provides load_fp_state() and load_vr_state() functions, which
load up FP/VSX and VMX state from memory into the CPU registers, and
corresponding store_fp_state() and store_vr_state() functions, which
store FP/VSX and VMX state into memory from the CPU registers.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2013-10-11 17:26:50 +11:00
..
2011-04-21 16:59:30 -07:00
2009-08-03 09:05:00 +01:00
2013-08-14 15:33:35 +10:00
2009-12-12 13:08:14 +01:00
2009-12-11 21:24:44 -07:00
2012-10-09 16:22:46 +09:00
2008-08-04 12:02:00 +10:00
2012-03-28 18:30:02 +01:00
2013-04-18 11:53:04 +10:00
2012-10-09 09:47:26 +01:00
2013-08-14 14:57:40 +10:00
2012-03-28 18:30:02 +01:00
2008-08-04 12:02:00 +10:00
2012-03-28 18:30:02 +01:00
2013-08-14 14:56:44 +10:00
2009-01-08 15:51:55 +01:00
2009-08-20 10:29:26 +10:00
2010-09-02 14:07:30 +10:00
2008-08-04 12:02:00 +10:00
2012-03-28 18:30:02 +01:00
2012-07-03 14:14:38 +10:00
2012-10-06 03:05:16 +09:00
2013-05-14 16:00:20 +10:00
2011-03-31 11:26:23 -03:00
2009-11-11 21:43:19 -06:00
2011-03-31 11:26:23 -03:00
2013-08-20 15:45:49 -05:00
2012-05-22 14:37:00 +10:00
2013-01-27 19:23:27 +01:00
2008-08-04 12:02:00 +10:00
2008-08-04 12:02:00 +10:00
2013-01-10 15:09:06 +11:00
2008-08-04 12:02:00 +10:00
2008-08-04 12:02:00 +10:00
2008-12-21 14:21:15 +11:00
2009-12-11 21:24:44 -07:00
2008-12-21 14:21:16 +11:00
2013-01-16 05:25:47 +11:00
2009-07-08 13:50:24 +10:00
2013-08-14 11:38:34 +02:00
2008-12-31 16:52:21 +02:00
2008-08-04 12:02:00 +10:00
2012-11-28 15:28:59 +01:00
2013-04-18 13:03:53 +10:00
2008-08-04 12:02:00 +10:00
2013-06-20 17:06:07 +10:00
2013-07-24 14:18:49 +10:00
2012-02-14 14:06:50 -07:00
2013-04-26 16:08:16 +10:00
2008-08-04 12:02:00 +10:00
2013-08-14 14:58:53 +10:00
2013-08-07 18:38:06 -05:00
2012-09-05 15:35:52 +10:00
2013-08-14 15:33:18 +10:00
2012-03-28 18:30:02 +01:00
2012-02-23 10:50:02 +11:00
2008-08-04 12:02:00 +10:00
2011-05-04 15:19:26 +10:00
2013-05-14 15:10:02 +10:00
2009-12-12 22:24:30 -07:00
2011-11-08 14:51:46 +11:00
2008-08-04 12:02:00 +10:00
2010-10-14 00:54:38 -05:00
2012-11-15 13:00:58 +11:00
2012-11-25 07:19:39 -06:00
2012-10-05 23:38:38 +02:00
2012-09-12 14:57:10 -05:00
2011-11-24 02:01:40 -06:00
2013-08-14 11:38:34 +02:00
2011-05-26 13:38:57 +10:00
2011-11-17 16:26:07 +11:00
2012-05-11 18:00:14 -06:00
2008-08-04 12:02:00 +10:00
2013-04-18 15:59:55 +10:00
2008-08-04 12:02:00 +10:00
2012-03-20 21:48:30 +08:00
2013-06-21 16:01:54 +10:00
2013-06-01 08:29:27 +10:00
2008-08-04 12:02:00 +10:00
2008-08-04 12:02:00 +10:00
2011-07-01 13:10:21 +10:00
2013-01-29 11:35:08 +11:00
2013-07-24 14:18:44 +10:00
2010-10-18 11:03:21 +02:00
2012-02-14 14:06:50 -07:00
2013-06-12 12:37:26 +01:00
2008-08-18 21:40:03 +02:00
2009-11-11 21:43:18 -06:00
2012-11-15 13:00:58 +11:00
2011-05-06 13:19:01 +10:00
2008-08-04 12:02:00 +10:00
2013-01-03 15:57:04 -08:00
2013-08-14 14:58:08 +10:00
2013-07-01 11:10:35 +10:00
2008-08-04 13:18:17 +10:00
2008-08-04 12:02:00 +10:00
2013-09-25 14:15:36 +10:00
2013-08-14 14:57:47 +10:00
2012-02-24 10:05:59 +01:00
2013-08-14 17:14:53 +02:00
2008-08-04 12:02:00 +10:00
2011-12-20 10:20:19 -05:00
2011-12-08 14:02:23 +11:00
2012-02-21 11:40:36 +01:00
2010-10-29 13:14:42 -05:00
2012-07-24 15:27:29 +08:00
2012-09-07 09:48:50 +10:00
2011-05-22 08:47:53 -04:00
2013-06-11 11:10:49 +03:00
2012-10-18 10:37:52 +11:00
2013-08-29 00:41:59 +02:00
2013-04-26 20:27:31 +02:00
2013-08-28 16:47:49 +02:00
2012-12-06 01:34:11 +01:00
2013-04-17 15:21:14 +02:00
2010-09-02 14:07:32 +10:00
2013-07-08 16:20:20 +02:00
2012-10-29 19:15:32 -02:00
2013-07-11 00:51:28 +02:00
2008-08-04 12:02:00 +10:00
2013-03-03 22:55:19 -05:00
2010-06-09 11:12:36 +02:00
2011-07-26 16:49:47 -07:00
2013-08-14 15:33:34 +10:00
2012-04-24 15:34:16 -07:00
2013-10-11 17:24:40 +11:00
2011-06-10 14:55:36 +02:00
2008-08-04 12:02:00 +10:00
2009-12-09 17:09:14 +11:00
2012-10-09 09:47:26 +01:00
2013-06-19 12:58:42 +02:00
2009-08-20 10:25:09 +10:00
2009-08-20 10:25:09 +10:00
2010-05-05 09:11:10 -04:00
2013-05-02 10:37:37 +10:00
2009-08-28 14:24:12 +10:00
2013-06-25 17:24:40 +10:00
2012-11-15 13:00:45 +11:00
2011-06-27 14:13:09 -07:00
2013-07-24 14:18:43 +10:00
2009-06-17 00:30:22 -06:00
2008-08-04 12:02:00 +10:00
2008-08-04 12:02:00 +10:00
2013-06-03 10:22:35 -07:00
2012-09-14 10:15:35 +02:00
2013-08-23 19:01:03 -05:00
2013-08-23 23:41:55 +02:00
2008-08-04 12:02:00 +10:00
2012-08-24 20:26:04 +10:00
2013-07-01 18:38:41 -05:00
2013-08-07 18:38:04 -05:00
2008-08-20 16:34:57 +10:00
2013-06-26 12:10:55 +02:00
2012-10-09 09:47:26 +01:00
2008-08-04 12:02:00 +10:00
2013-08-27 17:43:50 +10:00
2012-11-19 14:16:09 +01:00
2013-08-14 15:33:40 +10:00
2010-08-11 08:59:21 -07:00
2013-04-30 11:05:10 +10:00
2013-08-27 16:59:30 +10:00
2013-04-18 13:03:50 +10:00
2011-03-31 11:26:23 -03:00
2013-08-14 11:50:25 +10:00
2013-08-12 15:26:39 +00:00
2010-07-09 11:28:30 +10:00
2013-08-07 18:38:03 -05:00
2013-08-15 10:00:09 +02:00
2012-07-10 19:18:41 +10:00
2013-04-30 16:00:04 +10:00
2013-06-21 16:01:53 +10:00
2013-04-30 16:00:04 +10:00
2010-10-26 16:52:08 -07:00
2012-09-17 16:31:51 +10:00
2013-06-21 16:01:53 +10:00
2013-10-11 17:24:39 +11:00
2013-07-04 10:29:23 -07:00
2013-08-27 14:43:05 +10:00
2011-03-31 11:26:23 -03:00
2009-12-06 17:06:19 +01:00
2008-08-04 12:02:00 +10:00
2009-09-24 15:31:39 +10:00
2008-08-04 12:02:00 +10:00
2013-01-10 15:08:37 +11:00
2008-08-04 12:02:00 +10:00
2013-10-11 17:26:49 +11:00
2013-07-30 15:50:07 -05:00
2012-09-10 09:59:00 +10:00
2013-06-20 16:55:09 +10:00
2013-10-11 17:26:50 +11:00
2013-09-06 10:49:42 -07:00
2013-02-15 16:54:39 +11:00
2009-03-11 17:10:17 +11:00
2009-06-15 13:26:21 +10:00
2008-08-04 12:02:00 +10:00
2009-12-09 17:10:37 +11:00
2009-09-24 15:31:49 +10:00
2009-08-27 13:12:51 +10:00
2011-09-20 09:19:40 +10:00
2011-04-18 13:08:21 +10:00
2009-09-02 16:20:41 +10:00
2009-08-27 13:12:51 +10:00
2009-03-24 13:47:33 +11:00
2013-05-14 14:36:20 +10:00
2009-03-24 13:47:34 +11:00
2013-04-18 13:03:57 +10:00
2012-11-15 13:00:58 +11:00
2012-11-15 13:00:58 +11:00
2008-08-04 12:02:00 +10:00
2011-05-06 13:32:41 +10:00
2013-08-14 11:50:21 +10:00
2013-08-07 18:38:04 -05:00
2013-09-05 17:29:20 +10:00
2008-08-04 12:02:00 +10:00
2011-06-02 15:29:08 -05:00
2013-08-14 15:33:22 +10:00
2008-08-04 12:02:00 +10:00
2012-03-28 18:30:02 +01:00
2010-08-07 18:15:50 +02:00
2011-04-20 17:01:19 +10:00
2013-01-10 17:00:25 +11:00
2008-08-04 12:02:00 +10:00
2008-08-04 12:02:00 +10:00
2012-11-15 13:00:54 +11:00
2013-10-11 17:26:49 +11:00
2008-08-04 12:02:00 +10:00
2013-06-01 08:29:23 +10:00
2013-08-14 15:33:17 +10:00
2012-11-19 14:31:35 +01:00
2012-09-17 16:31:51 +10:00
2009-12-14 23:55:32 +01:00
2013-08-14 15:33:40 +10:00
2008-08-04 12:02:00 +10:00
2012-10-09 09:47:26 +01:00
2011-03-31 11:26:23 -03:00
2012-01-08 12:19:57 -08:00
2008-08-04 12:02:00 +10:00
2008-08-04 12:02:00 +10:00
2012-10-09 09:47:26 +01:00
2012-09-12 14:57:09 -05:00
2013-08-27 15:03:30 +10:00
2011-11-17 16:26:07 +11:00
2011-05-26 13:38:57 +10:00
2013-02-03 18:16:11 -05:00
2013-05-01 07:21:43 -07:00
2011-11-25 14:32:57 +11:00
2012-10-09 09:47:26 +01:00
2013-05-14 16:00:19 +10:00
2012-08-20 13:05:28 +02:00
2013-08-20 19:33:12 -05:00
2011-05-25 08:39:16 -07:00
2013-06-21 16:01:53 +10:00
2013-06-01 08:29:23 +10:00
2013-08-14 15:33:17 +10:00
2012-07-03 14:14:41 +10:00
2008-08-04 12:02:00 +10:00
2008-08-04 12:02:00 +10:00
2008-08-04 12:02:00 +10:00
2012-10-09 09:47:26 +01:00
2013-05-28 09:41:09 +02:00
2012-11-15 13:00:58 +11:00
2012-11-15 13:00:58 +11:00
2012-11-15 13:00:58 +11:00
2013-08-14 14:58:15 +10:00
2008-08-04 12:02:00 +10:00
2008-08-04 12:02:00 +10:00
2011-04-26 23:31:11 -07:00
2013-05-01 07:21:43 -07:00
2013-04-13 15:31:56 +02:00
2008-08-04 12:02:00 +10:00
2011-03-31 11:26:23 -03:00
2013-07-01 11:10:36 +10:00
2008-08-04 12:02:00 +10:00
2013-01-03 15:57:04 -08:00
2012-05-27 21:00:07 -07:00
2011-05-06 13:32:35 +10:00
2013-04-26 16:09:59 +10:00
2008-08-04 12:02:00 +10:00
2009-06-06 10:14:22 -06:00
2008-08-04 12:02:00 +10:00
2008-08-04 12:02:00 +10:00