Home
last modified time | relevance | path

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

/dports/emulators/tme/tme-0.8/ic/sparc/
H A Dsparc-execute.c66 const tme_shared tme_uint8_t *emulator_off; in _TME_SPARC_EXECUTE_NAME() local
484 emulator_off = in _TME_SPARC_EXECUTE_NAME()
500 assert (emulator_off != TME_EMULATOR_OFF_UNDEF); in _TME_SPARC_EXECUTE_NAME()
508 if (__tme_predict_true(emulator_off == itlb_current->tme_sparc_tlb_emulator_off_read)) { in _TME_SPARC_EXECUTE_NAME()
548 assert ((emulator_off + pc) == ic->tme_sparc_memory_buffer.tme_sparc_memory_buffer8s); in _TME_SPARC_EXECUTE_NAME()
H A Dsparc-vis-auto.sh328 tme_shared tme_uint8_t *emulator_off;
413 emulator_off = tlb->tme_sparc_tlb_emulator_off_write;
416 && emulator_off != TME_EMULATOR_OFF_UNDEF
417 && emulator_off == tlb->tme_sparc_tlb_emulator_off_read)) {
420 memory = (tme_shared tme_uint${size}_t *) (emulator_off + address);
H A Dsparc-vis-auto.c610 tme_shared tme_uint8_t *emulator_off; in _tme_sparc64_vis_ls_cycle_pstd() local
695 emulator_off = tlb->tme_sparc_tlb_emulator_off_write; in _tme_sparc64_vis_ls_cycle_pstd()
698 && emulator_off != TME_EMULATOR_OFF_UNDEF in _tme_sparc64_vis_ls_cycle_pstd()
699 && emulator_off == tlb->tme_sparc_tlb_emulator_off_read)) { in _tme_sparc64_vis_ls_cycle_pstd()
702 memory = (tme_shared tme_uint64_t *) (emulator_off + address); in _tme_sparc64_vis_ls_cycle_pstd()
H A Dsparc-insns-auto.c4336 const tme_shared tme_uint8_t *emulator_off; in tme_sparc32_ls() local
4669 emulator_off = tlb->tme_sparc_tlb_emulator_off_read; in tme_sparc32_ls()
4671 emulator_off = tlb->tme_sparc_tlb_emulator_off_write; in tme_sparc32_ls()
4673 if (__tme_predict_true(emulator_off != TME_EMULATOR_OFF_UNDEF in tme_sparc32_ls()
4675 || emulator_off == tlb->tme_sparc_tlb_emulator_off_write))) { in tme_sparc32_ls()
4679 return ((tme_shared tme_uint8_t *) emulator_off); in tme_sparc32_ls()
11107 const tme_shared tme_uint8_t *emulator_off; in tme_sparc64_ls() local
11525 emulator_off = tlb->tme_sparc_tlb_emulator_off_read; in tme_sparc64_ls()
11527 emulator_off = tlb->tme_sparc_tlb_emulator_off_write; in tme_sparc64_ls()
11529 if (__tme_predict_true(emulator_off != TME_EMULATOR_OFF_UNDEF in tme_sparc64_ls()
[all …]
/dports/emulators/tme/tme-0.8/bus/multibus/
H A Dsun-sc.c414 tme_uint8_t *emulator_off; in _tme_sun_sc_callout() local
609 emulator_off in _tme_sun_sc_callout()
615 if (emulator_off in _tme_sun_sc_callout()
621 = emulator_off + address; in _tme_sun_sc_callout()
642 = emulator_off + address; in _tme_sun_sc_callout()