Searched refs:GET_CSR_NUM (Results 1 – 2 of 2) sorted by relevance
26 #define GET_CSR_NUM(insn) (((insn) & INSN_CSR_MASK) >> INSN_CSR_SHIFT) macro
143 csr_num = GET_CSR_NUM(insn); in guest_illegal_exception_handler()