Searched refs:key_str1 (Results 1 - 5 of 5) sorted by relevance

/gem5/util/m5/jni/
H A Dgem5Op.java57 public native long initparam(long key_str1, long key_str2); argument
/gem5/src/sim/
H A Dpseudo_inst.hh78 uint64_t initParam(ThreadContext *xc, uint64_t key_str1, uint64_t key_str2);
H A Dpseudo_inst.cc390 initParam(ThreadContext *tc, uint64_t key_str1, uint64_t key_str2) argument
392 DPRINTF(PseudoInst, "PseudoInst::initParam() key:%s%s\n", (char *)&key_str1,
405 if (key_str1 == 0) {
408 strncpy(key_str, (char *)&key_str1, sizeof(uint64_t));
/gem5/include/gem5/
H A Dm5ops.h53 uint64_t m5_init_param(uint64_t key_str1, uint64_t key_str2);
/gem5/util/m5/
H A Dlua_gem5Op.c116 uint64_t key_str1 = lua_tointeger(L, 1); local
118 lua_pushinteger(L, m5_init_param(key_str1, key_str2));

Completed in 9 milliseconds