Searched refs:tbi_check (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 785 if (unlikely(!tbi_check(desc, bit55))) { in mte_probe_int() 926 if (unlikely(!tbi_check(desc, bit55))) { in HELPER()
|
H A D | sme_helper.c | 584 if (!tbi_check(mtedesc, bit55) || in sme_ld1_mte() 769 if (!tbi_check(mtedesc, bit55) || in sme_st1_mte()
|
H A D | helper-a64.c | 1209 if (!tbi_check(desc, bit55)) { in mte_checks_needed()
|
H A D | sve_helper.c | 5812 if (!tbi_check(mtedesc, bit55) || in sve_ldN_r_mte() 6170 if (!tbi_check(mtedesc, bit55) || in sve_ldnfff1_r_mte() 6428 if (!tbi_check(mtedesc, bit55) || in sve_stN_r_mte()
|
/openbmc/qemu/target/arm/ |
H A D | internals.h | 1571 static inline bool tbi_check(uint32_t desc, int bit55) in tbi_check() function 1607 if (tbi_check(desc, clean_ptr < 0)) { in useronly_maybe_clean_ptr()
|