Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c2579 uint64_t ilen, bool enh_check, uintptr_t ra,
2590 bool enh_check, uintptr_t ra, in decode_utf8() argument
2604 } else if (s0 <= (enh_check ? 0xc1 : 0xbf)) { in decode_utf8()
2616 if (enh_check && (s1 & 0xc0) != 0x80) { in decode_utf8()
2633 if (enh_check in decode_utf8()
2640 } else if (s0 <= (enh_check ? 0xf4 : 0xf7)) { in decode_utf8()
2654 if (enh_check in decode_utf8()
2673 bool enh_check, uintptr_t ra, in decode_utf16() argument
2697 if (enh_check && (s1 & 0xfc00) != 0xdc00) { in decode_utf16()
2709 bool enh_check, uintptr_t ra, in decode_utf32() argument
[all …]