Searched refs:pes (Results 1 – 1 of 1) sorted by relevance
543 unmake_pes(uint32_t pes, int cpuver, struct xpes *xpes) in unmake_pes() argument545 xpes->cmask = (uint8_t)(pes >> CPC_P6_PES_CMASK_SHIFT); in unmake_pes()546 xpes->pc = (pes >> CPC_P6_PES_PC) & 1u; in unmake_pes()547 xpes->inv = (pes >> CPC_P6_PES_INV) & 1u; in unmake_pes()548 xpes->irupt = (pes >> CPC_P6_PES_INT) & 1u; in unmake_pes()549 xpes->edge = (pes >> CPC_P6_PES_E) & 1u; in unmake_pes()550 xpes->sys = (pes >> CPC_P6_PES_OS) & 1u; in unmake_pes()551 xpes->usr = (pes >> CPC_P6_PES_USR) & 1u; in unmake_pes()552 xpes->umask = (uint8_t)(pes >> CPC_P6_PES_UMASK_SHIFT); in unmake_pes()553 xpes->evsel = (uint8_t)pes; in unmake_pes()