Home
last modified time | relevance | path

Searched full:sun4d (Results 1 – 20 of 20) sorted by relevance

/linux/arch/sparc/kernel/
H A Dsetup_32.c184 unsigned int sun4d[3]; member
206 case sun4d: in per_cpu_patch()
207 insns = &p->sun4d[0]; in per_cpu_patch()
270 if (!strcmp(&cputypval[0], "sun4d")) in sparc32_start_kernel()
271 sparc_cpu_model = sun4d; in sparc32_start_kernel()
303 case sun4d: in setup_arch()
304 pr_info("ARCH: SUN4D\n"); in setup_arch()
H A Dsmp_32.c94 case sun4d: in smp_cpus_done()
198 case sun4d: in smp_prepare_cpus()
261 case sun4d: in __cpu_up()
298 case sun4d: in arch_cpu_pre_starting()
325 case sun4d: in arch_cpu_pre_online()
H A Dirq.h21 * the sun4d hw identifiers.
97 /* All SUN4D IPIs are sent on this IRQ, may be shared with hard IRQs */
H A Dauxio_32.c37 case sun4d: in auxio_probe()
98 case sun4d: in set_auxio()
H A Dsun4d_irq.c25 /* Sun4d interrupts fall roughly into two categories. SBUS and
83 * (plus one), the SBUS level, and the SBUS slot number. Sun4D
241 .name = "sun4d",
H A Didprom.c37 /* One entry for the OBP arch's which are sun4d, sun4e, and newer sun4m's */
H A Ddevices.c29 if (sparc_cpu_model == sun4d) in cpu_mid_prop()
H A Dsun4d_smp.c192 /* Initialize IPIs on the SUN4D SMP machine */
/linux/arch/sparc/include/asm/
H A Dmachines.h40 * 1) You either have a sun4d, a sun4e, or a recently made sun4m.
47 /* Sun4d machines -- N/A */
H A Dio-unit.h2 /* io-unit.h: Definitions for the sun4d IO-UNIT.
33 /* XXX Jakub, find out how to program SBUS streaming cache on XDBUS/sun4d.
H A Dio_32.h141 return 0; /* actually, sparc_cpu_model==sun4d */ in sbus_can_dma_64bit()
145 return 0; /* actually, sparc_cpu_model==sun4d */ in sbus_can_burst64()
H A Dirq_32.h11 * sun4d boxes (ss2000e) should be OK with ~32.
H A Dcpu_type.h10 sun4d = 0x01, enumerator
H A Dwinmacro.h114 /* SUN4D implementation. */ \
H A Doplib_32.h23 PROM_V3, /* sun4m and later, up to sun4d/sun4e machines V3 */
/linux/arch/m68k/include/asm/
H A Dmachines.h75 * 1) You either have a sun4d, a sun4e, or a recently made sun4m.
82 /* Sun4d machines -- N/A */
H A Doplib.h23 PROM_V3, /* sun4m and later, up to sun4d/sun4e machines V3 */
/linux/arch/sparc/mm/
H A Dio-unit.c49 prom_printf("SUN4D: Cannot alloc iounit, halting.\n"); in iounit_iommu_init()
62 prom_printf("SUN4D: Cannot map External Page Table."); in iounit_iommu_init()
/linux/arch/m68k/sun3/
H A Didprom.c59 /* One entry for the OBP arch's which are sun4d, sun4e, and newer sun4m's */
/linux/drivers/net/ethernet/amd/
H A Dsunlance.c59 * 12/27/97: Added sun4d support. (jj@sunsite.mff.cuni.cz)