HelenOS sources

tlb_prepare_entry_hi  175 kernel/arch/mips32/include/arch/mm/tlb.h extern void tlb_prepare_entry_hi(entry_hi_t *hi, asid_t asid, uintptr_t addr);
tlb_prepare_entry_hi  210 kernel/arch/mips32/src/mm/frame.c 				tlb_prepare_entry_hi(&hi, ZERO_PAGE_ASID, ZERO_PAGE_ADDR);
tlb_prepare_entry_hi  408 kernel/arch/mips32/src/mm/tlb.c 		tlb_prepare_entry_hi(&hi, asid, page + i * PAGE_SIZE);
HelenOS homepage, sources at GitHub