Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/system/
H A Dcp0_helper.c506 uint32_t tlb_index = arg1 & 0x7fffffff; in helper_mtc0_index() local
/qemu/accel/tcg/
H A Dcputlb.c129 static inline uintptr_t tlb_index(CPUState *cpu, uintptr_t mmu_idx, in tlb_index() function