Searched refs:CAUSE_LOAD_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)
252 (1 << CAUSE_LOAD_PAGE_FAULT) |
/gem5/tests/test-progs/asmtest/src/riscv/env/p/
H A Driscv_test.h156 li t0, (1 << CAUSE_LOAD_PAGE_FAULT) | \
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h975 #define CAUSE_LOAD_PAGE_FAULT 0xd macro
1469 DECLARE_CAUSE("load page fault", CAUSE_LOAD_PAGE_FAULT)

Completed in 15 milliseconds