Searched refs:tlbcam_index (Results 1 – 6 of 6) sorted by relevance
/arch/powerpc/mm/ |
D | fsl_booke_mmu.c | 58 unsigned int tlbcam_index; variable 69 extern unsigned int tlbcam_index; 82 for (b = 0; b < tlbcam_index; ++b) in v_mapped_by_tlbcam() 94 for (b = 0; b < tlbcam_index; ++b) in p_mapped_by_tlbcam() 193 tlbcam_index = i; in map_mem_in_cams() 206 return tlbcam_addrs[tlbcam_index - 1].limit - PAGE_OFFSET + 1; in mmu_mapin_ram() 228 for (i = 0; i < tlbcam_index - 1; i++) in adjust_total_lowmem() 230 pr_cont("%lu Mb, residual: %dMb\n", tlbcam_sz(tlbcam_index - 1) >> 20, in adjust_total_lowmem()
|
D | hugetlbpage-book3e.c | 88 __get_cpu_var(next_tlbcam_idx) = tlbcam_index; in book3e_hugetlb_preload()
|
D | pgtable_32.c | 66 extern unsigned int tlbcam_index;
|
/arch/powerpc/kernel/ |
D | head_fsl_booke.S | 627 lis r14, tlbcam_index@h 628 ori r14, r14, tlbcam_index@l 715 lis r13, tlbcam_index@ha 716 lwz r13, tlbcam_index@l(r13) 1019 lis r3,tlbcam_index@ha 1020 lwz r3,tlbcam_index@l(r3)
|
/arch/powerpc/include/asm/ |
D | mmu-book3e.h | 213 extern unsigned int tlbcam_index;
|
/arch/powerpc/kvm/ |
D | e500_tlb.c | 248 return host_tlb_params[1].entries - tlbcam_index - 1; in tlb1_max_shadow_size() 361 __write_host_tlbe(&magic, MAS0_TLBSEL(1) | MAS0_ESEL(tlbcam_index)); in kvmppc_map_magic()
|