Searched refs:CAUSE_FETCH_PAGE_FAULT (Results 1 - 3 of 3) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dvm.c186 else if (tf->cause == CAUSE_FETCH_PAGE_FAULT || tf->cause == CAUSE_LOAD_PAGE_FAULT || tf->cause == CAUSE_STORE_PAGE_FAULT)
251 (1 << CAUSE_FETCH_PAGE_FAULT) |
/gem5/tests/test-progs/asmtest/src/riscv/env/p/
H A Driscv_test.h158 (1 << CAUSE_FETCH_PAGE_FAULT) | \
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h974 #define CAUSE_FETCH_PAGE_FAULT 0xc macro
1468 DECLARE_CAUSE("fetch page fault", CAUSE_FETCH_PAGE_FAULT)

Completed in 16 milliseconds