Home
last modified time | relevance | path

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

/qemu/accel/tcg/
A Dtb-jmp-cache.h25 typedef struct CPUJumpCache { struct
31 } CPUJumpCache; argument
A Dcpu-exec.c254 CPUJumpCache *jc; in tb_lookup()
989 CPUJumpCache *jc; in cpu_exec_loop()
1085 cpu->tb_jmp_cache = g_new0(CPUJumpCache, 1); in tcg_exec_realizefn()
A Dtranslate-all.c655 CPUJumpCache *jc = cpu->tb_jmp_cache; in tcg_flush_jmp_cache()
A Dtb-maint.c891 CPUJumpCache *jc = cpu->tb_jmp_cache; in tb_jmp_cache_inval_tb()
A Dcputlb.c159 CPUJumpCache *jc = cpu->tb_jmp_cache; in tb_jmp_cache_clear_page()
/qemu/include/hw/core/
A Dcpu.h93 struct CPUJumpCache;
509 struct CPUJumpCache *tb_jmp_cache;

Completed in 35 milliseconds