Home
last modified time | relevance | path

Searched refs:tlb_token (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/tme/tme-0.8/host/posix/
H A Dposix-memory.c145 struct tme_token *tlb_token; in _tme_posix_memory_tlbs_invalidate() local
151 tlb_token = tlb_tokens[tlb_i]; in _tme_posix_memory_tlbs_invalidate()
152 if (tlb_token != NULL) { in _tme_posix_memory_tlbs_invalidate()
154 tme_token_invalidate(tlb_token); in _tme_posix_memory_tlbs_invalidate()
168 struct tme_token *tlb_token; in _tme_posix_memory_tlb_fill() local
215 tlb_token = tlb->tme_bus_tlb_token; in _tme_posix_memory_tlb_fill()
219 = (((tme_hash_data_to_ulong(tlb_token) in _tme_posix_memory_tlb_fill()
228 if (tlb_token_other != tlb_token) { in _tme_posix_memory_tlb_fill()
/dports/emulators/tme/tme-0.8/machine/sun/
H A Dsun-fb.c425 struct tme_token *tlb_token; in tme_sunfb_memory_update() local
464 tlb_token = sunfb->tme_sunfb_tlb_token; in tme_sunfb_memory_update()
465 if (tlb_token != NULL) { in tme_sunfb_memory_update()
466 tme_token_invalidate(tlb_token); in tme_sunfb_memory_update()
971 struct tme_token *tlb_token; in _tme_sunfb_tlb_fill() local
1028 tlb_token = tlb->tme_bus_tlb_token; in _tme_sunfb_tlb_fill()
1033 if (tlb_token_other != tlb_token) { in _tme_sunfb_tlb_fill()
1041 sunfb->tme_sunfb_tlb_token = tlb_token; in _tme_sunfb_tlb_fill()