Searched hist:8055 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/kvm/
H A DBaseKvmCPU.pydiff 9690:8055cd04be78 Tue May 14 10:02:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> kvm: Add support for disabling coalesced MMIO

Add the option useCoalescedMMIO to the BaseKvmCPU. The default
behavior is to disable coalesced MMIO since this hasn't been heavily
tested.
H A Dbase.ccdiff 9690:8055cd04be78 Tue May 14 10:02:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> kvm: Add support for disabling coalesced MMIO

Add the option useCoalescedMMIO to the BaseKvmCPU. The default
behavior is to disable coalesced MMIO since this hasn't been heavily
tested.
/gem5/src/mem/slicc/symbols/
H A DStateMachine.pydiff 8055:e1fd27c723a2 Wed Feb 23 00:58:00 EST 2011 Korey Sewell <ksewell@umich.edu> ruby: extend dprintfs for RubyGenerated TraceFlag
"executing" isnt a very descriptive debug message and in going through the
output you get multiple messages that say "executing" but nothing to help
you parse through the code/execution.

So instead, at least print out the name of the action that is taking
place in these functions.

Completed in 46 milliseconds