Linux Kernel
3.7.1
|
#include <linux/kvm_host.h>
#include <asm/kvm_ppc.h>
#include <asm/kvm_book3s.h>
#include <asm/mmu-hash64.h>
#include <asm/machdep.h>
#include <asm/mmu_context.h>
#include <asm/hw_irq.h>
#include "trace.h"
Go to the source code of this file.
Macros | |
#define | PTE_SIZE 12 |
Functions | |
void | kvmppc_mmu_invalidate_pte (struct kvm_vcpu *vcpu, struct hpte_cache *pte) |
int | kvmppc_mmu_map_page (struct kvm_vcpu *vcpu, struct kvmppc_pte *orig_pte) |
int | kvmppc_mmu_map_segment (struct kvm_vcpu *vcpu, ulong eaddr) |
void | kvmppc_mmu_flush_segments (struct kvm_vcpu *vcpu) |
void | kvmppc_mmu_destroy (struct kvm_vcpu *vcpu) |
int | kvmppc_mmu_init (struct kvm_vcpu *vcpu) |
#define PTE_SIZE 12 |
Definition at line 32 of file book3s_64_mmu_host.c.
Definition at line 311 of file book3s_64_mmu_host.c.
Definition at line 303 of file book3s_64_mmu_host.c.
Definition at line 317 of file book3s_64_mmu_host.c.
void kvmppc_mmu_invalidate_pte | ( | struct kvm_vcpu * | vcpu, |
struct hpte_cache * | pte | ||
) |
Definition at line 34 of file book3s_64_mmu_host.c.
int kvmppc_mmu_map_page | ( | struct kvm_vcpu * | vcpu, |
struct kvmppc_pte * | orig_pte | ||
) |
Definition at line 81 of file book3s_64_mmu_host.c.