aboutsummaryrefslogtreecommitdiff
path: root/isa/rv64si/dirty.S
AgeCommit message (Expand)AuthorFilesLines
2020-03-11Setup a multilevel page table to avoid misaligned superpages caused by variab...Cedric Orban1-0/+4
2017-11-27Rename sbadaddr to satpAndrew Waterman1-1/+1
2017-10-30Declare trap handlers as global symbols. (#87)Richard Xia1-0/+1
2017-05-05Test that superpage PTEs trap when PPN LSBs are setAndrew Waterman1-0/+18
2017-05-05Regularize control flow in dirty-bit testAndrew Waterman1-8/+12
2017-03-30Expand dirty-bit test to test MPRV and SUMAndrew Waterman1-27/+30
2017-03-27Separate page faults from physical memory access exceptionsAndrew Waterman1-1/+1
2017-03-21Allow supervisor access to user pages in dirty-bit testAndrew Waterman1-1/+1
2017-03-09Permit flexible dirty-bit behaviorAndrew Waterman1-16/+26
2016-07-22Move dirty bit test to rv64si directoryAndrew Waterman1-0/+93
2015-03-25split out S-mode tests and M-mode testsYunsup Lee1-84/+0
2015-03-24Don't assume PRV1/2 and IE1/2 are resetAndrew Waterman1-1/+1
2015-03-17Merge [shm]call into ecall, [shm]ret into eretAndrew Waterman1-1/+1
2015-03-14Add PTE dirty bit testAndrew Waterman1-0/+84