Searched refs:CAUSE_USER_ECALL (Results 1 - 5 of 5) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dscall.S30 li t1, CAUSE_USER_ECALL
H A Dcsr.S126 li t1, CAUSE_USER_ECALL
/gem5/tests/test-progs/asmtest/src/riscv/env/p/
H A Driscv_test.h121 li t6, CAUSE_USER_ECALL; \
160 (1 << CAUSE_USER_ECALL) | \
/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dvm.c164 if (tf->cause == CAUSE_USER_ECALL)
250 (1 << CAUSE_USER_ECALL) |
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h970 #define CAUSE_USER_ECALL 0x8 macro
1464 DECLARE_CAUSE("user_ecall", CAUSE_USER_ECALL)

Completed in 17 milliseconds