Searched refs:mte_check_fail (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 593 void mte_check_fail(CPUARMState *env, uint32_t desc, in mte_check_fail() function 867 mte_check_fail(env, desc, fault, ra); in mte_check() 1011 mte_check_fail(env, desc, align_ptr + i * TAG_GRANULE, ra); in HELPER()
|
H A D | helper-a64.c | 1096 mte_check_fail(env, *mtedesc, toaddr, ra); in set_step() 1461 mte_check_fail(env, *rdesc, fromaddr, ra); in copy_step() 1470 mte_check_fail(env, *wdesc, toaddr, ra); in copy_step() 1535 mte_check_fail(env, *rdesc, fromaddr, ra); in copy_step_rev() 1544 mte_check_fail(env, *wdesc, toaddr, ra); in copy_step_rev()
|
/openbmc/qemu/target/arm/ |
H A D | internals.h | 1547 void mte_check_fail(CPUARMState *env, uint32_t desc,
|