Home
last modified time | relevance | path

Searched defs:tlb_index (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtlb.c271 int tlb_index = find_free_tlbcam(); in tlb_map_range() local
/openbmc/linux/arch/microblaze/kernel/
H A Dhw_exception_handler.S746 tlb_index: label
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c505 uint32_t tlb_index = arg1 & 0x7fffffff; in helper_mtc0_index() local
/openbmc/qemu/accel/tcg/
H A Dcputlb.c135 static inline uintptr_t tlb_index(CPUState *cpu, uintptr_t mmu_idx, in tlb_index() function