Searched refs:machp (Results 1 – 3 of 3) sorted by relevance
79 const SIM_MACH * const *machp; in model_option_handler() local88 for (machp = STATE_MACHS(sd); *machp != NULL; ++machp) in model_option_handler()91 MACH_NAME (*machp)); in model_option_handler()92 for (model = MACH_MODELS (*machp); MODEL_NAME (model) != NULL; in model_option_handler()152 const SIM_MACH * const *machp; in sim_model_lookup() local158 for (machp = STATE_MACHS (sd); *machp != NULL; ++machp) in sim_model_lookup()160 for (model = MACH_MODELS (*machp); MODEL_NAME (model) != NULL; ++model) in sim_model_lookup()175 const SIM_MACH * const *machp; in sim_mach_lookup() local180 for (machp = STATE_MACHS (sd); *machp != NULL; ++machp) in sim_mach_lookup()182 if (strcmp (MACH_NAME (*machp), name) == 0) in sim_mach_lookup()[all …]
107 const SIM_MACH * const *machp; in cgen_cpu_max_extra_bytes() local112 for (machp = STATE_MACHS (sd); *machp != NULL; ++machp) in cgen_cpu_max_extra_bytes()114 int size = IMP_PROPS_SIM_CPU_SIZE (MACH_IMP_PROPS (*machp)); in cgen_cpu_max_extra_bytes()
96 * sim-model.c (model_option_handler): Make machp const.