mm/vmm: Fix higher-half address for aarch64 5-level paging
This commit is contained in:
@@ -62,7 +62,7 @@ void map_page(pagemap_t pagemap, uint64_t virt_addr, uint64_t phys_addr, uint64_
|
|||||||
|
|
||||||
static inline uint64_t paging_mode_higher_half(int paging_mode) {
|
static inline uint64_t paging_mode_higher_half(int paging_mode) {
|
||||||
if (paging_mode == PAGING_MODE_AARCH64_5LVL) {
|
if (paging_mode == PAGING_MODE_AARCH64_5LVL) {
|
||||||
return 0xffe0000000000000;
|
return 0xfff0000000000000;
|
||||||
} else {
|
} else {
|
||||||
return 0xffff000000000000;
|
return 0xffff000000000000;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user