aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-12[sim,pk] fixed minor pk bugs and trap codesAndrew Waterman1-5/+10
2011-04-09[pk] fix init_fp function prototypeYunsup Lee1-1/+1
2011-04-09[pk] add vector_disabled trap handlerYunsup Lee1-0/+1
2011-04-08[pk,fesvr] pk now loads elfs itselfAndrew Waterman1-1/+3
this allows it to detect 32b binaries
2011-03-25[xcc,pk,opcodes,sim] updated encoding/insn namesAndrew Waterman1-1/+0
2011-02-04[pk] fixed FP emulation bugAndrew Waterman1-1/+1
kernel would erroneously trap on FP disabled
2010-11-21[pk] various PK cleanups/speedupsAndrew Waterman1-6/+0
2010-10-26[pk,sim,xcc] get rid of at register, introduce tp registerYunsup Lee1-1/+0
2010-10-18[pk] improved performance of fp emulationAndrew Waterman1-1/+9
2010-10-17[pk] zero out fp regsYunsup Lee1-0/+1
2010-10-15[pk, sim] added FPU emulation support to proxy kernelAndrew Waterman1-0/+12
2010-10-05[xcc,sim] eliminated vectored trapsAndrew Waterman1-0/+1
now, the evec register holds the address that all traps vector to, and the cause register is set with the trap number.
2010-09-06[sim, xcc] added PCRs to replace k0 and k1Andrew Waterman1-0/+1
2010-08-18[pk,fesvr] improved proxykernel build systemAndrew Waterman1-0/+39
Now uses a modified MCPPBS. Add --host=riscv to configure path. Front-end server now just searches PATH for riscv-pk, so just install the pk to somewhere in your path.