File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Virtual memory map with 5 level page tables:
29
29
hole caused by [56:63] sign extension
30
30
ff00000000000000 - ff0fffffffffffff (=52 bits) guard hole, reserved for hypervisor
31
31
ff10000000000000 - ff8fffffffffffff (=55 bits) direct mapping of all phys. memory
32
- ff90000000000000 - ff91ffffffffffff (=49 bits) hole
33
- ff92000000000000 - ffd1ffffffffffff (=54 bits) vmalloc/ioremap space
32
+ ff90000000000000 - ff9fffffffffffff (=52 bits) hole
33
+ ffa0000000000000 - ffd1ffffffffffff (=54 bits) vmalloc/ioremap space (12800 TB)
34
34
ffd2000000000000 - ffd3ffffffffffff (=49 bits) hole
35
35
ffd4000000000000 - ffd5ffffffffffff (=49 bits) virtual memory map (512TB)
36
36
... unused hole ...
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ typedef struct { pteval_t pte; } pte_t;
79
79
#define MAXMEM _AC(__AC(1, UL) << MAX_PHYSMEM_BITS, UL)
80
80
81
81
#ifdef CONFIG_X86_5LEVEL
82
- # define VMALLOC_SIZE_TB _AC(16384 , UL)
83
- # define __VMALLOC_BASE _AC(0xff92000000000000 , UL)
82
+ # define VMALLOC_SIZE_TB _AC(12800 , UL)
83
+ # define __VMALLOC_BASE _AC(0xffa0000000000000 , UL)
84
84
# define __VMEMMAP_BASE _AC(0xffd4000000000000, UL)
85
85
#else
86
86
# define VMALLOC_SIZE_TB _AC(32, UL)
You can’t perform that action at this time.
0 commit comments