Home
last modified time | relevance | path

Searched refs:model (Results 1 – 25 of 937) sorted by relevance

12345678910>>...38

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dgcc-auto-profile38 model*:\ 55|\
39 model*:\ 77|\
40 model*:\ 76|\
41 model*:\ 92|\
42 model*:\ 95|\
43 model*:\ 87|\
44 model*:\ 133|\
45 model*:\ 122) E="cpu/event=0xC4,umask=0xFE/p$FLAGS" ;;
46 model*:\ 42|\
47 model*:\ 45|\
[all …]
/netbsd/src/sys/dev/mii/
Dmiidevs135 model AGERE ET1011 0x0001 ET1011 10/100/1000baseT PHY
136 model AGERE ET1011C 0x0004 ET1011C 10/100/1000baseT PHY
139 model xxASIX AX88X9X 0x0031 Ax88x9x internal PHY
140 model yyASIX AX88772 0x0001 AX88772 internal PHY
141 model yyASIX AX88772A 0x0006 AX88772A internal PHY
142 model yyASIX AX88772B 0x0008 AX88772B internal PHY
145 /* Don't know the model for ACXXX */
146 model ALTIMA ACXXX 0x0001 ACXXX 10/100 media interface
147 model ALTIMA AC101L 0x0012 AC101L 10/100 media interface
148 model ALTIMA AC101 0x0021 AC101 10/100 media interface
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-model.c66 const SIM_MODEL *model = sim_model_lookup (sd, arg); in model_option_handler() local
67 if (! model) in model_option_handler()
73 sim_model_set (sd, cpu, model); in model_option_handler()
80 const SIM_MODEL *model; in model_option_handler() local
92 for (model = MACH_MODELS (*machp); MODEL_NAME (model) != NULL; in model_option_handler()
93 ++model) in model_option_handler()
94 sim_io_printf (sd, " %s", MODEL_NAME (model)); in model_option_handler()
118 model_set (sim_cpu *cpu, const SIM_MODEL *model) in model_set() argument
120 CPU_MACH (cpu) = MODEL_MACH (model); in model_set()
121 CPU_MODEL (cpu) = model; in model_set()
[all …]
/netbsd/src/external/lgpl3/gmp/dist/
Dconfig.guess299 exact_cpu=`(sysctl hw.model) 2>/dev/null | sed -n 's/^.*\(680[012346]0\).*$/m\1/p'`
841 int family, model;
852 model = ((fms >> 4) & 0xf) + ((fms >> 12) & 0xf0);
867 if (model == 4 || model == 8) modelstr = "pentiummmx";
871 if (model <= 1) modelstr = "pentiumpro";
872 else if (model <= 6) modelstr = "pentium2";
873 else if (model <= 8) modelstr = "pentium3";
874 else if (model <= 9) modelstr = "pentiumm";
875 else if (model <= 0x0c) modelstr = "pentium3";
876 else if (model <= 0x0e) modelstr = "pentiumm";
[all …]
/netbsd/src/external/mit/expat/dist/examples/
Delement_declarations.c61 const XML_Content *model; member
67 stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) { in stackPushMalloc() argument
72 newStackTop->model = model; in stackPushMalloc()
122 dumpContentModelElement(const XML_Content *model, unsigned level, in dumpContentModelElement() argument
131 printf("[%u] type=%s(%u), quant=%s(%u)", (unsigned)(model - root), in dumpContentModelElement()
132 contentTypeName(model->type), (unsigned int)model->type, in dumpContentModelElement()
133 contentQuantName(model->quant), (unsigned int)model->quant); in dumpContentModelElement()
134 if (model->name) { in dumpContentModelElement()
135 printf(", name=\"%" XML_FMT_STR "\"", model->name); in dumpContentModelElement()
139 printf(", numchildren=%u", model->numchildren); in dumpContentModelElement()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmemmodel.h69 is_mm_relaxed (enum memmodel model) in is_mm_relaxed() argument
71 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_RELAXED; in is_mm_relaxed()
76 is_mm_consume (enum memmodel model) in is_mm_consume() argument
78 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_CONSUME; in is_mm_consume()
83 is_mm_acquire (enum memmodel model) in is_mm_acquire() argument
85 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_ACQUIRE; in is_mm_acquire()
90 is_mm_release (enum memmodel model) in is_mm_release() argument
92 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_RELEASE; in is_mm_release()
97 is_mm_acq_rel (enum memmodel model) in is_mm_acq_rel() argument
99 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_ACQ_REL; in is_mm_acq_rel()
[all …]
/netbsd/src/sys/dev/spi/
Dmcp3k.c190 struct mcp3kadc_model *model; in mcp3kadc_attach() local
200 model = &mcp3k_models[sc->sc_model]; in mcp3kadc_attach()
204 (unsigned)model->name, (unsigned)model->channels, in mcp3kadc_attach()
205 (unsigned)model->bits); in mcp3kadc_attach()
214 sc->sc_vref_mv = 1 << ((model->flags & M3K_SIGNED) ? in mcp3kadc_attach()
215 model->bits - 1 : model->bits); in mcp3kadc_attach()
218 sc->sc_adc_max = (1 << model->bits) - 1; in mcp3kadc_attach()
224 for (ch = 0; ch < model->channels; ch++) { in mcp3kadc_attach()
228 if (model->channels == 1) in mcp3kadc_attach()
239 if (model->flags & M3K_SGLDIFF) { in mcp3kadc_attach()
[all …]
/netbsd/src/sys/arch/hpcarm/dev/
Dwzero3_usb.c117 const struct wzero3usb_model *model; in wzero3usb_lookup() local
119 for (model = wzero3usb_table; model->platid != NULL; model++) { in wzero3usb_lookup()
120 if (platid_match(&platid, model->platid)) { in wzero3usb_lookup()
121 return model; in wzero3usb_lookup()
143 const struct wzero3usb_model *model; in wzero3usb_attach() local
150 model = wzero3usb_lookup(); in wzero3usb_attach()
151 if (model == NULL) { in wzero3usb_attach()
155 sc->sc_client_pin = model->client_pin; in wzero3usb_attach()
156 sc->sc_host_pin = model->host_pin; in wzero3usb_attach()
157 sc->sc_host_power_pin = model->host_power_pin; in wzero3usb_attach()
Dwzero3_mci.c123 const struct wzero3mci_model *model; in wzero3mci_lookup() local
125 for (model = wzero3mci_table; model->platid != NULL; model++) { in wzero3mci_lookup()
126 if (platid_match(&platid, model->platid)) { in wzero3mci_lookup()
127 return model; in wzero3mci_lookup()
149 const struct wzero3mci_model *model; in pxamci_attach() local
153 model = wzero3mci_lookup(); in pxamci_attach()
154 if (model == NULL) { in pxamci_attach()
159 sc->sc_detect_pin = model->detect_pin; in pxamci_attach()
160 sc->sc_power_pin = model->power_pin; in pxamci_attach()
Dwzero3_keypad.c261 const struct wzero3keypad_model *model; in wzero3keypad_lookup() local
263 for (model = wzero3keypad_table; model->platid != NULL; model++) { in wzero3keypad_lookup()
264 if (platid_match(&platid, model->platid)) { in wzero3keypad_lookup()
265 return model; in wzero3keypad_lookup()
286 const struct wzero3keypad_model *model; in wzero3keypad_attach() local
298 model = wzero3keypad_lookup(); in wzero3keypad_attach()
299 if (model == NULL) { in wzero3keypad_attach()
307 sc->sc_intr_pin = model->intr_pin; in wzero3keypad_attach()
/netbsd/src/sys/arch/x86/pci/
Damdzentemp.c166 int family, model; in amdzentemp_attach() local
173 model = CPUID_TO_MODEL(ci->ci_signature); in amdzentemp_attach()
179 amdzentemp_init(sc, family, model); in amdzentemp_attach()
257 amdzentemp_init(struct amdzentemp_softc *sc, int family, int model) in amdzentemp_init() argument
260 sc->sc_numsensors = 1 + amdzentemp_probe_ccd_sensors(sc, family, model); in amdzentemp_init()
370 amdzentemp_probe_ccd_sensors17h(struct amdzentemp_softc *sc, int model) in amdzentemp_probe_ccd_sensors17h() argument
374 switch (model) { in amdzentemp_probe_ccd_sensors17h()
391 "Unrecognized Family 17h Model: %02xh\n", model); in amdzentemp_probe_ccd_sensors17h()
399 amdzentemp_probe_ccd_sensors19h(struct amdzentemp_softc *sc, int model) in amdzentemp_probe_ccd_sensors19h() argument
403 switch (model) { in amdzentemp_probe_ccd_sensors19h()
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/fat/
Dfat.c59 #define MAKE_FMS(family, model) \ argument
61 + (((model) & 0xf) << 4) + (((model) & 0xf0) << 12))
245 int family, model; in __gmpn_cpuvec_init() local
252 model = ((fms >> 4) & 0xf) + ((fms >> 12) & 0xf0); in __gmpn_cpuvec_init()
265 if (model == 4 || model == 8) in __gmpn_cpuvec_init()
275 switch (model) in __gmpn_cpuvec_init()
426 if (model <= 3) in __gmpn_cpuvec_init()
435 if (model >= 8) in __gmpn_cpuvec_init()
440 if (model >= 9) in __gmpn_cpuvec_init()
497 if (model >= 9) in __gmpn_cpuvec_init()
[all …]
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp85 peers->setModel(&model); in Peers()
181 ctx_item = model.itemFromIndex(idx); in context_menu()
427 if (model.rowCount() > 0) { in add_station()
428 QModelIndexList lst = model.match(model.index(0, 0), in add_station()
433 item = model.itemFromIndex(lst[i]); in add_station()
438 model.removeRow(lst[i].row()); in add_station()
449 model.appendRow(item); in add_station()
556 model.appendRow(item); in add_p2p_group_client()
563 if (model.rowCount() == 0) in remove_bss()
566 QModelIndexList lst = model.match(model.index(0, 0), peer_role_bss_id, in remove_bss()
[all …]
/netbsd/src/sys/arch/epoc32/stand/e32boot/exe/
De32boot.cpp74 char *model; member
132 struct btinfo_model *model; in E32BootL() local
153 model = (struct btinfo_model *)FindBootInfoL(bootinfo, BTINFO_MODEL); in E32BootL()
154 console->Printf(_L(">> Model %s\n"), model->model); in E32BootL()
184 if (_L(model->model).CompareF(_L("SERIES5 R1")) == 0) in E32BootL()
186 else if (_L(model->model).CompareF(_L("SERIES5mx")) == 0) in E32BootL()
329 struct btinfo_model *model; in CreateBootInfo() local
345 model = (struct btinfo_model *)common; in CreateBootInfo()
346 Mem::Copy(model->model, &MachInfo().iMachineName[0], in CreateBootInfo()
347 sizeof(model->model)); in CreateBootInfo()
[all …]
/netbsd/src/sys/arch/newsmips/newsmips/
Dmachdep.c152 const char *model; in mach_init() local
326 model = cpu_getmodel(); in mach_init()
327 if (strcmp(model, "news3400") == 0 || in mach_init()
328 strcmp(model, "news3200") == 0 || in mach_init()
329 strcmp(model, "news3700") == 0) { in mach_init()
336 printf("kernel not configured for machine %s\n", model); in mach_init()
345 model = cpu_getmodel(); in mach_init()
346 if (strcmp(model, "news5000") == 0 || in mach_init()
347 strcmp(model, "news5900") == 0) { in mach_init()
354 printf("kernel not configured for machine %s\n", model); in mach_init()
[all …]
/netbsd/src/sys/dev/isa/
Dif_ep_isa.c125 long model; member
130 epaddcard(int bus, int iobase, int irq, int model) in epaddcard() argument
138 epcards[nepcards].model = model; in epaddcard()
157 u_int16_t vendor, model, eeprom_addr_cfg; in ep_isa_probe() local
204 model = bswap16(epreadeeprom(iot, ioh, EEPROM_PROD_ID)); in ep_isa_probe()
209 if ((model & 0xfff0) != PROD_ID_3C509) { in ep_isa_probe()
212 "ep_isa_probe: ignoring model %04x\n", model); in ep_isa_probe()
231 if ((model & 0xfff0) == PROD_ID_3C509) { in ep_isa_probe()
302 epaddcard(bus, iobase, irq, model); in ep_isa_probe()
346 ia->ia_aux = (void *)epcards[i].model; in ep_isa_probe()
/netbsd/src/external/gpl3/gdb/dist/sim/igen/
Dld-insn.c743 int is_internal, model_table *model) in parse_function_record() argument
779 if (!filter_is_subset (model->processors, new_function->models)) in parse_function_record()
821 insn_entry * insn, model_table *model) in parse_insn_model_record() argument
839 for (index = 0; index < model->nr_models; index++) in parse_insn_model_record()
840 if (insn->model[index] == 0) in parse_insn_model_record()
842 insn->model[index] = new_insn_model; in parse_insn_model_record()
845 filter_add (&insn->processors, model->processors); in parse_insn_model_record()
858 index = filter_is_member (model->processors, name) - 1; in parse_insn_model_record()
865 if (insn->model[index] != NULL && insn->model[index]->names != NULL) in parse_insn_model_record()
869 error (insn->model[index]->line, "earlier definition\n"); in parse_insn_model_record()
[all …]
/netbsd/src/sys/dev/ofisa/
Dmcclock_ofisa.c74 lookup_platform_data(char *model, size_t const size) in lookup_platform_data() argument
78 if (OF_getprop(OF_finddevice("/"), "model", model, size) <= 0) { in lookup_platform_data()
83 model[size - 1] = '\0'; in lookup_platform_data()
84 const char *cmodel = model; in lookup_platform_data()
128 char model[64]; in mcclock_ofisa_attach() local
152 pd = lookup_platform_data(model, sizeof(model)); in mcclock_ofisa_attach()
183 model); in mcclock_ofisa_attach()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dsync.md20 ;; Conversion to C++11 memory model based on
33 [(match_operand:SI 0 "const_int_operand" "")] ;; model
60 (match_operand:SI 2 "const_int_operand" "")] ;; model
63 enum memmodel model = memmodel_from_int (INTVAL (operands[2]));
65 /* Unless the memory model is relaxed, we want to emit ld.acq, which
67 gcc_assert (is_mm_relaxed (model) || MEM_VOLATILE_P (operands[1]));
75 (match_operand:SI 2 "const_int_operand" "")] ;; model
78 enum memmodel model = memmodel_from_int (INTVAL (operands[2]));
80 /* Unless the memory model is relaxed, we want to emit st.rel, which
82 gcc_assert (is_mm_relaxed (model) || MEM_VOLATILE_P (operands[0]));
[all …]
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dgen_autofdo_event.py73 def find_event(eventurl, model): argument
86 eventmap[event].append(model)
88 print j[u'EventName'], "event for model", model, "is", event
107 model = components[2] variable
108 model = int(model, 16) variable
110 found += find_event(baseurl + n[2], model)
/netbsd/src/sys/arch/x86/x86/
Didentcpu.c149 u_int family, model; in cpu_probe_intel_errata() local
152 model = CPUID_TO_MODEL(ci->ci_signature); in cpu_probe_intel_errata()
169 if (family == 0x6 && model == 0x5C) { in cpu_probe_intel_errata()
194 int family, model; in cpu_probe_amd_cache() local
199 model = CPUID_TO_MODEL(ci->ci_signature); in cpu_probe_amd_cache()
202 if (family == 5 && model == 0) in cpu_probe_amd_cache()
216 if ((family == 5 && model >= 9) || family >= 6) { in cpu_probe_amd_cache()
318 u_int model; in cpu_probe_amd_errata() local
322 model = CPUID_TO_MODEL(ci->ci_signature); in cpu_probe_amd_errata()
326 if (model == 0) { in cpu_probe_amd_errata()
[all …]
Dcoretemp.c225 uint32_t model, stepping; in coretemp_quirks() local
228 model = CPUID_TO_MODEL(ci->ci_signature); in coretemp_quirks()
250 if (model == 0x0E && stepping < 0x0C) { in coretemp_quirks()
268 uint32_t model, stepping; in coretemp_tjmax() local
271 model = CPUID_TO_MODEL(ci->ci_signature); in coretemp_tjmax()
277 if ((model == 0x0f && stepping >= 2) || (model == 0x0e)) { in coretemp_tjmax()
302 } else if (model == 0x17 && stepping == 0x06) { in coretemp_tjmax()
305 } else if (model == 0x1c) { in coretemp_tjmax()
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dx6800011 >>>>&0 ubyte&15 0 model: X68000,
12 >>>>&0 ubyte&15 1 model: PC-88VA,
13 >>>>&0 ubyte&15 2 model: FM-TOWNS,
14 >>>>&0 ubyte&15 3 model: MAC,
15 >>>>&0 ubyte&15 15 model: Generic,
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dacinclude.m420 AC_MSG_CHECKING([for sim ppc default model])
21 AC_ARG_ENABLE(sim-ppc-default-model,
22 [AS_HELP_STRING([--enable-sim-ppc-default-model=which], [Specify default PowerPC to model.])],
24 yes|no) AC_MSG_ERROR("No value supplied for --enable-sim-ppc-default-model=model");;
123 AC_MSG_CHECKING([for sim ppc model])
124 AC_ARG_ENABLE(sim-ppc-model,
125 [AS_HELP_STRING([--enable-sim-ppc-model=which], [Specify PowerPC to model.])],
127 yes|no) AC_MSG_ERROR("No value supplied for --enable-sim-ppc-model=model");;
132 AC_MSG_CHECKING([for sim ppc model issue])
133 AC_ARG_ENABLE(sim-ppc-model-issue,
[all …]
/netbsd/src/sys/arch/alpha/alpha/
Ddec_3000_500.c82 if ((platform.model = alpha_dsr_sysname()) == NULL) { in dec_3000_500_init()
88 if ((platform.model = alpha_variation_name(variation, in dec_3000_500_init()
95 platform.model = dec_3000_500_sf; in dec_3000_500_init()
97 platform.model = dec_3000_500_sp; in dec_3000_500_init()
99 platform.model = alpha_unknown_sysname(); in dec_3000_500_init()

12345678910>>...38