Home
last modified time | relevance | path

Searched refs:cpu_stop (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/mips/oprofile/
Dop_impl.h34 void (*cpu_stop)(void *args); member
Dcommon.c72 on_each_cpu(model->cpu_stop, NULL, 1); in op_mips_stop()
Dop_model_loongson2.c158 .cpu_stop = loongson2_cpu_stop,
Dop_model_loongson3.c210 .cpu_stop = loongson3_cpu_stop,
Dop_model_mipsxx.c463 .cpu_stop = mipsxx_cpu_stop,
/Linux-v4.19/include/uapi/linux/
Dcyclades.h165 __u32 cpu_stop; /* CPU stop Register (write) */ member
/Linux-v4.19/tools/perf/bench/
Dnuma.c306 int cpu_stop = (target_node + 1) * cpus_per_node; in bind_to_node() local
308 BUG_ON(cpu_stop > g->p.nr_cpus); in bind_to_node()
310 for (cpu = cpu_start; cpu < cpu_stop; cpu++) in bind_to_node()
/Linux-v4.19/drivers/tty/
Dcyclades.c3521 cy_writel(&cust->cpu_stop, 0); in cyz_load_fw()
3543 cy_writel(&cust->cpu_stop, 0); in cyz_load_fw()