Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/s390x/
H A Dtarget_proc.h27 size_t sizeof_stfl_bytes = 2048; in show_facilities() local
28 g_autofree uint8_t *stfl_bytes = g_new0(uint8_t, sizeof_stfl_bytes); in show_facilities()
33 for (bit = 0; bit < sizeof_stfl_bytes * 8; bit++) { in show_facilities()