|
808 | 808 | Documentation/admin-guide/kdump/kdump.rst for an example.
|
809 | 809 |
|
810 | 810 | crashkernel=size[KMG],high
|
811 |
| - [KNL, X86-64] range could be above 4G. Allow kernel |
| 811 | + [KNL, X86-64, ARM64] range could be above 4G. Allow kernel |
812 | 812 | to allocate physical memory region from top, so could
|
813 | 813 | be above 4G if system have more than 4G ram installed.
|
814 | 814 | Otherwise memory region will be allocated below 4G, if
|
|
821 | 821 | that require some amount of low memory, e.g. swiotlb
|
822 | 822 | requires at least 64M+32K low memory, also enough extra
|
823 | 823 | low memory is needed to make sure DMA buffers for 32-bit
|
824 |
| - devices won't run out. Kernel would try to allocate at |
| 824 | + devices won't run out. Kernel would try to allocate |
825 | 825 | at least 256M below 4G automatically.
|
826 | 826 | This one let user to specify own low range under 4G
|
827 | 827 | for second kernel instead.
|
828 | 828 | 0: to disable low allocation.
|
829 | 829 | It will be ignored when crashkernel=X,high is not used
|
830 | 830 | or memory reserved is below 4G.
|
831 | 831 |
|
| 832 | + [KNL, ARM64] range in low memory. |
| 833 | + This one lets the user specify a low range in the |
| 834 | + DMA zone for the crash dump kernel. |
| 835 | + It will be ignored when crashkernel=X,high is not used. |
| 836 | + |
832 | 837 | cryptomgr.notests
|
833 | 838 | [KNL] Disable crypto self-tests
|
834 | 839 |
|
|
0 commit comments