Searched refs:CPU_SUN4M (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dcpuconf.h56 #define CPU_SUN4M 2 macro
117 # define CPU_ISSUN4M (cputyp == CPU_SUN4M)
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dparam.h230 #define CPU_SUN4M 2 macro
/netbsd-6-1-5-RELEASE/lib/libkvm/
H A Dkvm_sparc.c77 #define VA_VPG(va) ((cputyp == CPU_SUN4C || cputyp == CPU_SUN4M) \
136 case CPU_SUN4M:
166 case CPU_SUN4M:
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dcpu.c1957 { CPU_SUN4M, 0, 4, 0, 4, "MB86904", &module_swift },
1958 { CPU_SUN4M, 0, 5, 0, 5, "MB86907", &module_turbosparc },
1959 { CPU_SUN4M, 1, 1, 1, 0, "CY7C601/604", &module_cypress },
1960 { CPU_SUN4M, 1, 1, 1, 0xb, "CY7C601/605 (v.b)", &module_cypress },
1961 { CPU_SUN4M, 1, 1, 1, 0xc, "CY7C601/605 (v.c)", &module_cypress },
1962 { CPU_SUN4M, 1, 1, 1, 0xf, "CY7C601/605 (v.f)", &module_cypress },
1963 { CPU_SUN4M, 1, 3, 1, ANY, "CY7C611", &module_cypress },
1964 { CPU_SUN4M, 1, 0xe, 1, 7, "RT620/625", &module_hypersparc },
1965 { CPU_SUN4M, 1, 0xf, 1, 7, "RT620/625", &module_hypersparc },
1966 { CPU_SUN4M,
[all...]
H A Dbsd_fdintr.s67 cmp %l5, CPU_SUN4M; \
113 cmp %l5, CPU_SUN4M; \
122 cmp %l5, CPU_SUN4M; \
H A Damd7930intr.s115 cmp %l5, CPU_SUN4M; \
H A Dpromlib.c1309 * and the CPU type is either CPU_SUN4, CPU_SUN4C or CPU_SUN4M.
1312 if (cputyp == CPU_SUN4 || cputyp == CPU_SUN4M)
1326 cputyp = CPU_SUN4M;
H A Dlocore.s190 * the value CPU_SUN4, CPU_SUN4C, or CPU_SUN4M.
4010 mov CPU_SUN4M, %g4
4179 cmp %g4, CPU_SUN4M
4371 cmp %g4, CPU_SUN4M
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/common/
H A Dsrt0.S158 mov CPU_SUN4M, %g4

Completed in 162 milliseconds