Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dmmu.c2095 = vcpu->arch.mmu.pae_root[(addr >> 30) & 3]; in shadow_walk_init()
3089 hpa_t root = vcpu->arch.mmu.pae_root[i]; in mmu_free_roots()
3099 vcpu->arch.mmu.pae_root[i] = INVALID_PAGE; in mmu_free_roots()
3133 hpa_t root = vcpu->arch.mmu.pae_root[i]; in mmu_alloc_direct_roots()
3145 vcpu->arch.mmu.pae_root[i] = root | PT_PRESENT_MASK; in mmu_alloc_direct_roots()
3147 vcpu->arch.mmu.root_hpa = __pa(vcpu->arch.mmu.pae_root); in mmu_alloc_direct_roots()
3196 hpa_t root = vcpu->arch.mmu.pae_root[i]; in mmu_alloc_shadow_roots()
3202 vcpu->arch.mmu.pae_root[i] = 0; in mmu_alloc_shadow_roots()
3218 vcpu->arch.mmu.pae_root[i] = root | pm_mask; in mmu_alloc_shadow_roots()
3220 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.1.27/arch/x86/include/asm/
Dkvm_host.h292 u64 *pae_root; member