forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commitde22d21
RISC-V: Add page table dump support for uefi
Extend the current page table dump support in RISC-V to include efipages as well.Here is the output of efi runtime page table mappings.---[ UEFI runtime start ]---0x0000000020002000-0x0000000020003000 0x00000000be732000 4K PTE D A . . . W R V0x0000000020018000-0x0000000020019000 0x00000000be738000 4K PTE D A . . . W R V0x000000002002c000-0x000000002002d000 0x00000000be73c000 4K PTE D A . . . W R V0x0000000020031000-0x0000000020032000 0x00000000bff61000 4K PTE D A . . X W R V---[ UEFI runtime end ]---Signed-off-by: Atish Patra <atish.patra@wdc.com>Reviewed-by: Anup Patel <anup@brainfault.org>Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>1 parentb91540d commitde22d21
1 file changed
+42
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
52 | 61 | | |
53 | 62 | | |
54 | 63 | | |
| |||
68 | 77 | | |
69 | 78 | | |
70 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
71 | 102 | | |
72 | 103 | | |
73 | 104 | | |
| |||
245 | 276 | | |
246 | 277 | | |
247 | 278 | | |
248 | | - | |
| 279 | + | |
249 | 280 | | |
250 | 281 | | |
251 | 282 | | |
252 | | - | |
| 283 | + | |
253 | 284 | | |
254 | 285 | | |
255 | 286 | | |
256 | 287 | | |
257 | | - | |
| 288 | + | |
258 | 289 | | |
259 | 290 | | |
260 | 291 | | |
261 | 292 | | |
262 | 293 | | |
263 | | - | |
| 294 | + | |
264 | 295 | | |
265 | 296 | | |
266 | 297 | | |
| |||
293 | 324 | | |
294 | 325 | | |
295 | 326 | | |
296 | | - | |
| 327 | + | |
297 | 328 | | |
298 | 329 | | |
299 | 330 | | |
| |||
308 | 339 | | |
309 | 340 | | |
310 | 341 | | |
311 | | - | |
| 342 | + | |
312 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
313 | 349 | | |
314 | 350 | | |
315 | 351 | | |
| |||
0 commit comments
Comments
(0)