Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/mmvec/
H A Dsystem_ext_mmvec.h21 void mem_gather_store(CPUHexagonState *env, target_ulong vaddr, int slot);
H A Dsystem_ext_mmvec.c22 void mem_gather_store(CPUHexagonState *env, target_ulong vaddr, int slot) in mem_gather_store() function
/openbmc/qemu/target/hexagon/
H A Dop_helper.c129 mem_gather_store(env, addr, slot); in HELPER()