Searched refs:model (Results 51 - 75 of 292) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/arm/marvell/
H A Dkirkwood.c209 uint16_t model; local
213 model = mvsoc_model();
214 if (model == MARVELL_KIRKWOOD_88F6281)
221 if (model == MARVELL_KIRKWOOD_88F6180) {
H A Dmvsoc.c137 uint16_t model; member in struct:__anon5714
191 int model; member in struct:mvsoc_periph
391 uint16_t model; local
406 model = mvsoc_model();
409 if (nametbl[i].model == model && nametbl[i].rev == rev)
412 panic("unknown SoC: model 0x%04x, rev 0x%02x", model, rev);
430 if (mvsoc_periphs[i].model != model)
536 uint16_t model; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libsim/
H A DMakefile12 corefile.c model.c spreg.c cpu.c interrupts.c events.c cap.c device.c \
57 -n model.h -hm tmp-model.h \
58 -n model.c -m tmp-model.c \
62 itable.h itable.c model.h model.c support.h support.c
63 IGENSRCS= igen.c table.c lf.c misc.c filter_host.c ld-decode.c ld-cache.c filter.c ld-insn.c gen-model.c gen-itable.c gen-icache.c gen-semantics.c gen-idecode.c gen-support.c
80 ${MIC} tmp-model.h model
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Daorsmul_1.asm26 C P6 model 0-8,10-12)
27 C P6 model 9 (Banias)
28 C P6 model 13 (Dothan)
29 C P4 model 0 (Willamette)
30 C P4 model 1 (?)
31 C P4 model 2 (Northwood)
32 C P4 model 3 (Prescott)
33 C P4 model 4 (Nocona)
H A Dmul_1.asm26 C P6 model 0-8,10-12)
27 C P6 model 9 (Banias)
28 C P6 model 13 (Dothan)
29 C P4 model 0 (Willamette)
30 C P4 model 1 (?)
31 C P4 model 2 (Northwood)
32 C P4 model 3 (Prescott)
33 C P4 model 4 (Nocona)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mips/
H A DMakefile.in127 model.h \
128 model.c \
158 -n model.h -hm tmp-model.h \
159 -n model.c -m tmp-model.c \
173 $(SHELL) $(srcdir)/../../move-if-change tmp-model.h model.h
174 $(SHELL) $(srcdir)/../../move-if-change tmp-model.c model
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-model.h1 /* Architecture, machine, and model support.
24 in the v8 mach, model = one of supersparc, etc.
92 const struct model *models;
99 /* Called by sim_model_set when the model of a cpu is set. */
109 /* A model (implementation) of a machine. */
111 typedef struct model { struct
116 /* An enum that distinguished the model. */
119 /* Pointer to timing table for this model. */
H A Dsim-cpu.h105 /* Machine tables for this cpu. See sim-model.h. */
108 /* The selected model. */
109 const MODEL *model; member in struct:__anon1343
110 #define CPU_MODEL(cpu) ((cpu)->base.model)
/netbsd-6-1-5-RELEASE/sys/dev/ofisa/
H A Dif_cs_ofisa.c101 char *model = NULL; local
221 n = OF_getproplen(aa->oba.oba_phandle, "model");
223 model = alloca(n);
224 if (OF_getprop(aa->oba.oba_phandle, "model", model, n) != n)
225 model = NULL; /* Safe; alloca is on-stack */
227 if (model != NULL)
228 printf(": %s\n", model);
/netbsd-6-1-5-RELEASE/sys/arch/macppc/stand/ofwboot/
H A Dboot.c226 char model[32]; local
228 memset(model, 0, sizeof model);
229 OF_getprop(openprom, "model", model, sizeof model);
230 for (cp = model; *cp; cp++)
/netbsd-6-1-5-RELEASE/usr.sbin/cpuctl/arch/
H A Di386.c662 switch (CPUID2MODEL(ci->ci_signature)) { /* model */
727 u_int model = CPUID2MODEL(ci->ci_signature); local
746 if (model < 0x9 || (model == 0x9 && stepping < 3))
763 int model = CPUID2MODEL(ci->ci_signature); local
767 if (model == 5) {
784 } else if (model == 6) {
791 } else if (model == 7) {
801 } else if (model >= 8) {
842 int extfamily, extmodel, model; local
1240 int modif, family, model, ext_model; local
1631 int family, model; local
1845 int family, model, stepping; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/frv/
H A DMakefile.in21 FRV_OBJS = frv.o cpu.o decode.o sem.o model.o mloop.o cgen-par.o
31 sim-model.o \
103 model.o: model.c $(FRVBF_INCLUDE_DEPS)
130 cpu.h sem.c model.c decode.c decode.h: $(CGEN_MAINT) stamp-cpu
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dwzero3_kbd.c238 const struct wzero3kbd_model *model; local
240 for (model = wzero3kbd_table; model->platid != NULL; model++) {
241 if (platid_match(&platid, model->platid)) {
242 return model;
265 const struct wzero3kbd_model *model; local
269 model = wzero3kbd_lookup();
270 if (model == NULL) {
271 aprint_error(": unknown model\
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/mmx/
H A Dpopham.asm25 C P3 model 9 (Banias) ? ?
26 C P3 model 13 (Dothan) 6 6
27 C P4 model 0 (Willamette)
28 C P4 model 1 (?)
29 C P4 model 2 (Northwood) 8 9
30 C P4 model 3 (Prescott) 8 9
31 C P4 model 4 (Nocona)
/netbsd-6-1-5-RELEASE/usr.sbin/mlxctl/
H A Dcmds.c186 const char *model; local
190 model = NULL; /* XXXGCC -Wuninitialized */
194 model = mlx_ctlr_names[i].name;
199 snprintf(buf, sizeof(buf), " model 0x%x", ci.ci_hardware_id);
200 model = buf;
204 model, ci.ci_nchan,
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Dsio16.c130 char *mode, *model; local
195 model = prom_getpropstring(sa->sa_node, "model");
196 if (model == 0) {
197 printf(", no model property, bailing\n");
202 if (strcmp(model, "1600se") == 0) {
206 printf(", don't know model %s, bailing\n", model);
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Didentcpu.c106 int family, model; local
111 model = CPUID2MODEL(ci->ci_signature);
114 * K5 model 0 has none of this info.
116 if (family == 5 && model == 0)
124 model += CPUID2EXTMODEL(ci->ci_signature);
146 if ((family == 5 && model >= 9) || family >= 6) {
317 * model device is detected. Ideally, this work-around should not
414 u_int family, model, stepping, descs[4], lfunc, msr; local
422 model = CPUID2MODEL(ci->ci_signature);
435 if (family > 6 || model >
[all...]
H A Dviac7temp.c65 uint32_t family, model; local
74 model = CPUID2MODEL(ci->ci_signature);
77 if (family != 0x06 || model < 0x09)
/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Dcpu.c120 int number, revision, model, family, archrev; local
133 model = (tmp >> 16) & 0xff;
145 switch (model) {
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Daddmul_1.asm28 C P6 model 0-8,10-12) -
29 C P6 model 9 (Banias) ?
30 C P6 model 13 (Dothan) 5.24
31 C P4 model 0-1 (Willamette): 5
32 C P4 model 2 (Northwood): 5
33 C P4 model 3-4 (Prescott): 5
H A Dmul_1.asm28 C P6 model 0-8,10-12) -
29 C P6 model 9 (Banias) ?
30 C P6 model 13 (Dothan) 4.17
31 C P4 model 0-1 (Willamette): 4
32 C P4 model 2 (Northwood): 4
33 C P4 model 3-4 (Prescott): 4.55
H A Dpopcount.asm27 C P6 model 0-8,10-12) -
28 C P6 model 9 (Banias) ?
29 C P6 model 13 (Dothan) 4
30 C P4 model 0 (Willamette) ?
31 C P4 model 1 (?) ?
32 C P4 model 2 (Northwood) 3.9
33 C P4 model 3 (Prescott) ?
34 C P4 model 4 (Nocona) ?
41 C P4 model 4 (Nocona): 8
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddec_3000_300.c80 if ((platform.model = alpha_dsr_sysname()) == NULL) {
82 if ((platform.model = alpha_variation_name(variation,
84 platform.model = alpha_unknown_sysname();
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/
H A Dtlsd.s21 ! Dynamic TLS model, foo not known to be in the current object
35 ! Dynamic TLS model, bar and baz known to be in the current object
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Debus.c155 const char *model; member in struct:msiiep_known_ebus_wiring
211 char *model; local
219 model = prom_getpropstringA(prom_findroot(), "model",
221 if (model == NULL)
222 panic("ebus_init_wiring_table: no \"model\" property");
224 for (p = known_models; p->model != NULL; ++p)
225 if (strcmp(model, p->model) == 0) {
232 panic("ebus_init_wiring_table: unknown model
[all...]

Completed in 304 milliseconds

1234567891011>>