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

/linux-master/arch/powerpc/kvm/
H A De500_mmu_host.c38 #define to_htlb1_esel(esel) (host_tlb_params[1].entries - (esel) - 1)
40 static struct kvmppc_e500_tlb_params host_tlb_params[E500_TLB_NUM]; variable in typeref:struct:kvmppc_e500_tlb_params
45 return host_tlb_params[1].entries - tlbcam_index - 1;
278 sizeof(unsigned int) * host_tlb_params[1].entries);
760 host_tlb_params[0].entries = mfspr(SPRN_TLB0CFG) & TLBnCFG_N_ENTRY;
761 host_tlb_params[1].entries = mfspr(SPRN_TLB1CFG) & TLBnCFG_N_ENTRY;
768 if (host_tlb_params[0].entries == 0 ||
769 host_tlb_params[1].entries == 0) {
774 host_tlb_params[0].ways = (mfspr(SPRN_TLB0CFG) & TLBnCFG_ASSOC) >>
776 host_tlb_params[
[all...]

Completed in 85 milliseconds