Home
last modified time | relevance | path

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

/qemu/tcg/
A Dtci.c296 uintptr_t ra = (uintptr_t)tb_ptr; in tci_qemu_ld()
322 uintptr_t ra = (uintptr_t)tb_ptr; in tci_qemu_st()
363 const uint32_t *tb_ptr = v_tb_ptr; in tcg_qemu_tb_exec() local
370 tci_assert(tb_ptr); in tcg_qemu_tb_exec()
386 insn = *tb_ptr++; in tcg_qemu_tb_exec()
445 tb_ptr = ptr; in tcg_qemu_tb_exec()
673 tb_ptr = ptr; in tcg_qemu_tb_exec()
884 tb_ptr = ptr; in tcg_qemu_tb_exec()
913 tb_ptr = *(void **)ptr; in tcg_qemu_tb_exec()
922 tb_ptr = ptr; in tcg_qemu_tb_exec()
[all …]
/qemu/include/tcg/
A Dtcg.h1011 uintptr_t tcg_qemu_tb_exec(CPUArchState *env, const void *tb_ptr);
1013 typedef uintptr_t tcg_prologue_fn(CPUArchState *env, const void *tb_ptr);
/qemu/accel/tcg/
A Dcpu-exec.c451 const void *tb_ptr = itb->tc.ptr; in cpu_tb_exec() local
458 ret = tcg_qemu_tb_exec(cpu_env(cpu), tb_ptr); in cpu_tb_exec()

Completed in 15 milliseconds