Searched refs:curr_alt_isa (Results 1 – 5 of 5) sorted by relevance
91 const uint8_t getAltISA() const { return context.curr_alt_isa; }; in getAltISA()156 context.curr_alt_isa = AltISA; in UpdateAltISA()
76 …uint32_t curr_alt_isa:1; /**< current Alt ISA flag for Tee / T32 (used if not in present packe… member
107 const int AltISA() const { return m_pkt_data.context.curr_alt_isa; }; in AltISA()165 m_pkt_data.context.curr_alt_isa = AltISA; in UpdateAltISA()
99 …uint32_t curr_alt_isa:1; /**< current Alt ISA flag for Tee / T32 (used if not in present packe… member
75 context.curr_alt_isa = 0; in ResetState()