Searched refs:tb_enable (Results 1 – 6 of 6) sorted by relevance
65 volatile int tb_enable; member219 if (!sbp.tb_enable) { in sbprof_tb_intr()234 if (!sbp.tb_enable) in sbprof_tb_intr()258 if (xchg(&sbp.tb_enable, 1)) in sbprof_zbprof_start()366 if (sbp.tb_enable) { in sbprof_zbprof_stop()379 sbp.tb_enable = 0; in sbprof_zbprof_stop()428 if (sbp.tb_armed || sbp.tb_enable) in sbprof_tb_release()
370 tb_enable(cpu->gen,tb); in mips64_jit_tcb_compile()374 tb_enable(cpu->gen,tb); in mips64_jit_tcb_compile()
238 void tb_enable(cpu_gen_t *cpu,cpu_tb_t *tb);
493 tb_enable(cpu,tb); in tc_find_shared()860 void tb_enable(cpu_gen_t *cpu,cpu_tb_t *tb) in tb_enable() function