Home
last modified time | relevance | path

Searched refs:tlbcam_index (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/mm/
Dfsl_booke_mmu.c58 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()
Dhugetlbpage-book3e.c88 __get_cpu_var(next_tlbcam_idx) = tlbcam_index; in book3e_hugetlb_preload()
Dpgtable_32.c66 extern unsigned int tlbcam_index;
/arch/powerpc/kernel/
Dhead_fsl_booke.S627 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/
Dmmu-book3e.h213 extern unsigned int tlbcam_index;
/arch/powerpc/kvm/
De500_tlb.c248 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()