Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
book3s_64_mmu_host.c File Reference
#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)
 

Macro Definition Documentation

#define PTE_SIZE   12

Definition at line 32 of file book3s_64_mmu_host.c.

Function Documentation

void kvmppc_mmu_destroy ( struct kvm_vcpu vcpu)

Definition at line 311 of file book3s_64_mmu_host.c.

void kvmppc_mmu_flush_segments ( struct kvm_vcpu vcpu)

Definition at line 303 of file book3s_64_mmu_host.c.

int kvmppc_mmu_init ( struct kvm_vcpu vcpu)

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.

int kvmppc_mmu_map_segment ( struct kvm_vcpu vcpu,
ulong  eaddr 
)

Definition at line 263 of file book3s_64_mmu_host.c.