Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dmmu.c2166 = vcpu->arch.mmu.pae_root[(addr >> 30) & 3]; in shadow_walk_init()
3063 hpa_t root = vcpu->arch.mmu.pae_root[i]; in mmu_free_roots()
3073 vcpu->arch.mmu.pae_root[i] = INVALID_PAGE; in mmu_free_roots()
3107 hpa_t root = vcpu->arch.mmu.pae_root[i]; in mmu_alloc_direct_roots()
3119 vcpu->arch.mmu.pae_root[i] = root | PT_PRESENT_MASK; in mmu_alloc_direct_roots()
3121 vcpu->arch.mmu.root_hpa = __pa(vcpu->arch.mmu.pae_root); in mmu_alloc_direct_roots()
3170 hpa_t root = vcpu->arch.mmu.pae_root[i]; in mmu_alloc_shadow_roots()
3176 vcpu->arch.mmu.pae_root[i] = 0; in mmu_alloc_shadow_roots()
3192 vcpu->arch.mmu.pae_root[i] = root | pm_mask; in mmu_alloc_shadow_roots()
3194 vcpu->arch.mmu.root_hpa = __pa(vcpu->arch.mmu.pae_root); in mmu_alloc_shadow_roots()
[all …]
Dmmu_audit.c74 hpa_t root = vcpu->arch.mmu.pae_root[i]; in mmu_spte_walk()
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h299 u64 *pae_root; member