Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Dmmu.c1562 = vcpu->arch.mmu.pae_root[(addr >> 30) & 3]; in shadow_walk_init()
2446 hpa_t root = vcpu->arch.mmu.pae_root[i]; in mmu_free_roots()
2456 vcpu->arch.mmu.pae_root[i] = INVALID_PAGE; in mmu_free_roots()
2490 hpa_t root = vcpu->arch.mmu.pae_root[i]; in mmu_alloc_direct_roots()
2502 vcpu->arch.mmu.pae_root[i] = root | PT_PRESENT_MASK; in mmu_alloc_direct_roots()
2504 vcpu->arch.mmu.root_hpa = __pa(vcpu->arch.mmu.pae_root); in mmu_alloc_direct_roots()
2553 hpa_t root = vcpu->arch.mmu.pae_root[i]; in mmu_alloc_shadow_roots()
2559 vcpu->arch.mmu.pae_root[i] = 0; in mmu_alloc_shadow_roots()
2575 vcpu->arch.mmu.pae_root[i] = root | pm_mask; in mmu_alloc_shadow_roots()
2577 vcpu->arch.mmu.root_hpa = __pa(vcpu->arch.mmu.pae_root); in mmu_alloc_shadow_roots()
[all …]
Dmmu_audit.c65 hpa_t root = vcpu->arch.mmu.pae_root[i]; in mmu_spte_walk()
/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h266 u64 *pae_root; member