Read/write; if 0, writes may not be allowed to the 1-GByte page referenced by this entry (see Section 4.6)
1G page的写权限控制
2 (
U/S
)
User/supervisor; if 0, user-mode accesses are not allowed to the 1-GByte page referenced by this entry (see Section 4.6)
1G page的用户模式访问允许
3 (
PWT
)
Page-level write-through; indirectly determines the memory type used to access the 1-GByte page referenced by this entry (see Section 4.9.2)
page级的write-through属性
4 (
PCD
)
Page-level cache disable; indirectly determines the memory type used to access the 1-GByte page referenced by this entry (see Section 4.9.2)
page级的cache disable属性
5 (
A
)
Accessed; indicates whether software has accessed the 1-GByte page referenced by this entry (see Section 4.8)
指示软件是否访问过当前entry对应的1G page区域
6 (
D
)
Dirty; indicates whether software has written to the 1-GByte page referenced by this entry (see Section 4.8)
指示软件是否写入过当前entry对应的1G page区域
7 (
PS
)
Page size; must be 1 (otherwise, this entry references a page directory; see Table 4-17)
必须置1
8 (
G
)
Global; if CR4.PGE = 1, determines whether the translation is global (see Section 4.10); ignored otherwise
如果CR4.PGE = 1,定义地址转换是否是全局的
11:9
Ignored
-
12 (
PAT
)
Indirectly determines the memory type used to access the 1-GByte page referenced by this entry (see Section 4.9.2)1
间接决定1G page的memory type
29:13
Reserved (must be 0)
-
(M–1):30
Physical address of the 1-GByte page referenced by this entry
1G对齐的page物理地址
51:M
Reserved (must be 0)
-
58:52
Ignored
-
62:59
Protection key
if CR4.PKE = 1 or CR4.PKS = 1, this may control the page’s access rights (see Section 4.6.2); otherwise, it is not used to control access rights.
Protection key,如果CR4.PKE = 1 or CR4.PKS = 1,控制page的访问权限
63 (
XD
)
If IA32_EFER.NXE = 1, execute-disable (if 1, instruction fetches are not allowed from the 1-GByte page controlled by this entry; see Section 4.6); otherwise, reserved (must be 0)