/linux-4.4.14/arch/sparc/include/asm/ |
H A D | cpu_type.h | 9 sun4d = 0x01, enumerator in enum:sparc_cpu
|
H A D | irq_32.h | 10 * sun4d boxes (ss2000e) should be OK with ~32.
|
H A D | setup.h | 15 * Only sun4d + leon may have boot_cpu_id != 0
|
H A D | io-unit.h | 1 /* io-unit.h: Definitions for the sun4d IO-UNIT. 32 /* XXX Jakub, find out how to program SBUS streaming cache on XDBUS/sun4d.
|
H A D | io_32.h | 155 return 0; /* actually, sparc_cpu_model==sun4d */ sbus_can_dma_64bit() 159 return 0; /* actually, sparc_cpu_model==sun4d */ sbus_can_burst64()
|
H A D | machines.h | 39 * 1) You either have a sun4d, a sun4e, or a recently made sun4m.
|
H A D | sbi.h | 2 * sbi.h: SBI (Sbus Interface on sun4d) definitions
|
H A D | pgtable_32.h | 331 * This shortcut works on sun4m (and sun4d) because the nocache area is static. 376 case sun4d: __get_phys() 388 case sun4d: __get_iospace()
|
H A D | obio.h | 2 * obio.h: Some useful locations in 0xFXXXXXXXX PA obio space on sun4d.
|
H A D | oplib_32.h | 22 PROM_V3, /* sun4m and later, up to sun4d/sun4e machines V3 */
|
H A D | viking.h | 64 * to either an GNU/MBUS (sun4m) or the packet-switched GNU/XBus (sun4d).
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | setup_32.c | 198 unsigned int sun4d[3]; member in struct:cpuid_patch_entry 220 case sun4d: per_cpu_patch() 221 insns = &p->sun4d[0]; per_cpu_patch() 285 if (!strcmp(&cputypval[0], "sun4d")) sparc32_start_kernel() 286 sparc_cpu_model = sun4d; sparc32_start_kernel() 319 case sun4d: setup_arch()
|
H A D | smp_32.c | 95 case sun4d: 204 case sun4d: smp_prepare_cpus() 267 case sun4d: __cpu_up() 304 case sun4d: arch_cpu_pre_starting() 331 case sun4d: arch_cpu_pre_online()
|
H A D | auxio_32.c | 37 case sun4d: auxio_probe() 98 case sun4d: set_auxio()
|
H A D | idprom.c | 35 /* One entry for the OBP arch's which are sun4d, sun4e, and newer sun4m's */
|
H A D | irq.h | 20 * the sun4d hw identifiers.
|
H A D | devices.c | 28 if (sparc_cpu_model == sun4d) cpu_mid_prop()
|
H A D | irq_32.c | 349 case sun4d: init_IRQ()
|
H A D | sun4d_irq.c | 240 .name = "sun4d",
|
H A D | leon_kernel.c | 431 * LEON never must take, sun4d and LEON overwrites the branch leon_init_timers()
|
H A D | head_32.S | 396 * sun4d => sun4d
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | machines.h | 74 * 1) You either have a sun4d, a sun4e, or a recently made sun4m.
|
H A D | oplib.h | 20 PROM_V3, /* sun4m and later, up to sun4d/sun4e machines V3 */
|
/linux-4.4.14/arch/m68k/sun3/ |
H A D | idprom.c | 56 /* One entry for the OBP arch's which are sun4d, sun4e, and newer sun4m's */
|
/linux-4.4.14/arch/sparc/mm/ |
H A D | srmmu.c | 883 if (sparc_cpu_model == sun4d) srmmu_paging_init() 1457 /* On sun4d the cpu broadcasts local TLB flushes, so we can just 1459 * But, unfortunately, there is a bug in the sun4d XBUS backplane 1519 if (sparc_cpu_model == sun4d) init_viking() 1772 /* Load up routines and constants for sun4m and sun4d mmu */ load_mmu() 1782 if (sparc_cpu_model == sun4d || sparc_cpu_model == sparc_leon) { load_mmu() 1806 if (sparc_cpu_model == sun4d) load_mmu() 1811 if (sparc_cpu_model == sun4d) load_mmu()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
H A D | sunlance.c | 58 * 12/27/97: Added sun4d support. (jj@sunsite.mff.cuni.cz)
|