Searched refs:allocation_tag_mem_probe (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.h | 46 uint8_t *allocation_tag_mem_probe(CPUARMState *env, int ptr_mmu_idx,
|
H A D | mte_helper.c | 54 uint8_t *allocation_tag_mem_probe(CPUARMState *env, int ptr_mmu_idx, in allocation_tag_mem_probe() function 197 return allocation_tag_mem_probe(env, ptr_mmu_idx, ptr, ptr_access, in allocation_tag_mem() 1028 mem = allocation_tag_mem_probe(env, mmu_idx, ptr, in mte_mops_probe() 1086 mem = allocation_tag_mem_probe(env, mmu_idx, ptr, in mte_mops_probe_rev() 1139 mem = allocation_tag_mem_probe(env, mmu_idx, ptr, MMU_DATA_STORE, size, in mte_mops_set_tags()
|
/openbmc/qemu/target/arm/ |
H A D | gdbstub64.c | 462 tags = allocation_tag_mem_probe(env, 0, addr, MMU_DATA_LOAD, 8 /* 64-bit */, in handle_q_memtag() 487 tags = allocation_tag_mem_probe(env, 0, addr, MMU_DATA_LOAD, 8 /* 64-bit */, in handle_q_isaddresstagged() 530 tags = allocation_tag_mem_probe(env, 0, start_addr, MMU_DATA_STORE, in handle_Q_memtag()
|