mce.c (eadcbfa58ae8693f0d6a0f591d8f51d55cf068e1) | mce.c (90df4bfb4d9e00a1ab6885900b808bef2b62a21c) |
---|---|
1/* 2 * Machine check exception handling. 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * --- 254 unchanged lines hidden (view full) --- 263 }; 264 static const char *mc_user_types[] = { 265 "Indeterminate", 266 "tlbie(l) invalid", 267 }; 268 static const char *mc_ra_types[] = { 269 "Indeterminate", 270 "Instruction fetch (bad)", | 1/* 2 * Machine check exception handling. 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * --- 254 unchanged lines hidden (view full) --- 263 }; 264 static const char *mc_user_types[] = { 265 "Indeterminate", 266 "tlbie(l) invalid", 267 }; 268 static const char *mc_ra_types[] = { 269 "Indeterminate", 270 "Instruction fetch (bad)", |
271 "Instruction fetch (foreign)", |
|
271 "Page table walk ifetch (bad)", 272 "Page table walk ifetch (foreign)", 273 "Load (bad)", 274 "Store (bad)", 275 "Page table walk Load/Store (bad)", 276 "Page table walk Load/Store (foreign)", 277 "Load/Store (foreign)", 278 }; --- 168 unchanged lines hidden --- | 272 "Page table walk ifetch (bad)", 273 "Page table walk ifetch (foreign)", 274 "Load (bad)", 275 "Store (bad)", 276 "Page table walk Load/Store (bad)", 277 "Page table walk Load/Store (foreign)", 278 "Load/Store (foreign)", 279 }; --- 168 unchanged lines hidden --- |