Searched refs:cr_hwref (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/powerpc/include/
H A Dsmp.h50 uintptr_t cr_hwref; member in struct:cpuref
/freebsd-10.2-release/sys/powerpc/pseries/
H A Dplatform_chrp.c275 phandle = cpuref->cr_hwref;
322 cpuref->cr_hwref = cpu;
342 res = OF_getproplen(cpuref->cr_hwref, "ibm,ppc-interrupt-server#s");
345 OF_getprop(cpuref->cr_hwref, "ibm,ppc-interrupt-server#s",
356 cpu = OF_peer(cpuref->cr_hwref);
366 cpuref->cr_hwref = cpu;
396 cpuref->cr_hwref = bsp;
/freebsd-10.2-release/sys/powerpc/ps3/
H A Dplatform_ps3.c180 cpuref->cr_hwref = cpuref->cr_cpuid;
193 cpuref->cr_hwref = cpuref->cr_cpuid;
203 cpuref->cr_hwref = cpuref->cr_cpuid;
/freebsd-10.2-release/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c279 cpuref->cr_hwref = cpuref->cr_cpuid;
295 cpuref->cr_hwref = cpuref->cr_cpuid;
307 cpuref->cr_hwref = cpuref->cr_cpuid;
/freebsd-10.2-release/sys/powerpc/powermac/
H A Dplatform_powermac.c211 phandle = cpuref->cr_hwref;
228 cpuref->cr_hwref = cpu;
290 cpu = OF_peer(cpuref->cr_hwref);
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Dmp_machdep.c179 pc->pc_hwref = cpu.cr_hwref;

Completed in 64 milliseconds