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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A De500_tlb.c28 #define to_htlb1_esel(esel) (tlb1_entry_num - (esel) - 1)
30 static unsigned int tlb1_entry_num; variable
78 return tlb1_entry_num - tlbcam_index;
691 tlb1_entry_num = mfspr(SPRN_TLB1CFG) & 0xFFF;
711 vcpu_e500->shadow_tlb_size[1] = tlb1_entry_num;
713 kzalloc(sizeof(struct tlbe) * tlb1_entry_num, GFP_KERNEL);
723 kzalloc(sizeof(struct page *) * tlb1_entry_num, GFP_KERNEL);

Completed in 98 milliseconds