Searched refs:mb_core (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/arm/mainbus/
H A Dmainbus.h59 int mb_core; /* cpu core # */ member in struct:mainbus_attach_args
H A Dcpu_mainbus.c80 int id = mb->mb_core;
95 mb->mb_core = 0;
103 mb->mb_core = id;
122 cpu_attach(self, mb->mb_core);
H A Dmainbus.c112 if (mb->mb_core != MAINBUSCF_CORE_DEFAULT)
113 aprint_normal(" core %d", mb->mb_core);
146 mb.mb_core = cf->cf_loc[MAINBUSCF_CORE];

Completed in 179 milliseconds