Searched refs:key_str2 (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
393 (char *)&key_str2);
406 assert(key_str2 == 0);
412 strncpy(key_str + sizeof(uint64_t), (char *)&key_str2,
415 assert(key_str2 == 0);
/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.c117 uint64_t key_str2 = lua_tointeger(L, 2); local
118 lua_pushinteger(L, m5_init_param(key_str1, key_str2));

Completed in 10 milliseconds