Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c219 static uint8_t *allocation_tag_mem(CPUARMState *env, int ptr_mmu_idx, in allocation_tag_mem() function
299 mem = allocation_tag_mem(env, mmu_idx, ptr, MMU_DATA_LOAD, 1, in HELPER()
396 mem1 = allocation_tag_mem(env, mmu_idx, ptr, MMU_DATA_STORE, in do_st2g()
398 mem2 = allocation_tag_mem(env, mmu_idx, ptr + TAG_GRANULE, in do_st2g()
411 mem1 = allocation_tag_mem(env, mmu_idx, ptr, MMU_DATA_STORE, in do_st2g()
459 tag_mem = allocation_tag_mem(env, mmu_idx, ptr, MMU_DATA_LOAD, in HELPER()
518 tag_mem = allocation_tag_mem(env, mmu_idx, ptr, MMU_DATA_STORE, in HELPER()
574 mem = allocation_tag_mem(env, mmu_idx, ptr, MMU_DATA_STORE, dcz_bytes, in HELPER()
840 mem1 = allocation_tag_mem(env, mmu_idx, ptr, type, sizem1 + 1, in mte_probe_int()
852 mem2 = allocation_tag_mem(env, mmu_idx, next_page, type, in mte_probe_int()
[all …]