Searched refs:pcsp (Results 1 – 3 of 3) sorted by relevance
717 struct pcs *pcsp, *primary_pcsp; in cpu_boot_secondary() local723 pcsp = LOCATE_PCS(hwrpb, ci->ci_cpuid); in cpu_boot_secondary()729 memcpy(pcsp->pcs_hwpcb, &pcb->pcb_hw, sizeof(pcb->pcb_hw)); in cpu_boot_secondary()744 memcpy(&pcsp->pcs_pal_rev, &primary_pcsp->pcs_pal_rev, in cpu_boot_secondary()745 sizeof(pcsp->pcs_pal_rev)); in cpu_boot_secondary()746 pcsp->pcs_flags |= (PCS_CV|PCS_RC); in cpu_boot_secondary()747 pcsp->pcs_flags &= ~PCS_BIP; in cpu_boot_secondary()762 if (pcsp->pcs_flags & PCS_BIP) in cpu_boot_secondary()815 struct pcs *pcsp = LOCATE_PCS(hwrpb, cpu_id); in cpu_halt() local819 pcsp->pcs_flags &= ~(PCS_RC | PCS_HALT_REQ); in cpu_halt()[all …]
69 struct pcs *pcsp; in mbattach() local82 pcsp = LOCATE_PCS(hwrpb, i); in mbattach()83 if ((pcsp->pcs_flags & PCS_PP) == 0) in mbattach()
829 struct pcs *pcsp; in alpha_init() local831 pcsp = LOCATE_PCS(hwrpb, i); in alpha_init()832 if ((pcsp->pcs_flags & PCS_PP) != 0) in alpha_init()