Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dcpu_features.h94 static inline bool test_be_bit(unsigned int bit_nr, const uint8_t *array) in test_be_bit() function
/qemu/linux-user/s390x/
H A Dtarget_proc.h34 if (test_be_bit(bit, stfl_bytes)) { in show_facilities()
/qemu/target/s390x/tcg/
H A Dcrypto_helper.c295 if (!test_be_bit(fc, subfunc)) { in HELPER()
/qemu/target/s390x/kvm/
H A Dkvm.c2335 if (test_be_bit(kvm_to_feat[i][0], (uint8_t *) prop.feat)) { in query_cpu_feat()