Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/sibyte/common/
H A Dsb_tbprof.c65 volatile int tb_enable; member
219 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/sibyte/common/
H A Dsb_tbprof.c65 volatile int tb_enable; member
219 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()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/sibyte/common/
H A Dsb_tbprof.c65 volatile int tb_enable; member
219 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()
/dports/emulators/dynamips-community/dynamips-0.2.17/unstable/
H A Dmips64_jit.c370 tb_enable(cpu->gen,tb); in mips64_jit_tcb_compile()
374 tb_enable(cpu->gen,tb); in mips64_jit_tcb_compile()
H A Dtcb.h238 void tb_enable(cpu_gen_t *cpu,cpu_tb_t *tb);
H A Dtcb.c493 tb_enable(cpu,tb); in tc_find_shared()
860 void tb_enable(cpu_gen_t *cpu,cpu_tb_t *tb) in tb_enable() function