Home
last modified time | relevance | path

Searched refs:find_matching_tlb_entry (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Dcpzero.cc166 CPZero::find_matching_tlb_entry(uint32 vpn, uint32 asid) in find_matching_tlb_entry() function in CPZero
180 int index = find_matching_tlb_entry(vpn, asid); in tlb_translate()
289 int idx = find_matching_tlb_entry (vpn, asid); in tlbp_emulate()
456 int index = find_matching_tlb_entry (vpn, asid); in debug_tlb_translate()
H A Dcpzero.h56 int find_matching_tlb_entry(uint32 vpn, uint32 asid);
H A DChangeLog3187 find_matching_tlb_entry now returns the index of the TLB entry instead
3199 Shorten find_matching_tlb_entry. Share its implementation with
11060 cpzero.cc: (find_matching_tlb_entry) Initialize match to NULL.
11602 find_matching_tlb_entry. New debug_tlb_translate method.