Searched refs:vtlb (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvtlb.c2 * vtlb.c: guest virtual tlb handling module.
273 struct thash_cb *hcb = &v->arch.vtlb;
334 struct thash_cb *hcb = &v->arch.vtlb;
478 struct thash_cb *vtlb, *vhpt; local
479 vtlb = &v->arch.vtlb;
485 head = vtlb->hash;
486 for (i = 0; i < vtlb->num; i++) {
519 struct thash_cb *hcb = &v->arch.vtlb;
638 v->arch.vtlb
[all...]
H A DMakefile63 vtlb.o process.o kvm_lib.o
H A Dprocess.c969 vcpu->arch.vtlb.num = VTLB_NUM_ENTRIES;
970 thash_init(&vcpu->arch.vtlb, VTLB_SHIFT);
H A Dkvm-ia64.c1258 vcpu->arch.vtlb.hash = (struct thash_data *)VTLB_BASE(vcpu->vcpu_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dkvm_host.h67 * | vcpu[3]'s data | / vtlb |
441 struct thash_cb vtlb; member in struct:kvm_vcpu_arch

Completed in 37 milliseconds