Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/alpha/alpha/
Dprom.c402 p->pcs_flags &= ~(PCS_RC | PCS_HALT_REQ); in prom_halt()
404 p->pcs_flags |= PCS_HALT_STAY_HALTED; in prom_halt()
406 p->pcs_flags |= PCS_HALT_WARM_BOOT; in prom_halt()
451 p->pcs_flags &= ~PCS_BIP; in hwrpb_restart_setup()
459 p->pcs_flags |= (PCS_RC | PCS_CV); in hwrpb_restart_setup()
469 p->pcs_flags &= ~PCS_RC; in console_restart()
Dcpu.c430 if ((p->pcs_flags & PCS_PA) == 0) { in cpuattach()
439 if ((p->pcs_flags & PCS_PV) == 0) { in cpuattach()
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()
819 pcsp->pcs_flags &= ~(PCS_RC | PCS_HALT_REQ); in cpu_halt()
820 pcsp->pcs_flags |= PCS_HALT_STAY_HALTED; in cpu_halt()
925 cpu_id, pcsp->pcs_halt_reason, pcsp->pcs_flags); in cpu_iccb_receive()
Dmainbus.c83 if ((pcsp->pcs_flags & PCS_PP) == 0) in mbattach()
Dmachdep.c832 if ((pcsp->pcs_flags & PCS_PP) != 0) in alpha_init()
/netbsd/src/sys/arch/alpha/include/
Drpb.h264 uint64_t pcs_flags; /* 80: */ member