Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c133 int opcode, csr_num, funct3; in guest_illegal_exception_handler() local
144 funct3 = GET_RM(insn); in guest_illegal_exception_handler()
146 __GUEST_ASSERT(funct3 <= 7 && (funct3 != 0 && funct3 != 4), in guest_illegal_exception_handler()
148 funct3, csr_num); in guest_illegal_exception_handler()