Home
last modified time | relevance | path

Searched refs:ept_root_hpa (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvcpu.rs401 let ept_root_hpa = mapper.table().phys(); in kvm_mmu_load() localVariable
403 set_eptp_fn(ept_root_hpa.data() as u64)?; in kvm_mmu_load()
404 self.mmu.root_hpa = ept_root_hpa.data() as u64; in kvm_mmu_load()
405 debug!("ept_root_hpa:{:x}!", ept_root_hpa.data() as u64); in kvm_mmu_load()