Home
last modified time | relevance | path

Searched refs:tlb_hash (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/tme/tme-0.8/ic/sparc/
H A Dsparc-rc-chain.c58 tme_uint32_t tlb_hash; in _tme_sparc_recode_chain_src_key() local
68 tlb_hash in _tme_sparc_recode_chain_src_key()
72 itlb = &ic->tme_sparc_tlbs[TME_SPARC_ITLB_ENTRY(ic, tlb_hash)]; in _tme_sparc_recode_chain_src_key()
H A Dsparc-misc.c1636 tme_uint32_t tlb_hash; in tme_sparc_insn_peek() local
1657 tlb_hash = TME_SPARC_TLB_HASH(ic, ic->tme_sparc_memory_context_default, pc); in tme_sparc_insn_peek()
1658 itlb = &ic->tme_sparc_tlbs[TME_SPARC_ITLB_ENTRY(ic, tlb_hash)]; in tme_sparc_insn_peek()
1917 tme_uint32_t tlb_hash;
1932 tlb_hash = TME_SPARC_TLB_HASH(ic, ic->tme_sparc_memory_context_default, address_display);
1933 dtlb = &ic->tme_sparc_tlbs[TME_SPARC_DTLB_ENTRY(ic, tlb_hash)];
H A Dsparc-execute.c65 tme_uint32_t tlb_hash; in _TME_SPARC_EXECUTE_NAME() local
450 tlb_hash = TME_SPARC_TLB_HASH(ic, ic->tme_sparc_memory_context_default, pc); in _TME_SPARC_EXECUTE_NAME()
451 itlb_current = &ic->tme_sparc_tlbs[TME_SPARC_ITLB_ENTRY(ic, tlb_hash)]; in _TME_SPARC_EXECUTE_NAME()
H A Dsparc-impl.h411 #define TME_SPARC_DTLB_ENTRY(ic, tlb_hash) \ argument
412 (((tlb_hash) % _TME_SPARC_DTLB_HASH_SIZE) \
419 #define TME_SPARC_ITLB_ENTRY(ic, tlb_hash) \ argument
421 + ((tlb_hash) % _TME_SPARC_ITLB_HASH_SIZE) \
H A Dsparc-insns-auto.c4327 tme_uint32_t tlb_hash; in tme_sparc32_ls() local
4426 tlb_hash = TME_SPARC_TLB_HASH(ic, context, address_first); in tme_sparc32_ls()
4428 tlb_i = TME_SPARC_ITLB_ENTRY(ic, tlb_hash); in tme_sparc32_ls()
4431 tlb_i = TME_SPARC_DTLB_ENTRY(ic, tlb_hash); in tme_sparc32_ls()
4467 tlb_hash = TME_SPARC_TLB_HASH(ic, context, address_first); in tme_sparc32_ls()
4468 tlb_i = TME_SPARC_DTLB_ENTRY(ic, tlb_hash); in tme_sparc32_ls()
11098 tme_uint32_t tlb_hash; in tme_sparc64_ls() local
11226 tlb_hash = TME_SPARC_TLB_HASH(ic, context, address_first); in tme_sparc64_ls()
11228 tlb_i = TME_SPARC_ITLB_ENTRY(ic, tlb_hash); in tme_sparc64_ls()
11231 tlb_i = TME_SPARC_DTLB_ENTRY(ic, tlb_hash); in tme_sparc64_ls()
[all …]