Searched refs:CAUSE_STORE_PAGE_FAULT (Results 1 - 4 of 4) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dvm.c132 assert(!(user_l3pt[addr/PGSIZE] & PTE_D) && cause == CAUSE_STORE_PAGE_FAULT);
186 else if (tf->cause == CAUSE_FETCH_PAGE_FAULT || tf->cause == CAUSE_LOAD_PAGE_FAULT || tf->cause == CAUSE_STORE_PAGE_FAULT)
253 (1 << CAUSE_STORE_PAGE_FAULT));
/gem5/tests/test-progs/asmtest/src/riscv/env/p/
H A Driscv_test.h157 (1 << CAUSE_STORE_PAGE_FAULT) | \
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Ddirty.S80 add t0, t0, -CAUSE_STORE_PAGE_FAULT
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h976 #define CAUSE_STORE_PAGE_FAULT 0xf macro
1470 DECLARE_CAUSE("store page fault", CAUSE_STORE_PAGE_FAULT)

Completed in 16 milliseconds