Searched refs:tlb_index (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | tlb.c | 271 int tlb_index = find_free_tlbcam(); in tlb_map_range() local 275 if (tlb_index == -1) in tlb_map_range() 288 0, tlb_index, tlb_size, 1); in tlb_map_range()
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 135 static inline uintptr_t tlb_index(CPUState *cpu, uintptr_t mmu_idx, in tlb_index() function 147 return &cpu->neg.tlb.f[mmu_idx].table[tlb_index(cpu, mmu_idx, addr)]; in tlb_entry() 1122 index = tlb_index(cpu, mmu_idx, addr_page); in tlb_set_page_full() 1357 uintptr_t index = tlb_index(cpu, mmu_idx, addr); in probe_access_internal() 1376 index = tlb_index(cpu, mmu_idx, addr); in probe_access_internal() 1573 uintptr_t index = tlb_index(cpu, mmu_idx, addr); in tlb_plugin_lookup() 1637 uintptr_t index = tlb_index(cpu, mmu_idx, addr); in mmu_lookup1() 1651 index = tlb_index(cpu, mmu_idx, addr); in mmu_lookup1() 1772 uintptr_t index = tlb_index(cpu, l->mmu_idx, addr); in mmu_lookup() 1814 index = tlb_index(cpu, mmu_idx, addr); in atomic_mmu_lookup() [all …]
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | hw_exception_handler.S | 746 tlb_index: label 752 lwi r5, r0, TOPHYS(tlb_index) 763 swi r5, r0, TOPHYS(tlb_index)
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 505 uint32_t tlb_index = arg1 & 0x7fffffff; in helper_mtc0_index() local 506 if (tlb_index < env->tlb->nb_tlb) { in helper_mtc0_index() 510 env->CP0_Index = index_p | tlb_index; in helper_mtc0_index()
|