inorder: treat SE mode syscalls as a trapping instruction
authorKorey Sewell <ksewell@umich.edu>
Mon, 20 Jun 2011 01:43:38 +0000 (21:43 -0400)
committerKorey Sewell <ksewell@umich.edu>
Mon, 20 Jun 2011 01:43:38 +0000 (21:43 -0400)
commitdb8b1e4b78b7f51b673f80d4f2a1e5f5c86d4446
treeca55fe420ad974c39432eab352147f52c23e7f48
parentc95fe261abab85bee247737a3d171378689891e0
inorder: treat SE mode syscalls as a trapping instruction
define a syscallContext to schedule the syscall and then use syscall() to actually perform the action
src/cpu/inorder/cpu.cc
src/cpu/inorder/cpu.hh
src/cpu/inorder/inorder_dyn_inst.cc
src/cpu/inorder/inorder_dyn_inst.hh
src/cpu/inorder/resources/execution_unit.cc