Linux Kernel
3.7.1
|
#include <linux/kvm_host.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/export.h>
#include <asm/reg.h>
#include <asm/cputable.h>
#include <asm/tlbflush.h>
#include <asm/kvm_ppc.h>
#include <asm/dbell.h>
#include "booke.h"
#include "e500.h"
Go to the source code of this file.
void kvmppc_e500_tlbil_all | ( | struct kvmppc_vcpu_e500 * | vcpu_e500 | ) |
void kvmppc_e500_tlbil_one | ( | struct kvmppc_vcpu_e500 * | vcpu_e500, |
struct kvm_book3e_206_tlb_entry * | gtlbe | ||
) |
module_exit | ( | kvmppc_e500mc_exit | ) |
module_init | ( | kvmppc_e500mc_init | ) |