Home
last modified time | relevance | path

Searched refs:tstr (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/tcg/s390x/
H A Dmie3-mvcrl.c21 char tstr[17] = "abcdefghjklmnop\0"; in test() local
24 mvcrl(tstr + 9, tstr + 8, 8); in test()
27 tstr[8] = 'i'; in test()
29 return strncmp(alpha, tstr, 16ul) == 0; in test()
/openbmc/qemu/hw/timer/
H A Dsh_timer.c259 uint32_t tstr; member
284 return s->tstr; in tmu012_read()
332 s->tstr = value; in tmu012_write()