Files
linux/arch
Huibin Hong 9a9b5bb34a ARM64: kernel: dump kernel addresses larger than VA_START
The arm64 virtual addresses of kernel are like:
VA_START < MODULES_VADDR < KIMAGE_VADDR < PAGE_OFFSET.
PAGE_OFFSET is the virtual address of the start of the linear map.
And the vmalloc, kernel code and so on are between VA_START and
PAGE_OFFSET, so it is necessary to expand dump addresses to VA_START,
instead of PAGE_OFFSET.

Change-Id: I810ed216862de4c6e68b92d483de4aa68da532b8
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
2019-08-17 14:27:27 +08:00
..
2019-02-20 10:25:47 +01:00
2019-02-10 00:33:21 +08:00
2019-02-10 00:33:21 +08:00
2019-02-10 00:33:21 +08:00
2019-04-03 15:25:12 -07:00
2019-02-10 00:33:21 +08:00
2019-06-15 16:12:59 +02:00
2019-02-10 00:33:21 +08:00
2019-02-10 00:33:21 +08:00
2019-06-11 12:38:58 +02:00
2019-06-19 10:10:24 +02:00
2019-02-10 00:33:21 +08:00
2019-06-19 10:10:24 +02:00
2019-04-17 08:38:53 +02:00
2019-06-04 08:27:48 +02:00