Home
last modified time | relevance | path

Searched defs:KvmMmuPageRole (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dmmu.rs30 pub struct KvmMmuPageRole { struct
32 level: usize, // 页所处的层
33 cr4_pae: bool, // cr4.pae,1 表示使用 64bit gpte
35 …rant: usize, // 如果 cr4.pae=0,则 gpte 为 32bit,但 spte 为 64bit,因此需要用多个 spte 来表示一个 gpte,该字段指示是 gpte 的第几
36 direct: bool,
38 access: usize, // 访问权
62 pub base_role: KvmMmuPageRole, argument