Home
last modified time | relevance | path

Searched refs:pcs_flags (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/arch/alpha/alpha/
Dprom.c172 p->pcs_flags &= ~(PCS_RC | PCS_HALT_REQ); in prom_halt()
174 p->pcs_flags |= PCS_HALT_STAY_HALTED; in prom_halt()
176 p->pcs_flags |= PCS_HALT_WARM_BOOT; in prom_halt()
220 p->pcs_flags &= ~PCS_BIP; in hwrpb_restart_setup()
228 p->pcs_flags |= (PCS_RC | PCS_CV); in hwrpb_restart_setup()
238 p->pcs_flags &= ~PCS_RC; in console_restart()
Dcpu.c314 if ((p->pcs_flags & PCS_PA) == 0) { in cpuattach()
322 if ((p->pcs_flags & PCS_PV) == 0) { in cpuattach()
485 pcsp->pcs_flags |= (PCS_CV|PCS_RC); in cpu_boot_secondary()
486 pcsp->pcs_flags &= ~PCS_BIP; in cpu_boot_secondary()
501 if (pcsp->pcs_flags & PCS_BIP) in cpu_boot_secondary()
556 pcsp->pcs_flags &= ~(PCS_RC | PCS_HALT_REQ); in cpu_halt()
557 pcsp->pcs_flags |= PCS_HALT_STAY_HALTED; in cpu_halt()
670 cpu_id, pcsp->pcs_halt_reason, pcsp->pcs_flags); in cpu_iccb_receive()
Dmainbus.c89 if ((pcsp->pcs_flags & PCS_PP) == 0)
Dmachdep.c721 if ((pcsp->pcs_flags & PCS_PP) != 0)
/openbsd/src/sys/arch/alpha/include/
Drpb.h243 u_int64_t pcs_flags; /* 80: */ member