Searched refs:isHyp (Results 1 – 2 of 2) sorted by relevance
436 m_PeContext.setEL(m_curr_packet_in->isHyp() ? ocsd_EL2 : ocsd_EL_unknown); in processISync()510 ocsd_ex_level pkt_el = m_curr_packet_in->isHyp() ? ocsd_EL2 : ocsd_EL_unknown; in processBranchAddr()
115 const bool isHyp() const { return m_pkt_data.context.curr_Hyp; }; in isHyp() function