Searched refs:probe_hvx_stores (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | helper.h | 111 DEF_HELPER_2(probe_hvx_stores, void, env, int)
|
H A D | op_helper.c | 503 static void probe_hvx_stores(CPUHexagonState *env, int mmu_idx, in probe_hvx_stores() function 542 void HELPER(probe_hvx_stores)(CPUHexagonState *env, int mmu_idx) in HELPER() argument 545 probe_hvx_stores(env, mmu_idx, retaddr); in HELPER() 566 probe_hvx_stores(env, mmu_idx, ra); in HELPER()
|