Searched refs:cpu_start (Results 1 – 14 of 14) sorted by relevance
/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 | 480 .cpu_start = mipsxx_cpu_start,
|
/arch/powerpc/platforms/cell/ |
D | smp.c | 128 paca[nr].cpu_start = 1; in smp_cell_kick_cpu()
|
/arch/powerpc/include/asm/ |
D | paca.h | 83 u8 cpu_start; /* At startup, processor spins until */ member
|
/arch/powerpc/platforms/powernv/ |
D | smp.c | 72 if (paca[nr].cpu_start || !firmware_has_feature(FW_FEATURE_OPAL)) in pnv_smp_kick_cpu()
|
/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()
|
/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 | 204 get_paca()->cpu_start = 1; in fixup_boot_paca()
|
D | asm-offsets.c | 177 DEFINE(PACAPROCSTART, offsetof(struct paca_struct, cpu_start)); in main()
|
/arch/powerpc/xmon/ |
D | xmon.c | 2126 DUMP(p, cpu_start, "x"); in dump_one_paca()
|