Searched refs:cpu_start (Results 1 - 13 of 13) sorted by relevance

/arch/mips/oprofile/
H A Dop_impl.h33 void (*cpu_start)(void *args); member in struct:op_mips_model
H A Dcommon.c63 on_each_cpu(model->cpu_start, NULL, 1);
H A Dop_model_loongson2.c157 .cpu_start = loongson2_cpu_start,
H A Dop_model_mipsxx.c459 .cpu_start = mipsxx_cpu_start,
/arch/powerpc/include/asm/
H A Dpaca.h84 u8 cpu_start; /* At startup, processor spins until */ member in struct:paca_struct
/arch/powerpc/platforms/cell/
H A Dsmp.c132 * cpu_start field to become non-zero After we set cpu_start,
135 paca[nr].cpu_start = 1;
/arch/powerpc/platforms/powernv/
H A Dsmp.c70 if (paca[nr].cpu_start || !firmware_has_feature(FW_FEATURE_OPALv2))
/arch/powerpc/platforms/pseries/
H A Dsmp.c169 * cpu_start field to become non-zero After we set cpu_start,
172 paca[nr].cpu_start = 1;
H A Dhotplug-cpu.c235 paca[cpu].cpu_start = 0;
/arch/powerpc/kernel/
H A Dsmp.c116 * cpu_start field to become non-zero After we set cpu_start,
119 if (!paca[nr].cpu_start) {
120 paca[nr].cpu_start = 1;
H A Dsetup_64.c194 get_paca()->cpu_start = 1;
H A Dasm-offsets.c176 DEFINE(PACAPROCSTART, offsetof(struct paca_struct, cpu_start));
/arch/powerpc/xmon/
H A Dxmon.c2071 DUMP(p, cpu_start, "x");

Completed in 790 milliseconds