|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/string.h>#include <linux/kvm.h>#include <linux/kvm_host.h>#include <linux/highmem.h>#include <linux/gfp.h>#include <linux/slab.h>#include <linux/hugetlb.h>#include <linux/list.h>#include <asm/tlbflush.h>#include <asm/kvm_ppc.h>#include <asm/kvm_book3s.h>#include <asm/mmu-hash64.h>#include <asm/hvcall.h>#include <asm/synch.h>#include <asm/ppc-opcode.h>#include <asm/kvm_host.h>#include <asm/udbg.h>Go to the source code of this file.
Macros | |
| #define | TCES_PER_PAGE (PAGE_SIZE / sizeof(u64)) |
Functions | |
| long | kvmppc_h_put_tce (struct kvm_vcpu *vcpu, unsigned long liobn, unsigned long ioba, unsigned long tce) |
Definition at line 39 of file book3s_64_vio_hv.c.
1.8.2