Searched refs:tlbcam_index (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/powerpc/mm/nohash/ |
| D | fsl_booke.c | 54 unsigned int tlbcam_index; variable 77 for (b = 0; b < tlbcam_index; ++b) in v_block_mapped() 89 for (b = 0; b < tlbcam_index; ++b) in p_block_mapped() 194 tlbcam_index = i; in map_mem_in_cams_addr() 221 return tlbcam_addrs[tlbcam_index - 1].limit - PAGE_OFFSET + 1; in mmu_mapin_ram() 245 for (i = 0; i < tlbcam_index - 1; i++) in adjust_total_lowmem() 247 pr_cont("%lu Mb, residual: %dMb\n", tlbcam_sz(tlbcam_index - 1) >> 20, in adjust_total_lowmem()
|
| D | book3e_hugetlbpage.c | 85 __this_cpu_write(next_tlbcam_idx, tlbcam_index); in tlb1_next()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | head_fsl_booke.S | 737 lis r14, tlbcam_index@h 738 ori r14, r14, tlbcam_index@l 825 lis r13, tlbcam_index@ha 826 lwz r13, tlbcam_index@l(r13) 1052 LOAD_REG_ADDR_PIC(r3, tlbcam_index)
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/ |
| D | mmu-book3e.h | 227 extern unsigned int tlbcam_index;
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | e500_mmu_host.c | 45 return host_tlb_params[1].entries - tlbcam_index - 1; in tlb1_max_shadow_size() 179 __write_host_tlbe(&magic, MAS0_TLBSEL(1) | MAS0_ESEL(tlbcam_index), 0); in kvmppc_map_magic()
|