Searched refs:param_value (Results 1 - 6 of 6) sorted by relevance

/gem5/util/systemc/gem5_within_systemc/
H A Dsc_gem5_control.hh107 const std::string &param_name, const std::string &param_value);
H A Dsc_gem5_control.cc109 const std::string &param_name, const std::string &param_value)
112 param_name, param_value);
108 setParam(const std::string &object, const std::string &param_name, const std::string &param_value) argument
/gem5/src/sim/
H A Dcxx_manager.cc319 std::string param_value; local
322 param_value))
329 if (!object_params->setParam(param->name, param_value,
334 param->name, param_value));
338 instance_name, param->name, param_value);
679 const std::string &param_name, const std::string &param_value)
683 if (!params->setParam(param_name, param_value, flags)) {
685 " .%s=X=\"%s\"", param_name, param_value));
690 instance_name, param_name, param_value);
678 setParam(const std::string &object_name, const std::string &param_name, const std::string &param_value) argument
H A Dcxx_manager.hh308 const std::string &param_name, const std::string &param_value);
/gem5/configs/example/
H A Dread_config.py202 param_value = [ param.ptype.parse_ini(self.flags, value)
205 param_value = param.ptype.parse_ini(
209 parsed_params[param_name] = param_value
235 param_value = self.config.get_param(object_name,
238 if param_value != 'Null':
240 param_value])
/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc708 static int param_value() { return param_value_; } function in class:GeneratorEvaluationTest
709 static void set_param_value(int param_value) { param_value_ = param_value; } argument
721 Values(GeneratorEvaluationTest::param_value()));

Completed in 22 milliseconds