Searched refs:shadow_refs (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkvm_44x.h50 struct kvmppc_44x_shadow_ref shadow_refs[PPC44x_TLB_SIZE]; member in struct:kvmppc_vcpu_44x
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A D44x.c77 for (i = 0; i < ARRAY_SIZE(vcpu_44x->shadow_refs); i++)
78 vcpu_44x->shadow_refs[i].gtlb_index = -1;
H A D44x_tlb.c246 struct kvmppc_44x_shadow_ref *ref = &vcpu_44x->shadow_refs[stlb_index];
355 ref = &vcpu_44x->shadow_refs[victim];
376 for (i = 0; i < ARRAY_SIZE(vcpu_44x->shadow_refs); i++) {
377 struct kvmppc_44x_shadow_ref *ref = &vcpu_44x->shadow_refs[i];
402 for (i = 0; i < ARRAY_SIZE(vcpu_44x->shadow_refs); i++) {
403 struct kvmppc_44x_shadow_ref *ref = &vcpu_44x->shadow_refs[i];

Completed in 63 milliseconds