Searched refs:cpu_start (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/arch/mips/oprofile/ |
D | op_impl.h | 33 void (*cpu_start)(void *args); member
|
D | common.c | 64 on_each_cpu(model->cpu_start, NULL, 1); in op_mips_start()
|
D | op_model_loongson2.c | 157 .cpu_start = loongson2_cpu_start,
|
D | op_model_loongson3.c | 216 .cpu_start = loongson3_cpu_start,
|
D | op_model_mipsxx.c | 476 .cpu_start = mipsxx_cpu_start,
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | smp.c | 128 paca[nr].cpu_start = 1; in smp_cell_kick_cpu()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | paca.h | 83 u8 cpu_start; /* At startup, processor spins until */ member
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | smp.c | 71 if (paca[nr].cpu_start || !firmware_has_feature(FW_FEATURE_OPALv2)) in pnv_smp_kick_cpu()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | smp.c | 172 paca[nr].cpu_start = 1; in smp_pSeries_kick_cpu()
|
D | hotplug-cpu.c | 235 paca[cpu].cpu_start = 0; in pseries_cpu_die()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | smp.c | 119 if (!paca[nr].cpu_start) { in smp_generic_kick_cpu() 120 paca[nr].cpu_start = 1; in smp_generic_kick_cpu()
|
D | setup_64.c | 195 get_paca()->cpu_start = 1; in fixup_boot_paca()
|
D | asm-offsets.c | 177 DEFINE(PACAPROCSTART, offsetof(struct paca_struct, cpu_start)); in main()
|
/linux-4.1.27/include/uapi/linux/ |
D | cyclades.h | 163 __u32 cpu_start; /* CPU start Register (write) */ member
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 1738 cpu_start = -1.0 1872 cpu_start = ktime 1875 cpu_start = ktime 1882 actions[cpu].append({'begin': cpu_start, 'end': ktime}) 1883 cpu_start = ktime 1890 actions[cpu].append({'begin': cpu_start, 'end': ktime}) 1891 cpu_start = ktime
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 251 int cpu_start = (target_node + 0) * cpus_per_node; in bind_to_node() local 256 for (cpu = cpu_start; cpu < cpu_stop; cpu++) in bind_to_node()
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | xmon.c | 2109 DUMP(p, cpu_start, "x"); in dump_one_paca()
|
/linux-4.1.27/drivers/tty/ |
D | cyclades.c | 3599 cy_writel(&cust->cpu_start, 0); in cyz_load_fw()
|