Hyok S. Choi
f12d0d7c77
[ARM] nommu: manage the CP15 things
...
All the current CP15 access codes in ARM arch can be categorized and
conditioned by the defines as follows:
Related operation Safe condition
a. any CP15 access !CPU_CP15
b. alignment trap CPU_CP15_MMU
c. D-cache(C-bit) CPU_CP15
d. I-cache CPU_CP15 && !( CPU_ARM610 || CPU_ARM710 ||
CPU_ARM720 || CPU_ARM740 ||
CPU_XSCALE || CPU_XSC3 )
e. alternate vector CPU_CP15 && !CPU_ARM740
f. TTB CPU_CP15_MMU
g. Domain CPU_CP15_MMU
h. FSR/FAR CPU_CP15_MMU
For example, alternate vector is supported if and only if
"CPU_CP15 && !CPU_ARM740" is satisfied.
Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-09-27 17:34:30 +01:00
..
2006-06-24 10:34:48 +01:00
2006-07-05 17:22:52 +01:00
2006-04-26 12:56:16 +01:00
2006-06-24 10:34:48 +01:00
2006-04-07 13:23:48 +01:00
2006-06-24 10:34:48 +01:00
2006-06-24 10:33:02 +01:00
2006-06-28 17:54:55 +01:00
2006-06-28 17:54:55 +01:00
2006-06-24 10:34:48 +01:00
2006-09-25 10:34:02 +01:00
2006-09-25 10:25:53 +01:00
2006-06-30 18:23:39 +02:00
2006-06-28 17:54:56 +01:00
2006-03-28 10:24:33 +01:00
2006-09-20 14:58:35 +01:00
2006-06-24 10:34:48 +01:00
2006-06-24 10:34:48 +01:00
2006-08-02 14:41:39 +01:00
2006-06-22 10:27:15 +01:00
2006-08-27 12:54:56 +01:00
2006-06-24 10:34:48 +01:00
2006-04-07 13:22:21 +01:00
2006-09-25 10:33:59 +01:00
2006-06-24 10:34:48 +01:00
2006-04-07 13:22:21 +01:00
2006-07-11 21:10:42 +01:00
2006-09-25 10:25:52 +01:00
2006-09-25 10:25:41 +01:00
2006-04-26 12:56:16 +01:00
2006-06-25 12:01:48 +01:00
2006-09-25 10:25:24 +01:00
2006-09-25 10:34:03 +01:00
2006-06-30 19:25:36 +02:00
2006-06-28 17:59:45 +01:00
2006-06-19 15:35:36 +01:00
2006-09-02 18:43:20 +01:00
2006-04-26 12:56:16 +01:00
2006-03-21 22:06:07 +00:00
2006-04-26 12:56:16 +01:00
2006-04-26 12:56:16 +01:00
2006-06-28 17:59:45 +01:00
2006-07-01 22:30:09 +01:00
2006-09-18 16:28:50 +01:00
2006-09-20 14:58:35 +01:00
2006-07-02 17:29:22 -07:00
2006-06-28 17:55:01 +01:00
2006-04-26 12:56:16 +01:00
2006-04-26 12:56:16 +01:00
2006-07-02 17:29:22 -07:00
2006-09-25 10:25:26 +01:00
2006-07-01 22:30:09 +01:00
2006-09-20 14:58:35 +01:00
2006-06-18 12:58:53 +01:00
2006-04-26 12:56:16 +01:00
2006-07-01 19:58:20 +01:00
2006-02-15 15:32:22 -08:00
2006-06-29 22:14:30 +01:00
2006-06-29 22:14:30 +01:00
2006-02-08 21:19:38 +00:00
2006-06-28 17:59:45 +01:00
2006-09-20 14:58:35 +01:00
2006-03-21 22:05:45 +00:00
2006-04-26 12:56:16 +01:00
2006-06-28 17:59:45 +01:00
2006-06-29 18:24:21 +01:00
2006-06-28 17:59:45 +01:00
2006-09-27 09:35:05 +01:00
2006-03-25 08:22:56 -08:00
2006-06-28 17:59:45 +01:00
2006-08-18 15:32:17 +01:00
2006-06-28 17:55:00 +01:00
2006-03-27 08:44:50 -08:00
2006-09-27 10:10:58 +01:00
2006-07-02 17:29:22 -07:00
2006-04-26 12:56:16 +01:00
2006-06-29 16:58:06 -07:00
2006-09-06 19:03:14 +01:00
2006-09-27 17:34:30 +01:00
2006-07-02 15:04:12 -07:00
2006-06-22 10:24:18 +01:00
2006-03-21 22:03:20 +00:00
2006-09-20 14:58:35 +01:00
2006-06-28 17:59:46 +01:00
2006-06-28 17:54:59 +01:00
2006-09-25 10:34:00 +01:00
2006-05-06 19:59:18 +01:00
2006-04-10 21:32:42 +01:00
2006-06-22 15:05:58 -07:00