Home
last modified time | relevance | path

Searched defs:sun4 (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/tme/tme-0.8/machine/sun4/
H A Dsun44c-cache.c75 #define _tme_sun44c_cache_tlb_fill_next(sun4) \ argument
82 _tme_sun44c_cache_tag(struct tme_sun4 *sun4, in _tme_sun44c_cache_tag()
111 struct tme_sun4 *sun4; in _tme_sun44c_cache_actions() local
258 struct tme_sun4 *sun4; in _tme_sun4_cache_tlb_internal_fill() local
341 _tme_sun44c_cache_line_flush(struct tme_sun4 *sun4, in _tme_sun44c_cache_line_flush()
360 struct tme_sun4 *sun4; in _tme_sun44c_cache_cycle_bus() local
602 struct tme_sun4 *sun4; in _tme_sun44c_tlb_fill_cache() local
672 _tme_sun44c_cache_enable_change(struct tme_sun4 *sun4) in _tme_sun44c_cache_enable_change()
709 _tme_sun44c_cache_cycle_control(struct tme_sun4 *sun4, in _tme_sun44c_cache_cycle_control()
805 _tme_sun44c_cache_cycle_flush(struct tme_sun4 *sun4, in _tme_sun44c_cache_cycle_flush()
[all …]
H A Dsun4-mainbus.c48 _tme_sun4_ipl_check(struct tme_sun4 *sun4) in _tme_sun4_ipl_check()
125 struct tme_sun4 *sun4; in _tme_sun4_bus_signal() local
191 struct tme_sun4 *sun4; in _tme_sun4_bus_intack() local
247 _tme_sun4_reset(struct tme_sun4 *sun4, int soft) in _tme_sun4_reset()
296 struct tme_sun4 *sun4; in _tme_sun4_command() local
392 struct tme_sun4 *sun4; in _tme_sun4_connection_score() local
438 struct tme_sun4 *sun4; in _tme_sun4_connection_make() local
489 struct tme_sun4 *sun4; in _tme_sun4_connections_new() local
693 struct tme_sun4 *sun4; in TME_ELEMENT_NEW_DECL() local
H A Dsun4-timer.c58 _tme_sun4_timer_callout(struct tme_sun4 *sun4) in _tme_sun4_timer_callout()
129 _tme_sun4_timer_int_force(struct tme_sun4 *sun4, in _tme_sun4_timer_int_force()
276 struct tme_sun4 *sun4; in _tme_sun4_timer_th() local
307 struct tme_sun4 *sun4; in _tme_sun4_timer_cycle_control() local
468 _tme_sun4_timer_new(struct tme_sun4 *sun4) in _tme_sun4_timer_new()
H A Dsun44c-memerr.c44 _tme_sun44c_memerr_callout(struct tme_sun4 *sun4) in _tme_sun44c_memerr_callout()
93 _tme_sun44c_memerr_update(struct tme_sun4 *sun4, in _tme_sun44c_memerr_update()
186 struct tme_sun4 *sun4; in _tme_sun44c_memerr_check() local
252 struct tme_sun4 *sun4; in _tme_sun44c_memerr_cycle_control() local
460 struct tme_sun4 *sun4; in _tme_sun44c_memerr_cycle_bus() local
629 struct tme_sun4 *sun4; in _tme_sun44c_tlb_fill_memerr() local
H A Dsun44c-mmu.c96 _tme_sun44c_buserr_log(struct tme_sun4 *sun4, in _tme_sun44c_buserr_log()
197 struct tme_sun4 *sun4; in _tme_sun44c_buserr_common() local
478 struct tme_sun4 *sun4; in _tme_sun44c_tlb_fill_mmu() local
594 struct tme_sun4 *sun4; in _tme_sun44c_tlb_fill_sparc() local
685 struct tme_sun4 *sun4; in _tme_sun44c_tlb_fill_bus() local
839 struct tme_sun4 *sun4; in _tme_sun44c_tlb_fill_pte() local
975 _tme_sun44c_mmu_pte_set(struct tme_sun4 *sun4, tme_uint32_t address, tme_uint32_t pte_sun44c) in _tme_sun44c_mmu_pte_set()
1061 _tme_sun44c_mmu_sdvma_change(struct tme_sun4 *sun4) in _tme_sun44c_mmu_sdvma_change()
1077 _tme_sun44c_mmu_context_set(struct tme_sun4 *sun4) in _tme_sun44c_mmu_context_set()
1131 struct tme_sun4 *sun4; in _tme_sun44c_mmu_tlb_set_add() local
[all …]
H A Dsun44c-control.c47 struct tme_sun4 *sun4; in _tme_sun44c_control_cycle_handler() local
404 struct tme_sun4 *sun4; in _tme_sun44c_intreg_cycle_control() local
482 struct tme_sun4 *sun4; in _tme_sun4c_auxreg_cycle_control() local
H A Dsun4-impl.h201 #define TME_SUN4_IS_ARCH(sun4, arch) \ argument
203 #define TME_SUN4_IS_MODEL(sun4, model) \ argument
205 #define TME_SUN4_IS_SUN4(sun4) TME_SUN4_IS_ARCH(sun4, TME_SUN_IDPROM_TYPE_ARCH_SUN4) argument
206 #define TME_SUN4_IS_SUN4C(sun4) TME_SUN4_IS_ARCH(sun4, TME_SUN_IDPROM_TYPE_ARCH_SUN4C) argument
207 #define TME_SUN4_IS_SUN44C(sun4) TRUE argument
208 #define TME_SUN4_IS_SUN4M(sun4) FALSE argument
209 #define TME_SUN4_IS_SUN4C4M(sun4) (TME_SUN4_IS_SUN4C(sun4) || TME_SUN4_IS_SUN4M(sun4)) argument
212 #define TME_SUN44C_BUS_MMU_CONTEXT(sun4, conn_bus) ((sun4)->tme_sun44c_context) argument
218 #define TME_SUN44C_MEMERR_VISIBLE(sun4) \ argument
224 #define TME_SUN4_LOG_HANDLE(sun4) (&(sun4)->tme_sun4_element->tme_element_log_handle) argument
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dsun4.cpp828 static INPUT_PORTS_START( sun4 ) in INPUT_PORTS_START() argument
1438 void sun4_state::sun4(machine_config &config) in sun4() function in sun4_state
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dsun4.cpp828 static INPUT_PORTS_START( sun4 ) in INPUT_PORTS_START() argument
1438 void sun4_state::sun4(machine_config &config) in sun4() function in sun4_state