Home
last modified time | relevance | path

Searched refs:pcsp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/alpha/alpha/
H A Dcpu.c717 struct pcs *pcsp, *primary_pcsp; in cpu_boot_secondary() local
723 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() local
819 pcsp->pcs_flags &= ~(PCS_RC | PCS_HALT_REQ); in cpu_halt()
[all …]
H A Dmainbus.c69 struct pcs *pcsp; in mbattach() local
82 pcsp = LOCATE_PCS(hwrpb, i); in mbattach()
83 if ((pcsp->pcs_flags & PCS_PP) == 0) in mbattach()
H A Dmachdep.c829 struct pcs *pcsp; in alpha_init() local
831 pcsp = LOCATE_PCS(hwrpb, i); in alpha_init()
832 if ((pcsp->pcs_flags & PCS_PP) != 0) in alpha_init()