Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dioinst.c477 uint32_t general_chars[510]; in ioinst_handle_chsc_scsc() local
504 memset(general_chars, 0, sizeof(general_chars)); in ioinst_handle_chsc_scsc()
507 general_chars[0] = cpu_to_be32(0x03000000); in ioinst_handle_chsc_scsc()
508 general_chars[1] = cpu_to_be32(0x00079000); in ioinst_handle_chsc_scsc()
509 general_chars[3] = cpu_to_be32(0x00080000); in ioinst_handle_chsc_scsc()
514 memcpy(res->data, general_chars, sizeof(general_chars)); in ioinst_handle_chsc_scsc()
515 memcpy(res->data + sizeof(general_chars), chsc_chars, sizeof(chsc_chars)); in ioinst_handle_chsc_scsc()