HomeSort by: relevance | last modified time | path
    Searched refs:rpb_primary_cpu_id (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/alpha/include/
cpu_counter.h 45 alpha_send_ipi(hwrpb->rpb_primary_cpu_id, ALPHA_IPI_PRIMARY_CC)
rpb.h 46 uint64_t rpb_primary_cpu_id; /* 20 */ member in struct:rpb
  /src/sys/arch/alpha/stand/common/
OSFpal.c 52 * We might not be rpb_primary_cpu_id, but it is supposed to go
55 p = LOCATE_PCS(r, r->rpb_primary_cpu_id);
  /src/sys/arch/alpha/tlsb/
tlsb.c 218 device_xname(cpu_info[hwrpb->rpb_primary_cpu_id]->ci_softc->sc_dev));
220 (1UL << hwrpb->rpb_primary_cpu_id));
226 (1UL << hwrpb->rpb_primary_cpu_id));
  /src/sys/arch/alpha/alpha/
prom.c 401 p = LOCATE_PCS(hwrpb, hwrpb->rpb_primary_cpu_id);
434 p = LOCATE_PCS(hwrpb, hwrpb->rpb_primary_cpu_id);
450 p = LOCATE_PCS(hwrpb, hwrpb->rpb_primary_cpu_id);
468 p = LOCATE_PCS(hwrpb, hwrpb->rpb_primary_cpu_id);
cpu.c 346 const bool primary = ma->ma_slot == hwrpb->rpb_primary_cpu_id;
658 if (ci->ci_cpuid == hwrpb->rpb_primary_cpu_id) {
722 primary_pcsp = LOCATE_PCS(hwrpb, hwrpb->rpb_primary_cpu_id);
ipifuncs.c 230 if (cpu_id != hwrpb->rpb_primary_cpu_id) {
interrupt.c 203 if (ci->ci_cpuid == hwrpb->rpb_primary_cpu_id &&
machdep.c 485 assert(hwrpb->rpb_primary_cpu_id == cpu_id);
493 assert(hwrpb->rpb_primary_cpu_id == 0);
1078 wait_mask = (1UL << cpu_id) | (1UL << hwrpb->rpb_primary_cpu_id);
1128 if (cpu_id != hwrpb->rpb_primary_cpu_id)
  /src/sys/arch/alpha/gbus/
gbus.c 104 ta->ta_node == (hwrpb->rpb_primary_cpu_id / 2))

Completed in 29 milliseconds