Searched hist:9912 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/sparc/
H A Dtlb.ccdiff 9912:3de4393f5649 Tue Oct 15 07:26:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> mem: Rename the ASI_BITS flag field in Request

ASI_BITS in the Request object were originally used to store a memory
request's ASI on SPARC. This is not the case any more since other ISAs
use the ASI bits to store architecture-dependent information. This
changeset renames the ASI_BITS to ARCH_BITS which better describes
their use. Additionally, the getAsi() accessor is renamed to
getArchFlags().
/gem5/src/mem/
H A Drequest.hhdiff 9912:3de4393f5649 Tue Oct 15 07:26:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> mem: Rename the ASI_BITS flag field in Request

ASI_BITS in the Request object were originally used to store a memory
request's ASI on SPARC. This is not the case any more since other ISAs
use the ASI bits to store architecture-dependent information. This
changeset renames the ASI_BITS to ARCH_BITS which better describes
their use. Additionally, the getAsi() accessor is renamed to
getArchFlags().

Completed in 45 milliseconds