Home
last modified time | relevance | path

Searched refs:sun4v_chip_type (Results 1 – 12 of 12) sorted by relevance

/arch/sparc/kernel/
Dsetup_64.c498 if (sun4v_chip_type == SUN4V_CHIP_NIAGARA1 || in init_sparc64_elf_hwcap()
499 sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || in init_sparc64_elf_hwcap()
500 sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || in init_sparc64_elf_hwcap()
501 sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || in init_sparc64_elf_hwcap()
502 sun4v_chip_type == SUN4V_CHIP_NIAGARA5 || in init_sparc64_elf_hwcap()
503 sun4v_chip_type == SUN4V_CHIP_SPARC_M6 || in init_sparc64_elf_hwcap()
504 sun4v_chip_type == SUN4V_CHIP_SPARC_M7 || in init_sparc64_elf_hwcap()
505 sun4v_chip_type == SUN4V_CHIP_SPARC64X) in init_sparc64_elf_hwcap()
507 if (sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || in init_sparc64_elf_hwcap()
508 sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || in init_sparc64_elf_hwcap()
[all …]
Dsparc_ksyms_64.c32 EXPORT_SYMBOL(sun4v_chip_type);
Dpcr.c230 switch (sun4v_chip_type) { in register_perf_hsvc()
281 switch (sun4v_chip_type) { in setup_sun4v_pcr_ops()
Dhead_64.S106 .globl is_sun4v, sun4v_chip_type, prom_set_trap_table_name
159 sun4v_chip_type: label
469 5: sethi %hi(sun4v_chip_type), %g2
470 or %g2, %lo(sun4v_chip_type), %g2
574 sethi %hi(sun4v_chip_type), %g1
575 lduw [%g1 + %lo(sun4v_chip_type)], %g1
Dcpu.c466 switch (sun4v_chip_type) { in sun4v_cpu_probe()
Dcpumap.c323 switch (sun4v_chip_type) { in iterate_cpu()
Dprocess_64.c324 sun4v_chip_type >= SUN4V_CHIP_NIAGARA4) in __global_pmu_self()
Dirq_64.c188 switch (sun4v_chip_type) { in size_nr_ivec()
Dsmp_64.c1004 sun4v_chip_type >= SUN4V_CHIP_NIAGARA4) in smp_fetch_global_pmu()
/arch/sparc/include/asm/
Dxor_64.h67 (sun4v_chip_type == SUN4V_CHIP_NIAGARA1 || \
68 sun4v_chip_type == SUN4V_CHIP_NIAGARA2 || \
69 sun4v_chip_type == SUN4V_CHIP_NIAGARA3 || \
70 sun4v_chip_type == SUN4V_CHIP_NIAGARA4 || \
71 sun4v_chip_type == SUN4V_CHIP_NIAGARA5)) ? \
Dspitfire.h64 extern int sun4v_chip_type;
/arch/sparc/mm/
Dinit_64.c1676 switch (sun4v_chip_type) { in setup_page_offset()