Searched refs:shadow_tlb (Results 1 - 4 of 4) 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.h53 struct kvmppc_44x_tlbe shadow_tlb[PPC44x_TLB_SIZE]; member in struct:kvmppc_vcpu_44x
H A Dkvm_e500.h36 struct tlbe *shadow_tlb[E500_TLB_NUM]; member in struct:kvmppc_vcpu_e500
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A De500_tlb.c55 tlbe = &vcpu_e500->shadow_tlb[tlbsel][i];
126 struct tlbe *stlbe = &vcpu_e500->shadow_tlb[tlbsel][esel];
154 struct tlbe *stlbe = &vcpu_e500->shadow_tlb[1][i];
206 struct tlbe *stlbe = &vcpu_e500->shadow_tlb[tlbsel][esel];
224 struct tlbe *stlbe = &vcpu_e500->shadow_tlb[tlbsel][esel];
239 struct tlbe *stlbe = &vcpu_e500->shadow_tlb[1][i];
294 stlbe = &vcpu_e500->shadow_tlb[tlbsel][esel];
700 vcpu_e500->shadow_tlb[0] =
702 if (vcpu_e500->shadow_tlb[0] == NULL)
712 vcpu_e500->shadow_tlb[
[all...]
H A D44x_tlb.c147 struct kvmppc_44x_tlbe *stlbe = &vcpu_44x->shadow_tlb[i];
167 struct kvmppc_44x_tlbe *stlbe = &vcpu_44x->shadow_tlb[i];

Completed in 42 milliseconds