gpt4 book ai didi

linux - PML4 的缩写是什么?

转载 作者:IT王子 更新时间:2023-10-29 01:19:29 28 4
gpt4 key购买 nike

在Xen代码./xen/include/asm-x86/config.h中,我看到内存布局代码是:

/*
137 * Meng: Xen-definitive guide: P81
138 * Memory layout:
139 * 0x0000000000000000 - 0x00007fffffffffff [128TB, 2^47 bytes, PML4:0-255]
140 * Guest-defined use (see below for compatibility mode guests).
141 * 0x0000800000000000 - 0xffff7fffffffffff [16EB]
142 * Inaccessible: current arch only supports 48-bit sign-extended VAs.
143 * 0xffff800000000000 - 0xffff803fffffffff [256GB, 2^38 bytes, PML4:256]

我对 PML4 的缩写感到很困惑。我确实知道 x86_64 只使用 64 位中的 48 位。但是 PML4 的缩写是什么?它可以帮助我理解它背后的数字。

谢谢!

最佳答案

它是 Page Map Level 4 的缩写。可以找到一些解释 here .基本上这就是 AMD 决定标记页表的方式。

关于linux - PML4 的缩写是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18666128/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com