Home
last modified time | relevance | path

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

/qemu/linux-user/s390x/
H A Dtarget_proc.h28 g_autofree uint8_t *stfl_bytes = g_new0(uint8_t, sizeof_stfl_bytes); in show_facilities() local
32 s390_get_feat_block(S390_FEAT_TYPE_STFL, stfl_bytes); in show_facilities()
34 if (test_be_bit(bit, stfl_bytes)) { in show_facilities()
/qemu/target/s390x/tcg/
H A Dmisc_helper.c668 static uint8_t stfl_bytes[2048]; variable
681 s390_get_feat_block(S390_FEAT_TYPE_STFL, stfl_bytes); in prepare_stfl()
682 for (i = 0; i < sizeof(stfl_bytes); i++) { in prepare_stfl()
683 if (stfl_bytes[i]) { in prepare_stfl()
697 memcpy(&lowcore->stfl_fac_list, stfl_bytes, sizeof(lowcore->stfl_fac_list)); in HELPER()
722 cpu_stb_data_ra(env, addr + i, stfl_bytes[i], ra); in HELPER()