Searched hist:2764 (Results 1 - 7 of 7) sorted by relevance

/gem5/src/mem/cache/prefetch/
H A Dindirect_memory.ccdiff 13827:2764e4b4de5d Tue Apr 02 17:39:00 EDT 2019 Javier Bueno <javier.bueno@metempsy.com> mem-cache: Fix panic in Indirect Memory prefetcher

Memory requests with a size non-power-of-two and less than 8 values were causing
a panic, but there these should be allowed and ignored by the prefetcher.

Change-Id: I86baa60058cc8a7f232d6ba5748d4c24a463c840
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17733
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
/gem5/src/kern/solaris/
H A Dsolaris.hhdiff 2764:e6fea7527b3c Sat Jun 17 18:27:00 EDT 2006 Steve Reinhardt <stever@eecs.umich.edu> Fixes to compile under Cygwin.

src/kern/linux/linux.hh:
src/kern/solaris/solaris.hh:
Rename BSD_HOST to the more specific NO_STAT64.
src/sim/byteswap.hh:
Replace set of swap_byte functions with a single
templated version. Hope this fixes compiler issues
with e.g. int32_t vs int disambiguation.
src/sim/syscall_emul.hh:
Rename BSD_HOST to the more specific NO_STAT64.
Set this for __CYGWIN__.
/gem5/src/kern/linux/
H A Dlinux.hhdiff 2764:e6fea7527b3c Sat Jun 17 18:27:00 EDT 2006 Steve Reinhardt <stever@eecs.umich.edu> Fixes to compile under Cygwin.

src/kern/linux/linux.hh:
src/kern/solaris/solaris.hh:
Rename BSD_HOST to the more specific NO_STAT64.
src/sim/byteswap.hh:
Replace set of swap_byte functions with a single
templated version. Hope this fixes compiler issues
with e.g. int32_t vs int disambiguation.
src/sim/syscall_emul.hh:
Rename BSD_HOST to the more specific NO_STAT64.
Set this for __CYGWIN__.
/gem5/src/sim/
H A Dbyteswap.hhdiff 2764:e6fea7527b3c Sat Jun 17 18:27:00 EDT 2006 Steve Reinhardt <stever@eecs.umich.edu> Fixes to compile under Cygwin.

src/kern/linux/linux.hh:
src/kern/solaris/solaris.hh:
Rename BSD_HOST to the more specific NO_STAT64.
src/sim/byteswap.hh:
Replace set of swap_byte functions with a single
templated version. Hope this fixes compiler issues
with e.g. int32_t vs int disambiguation.
src/sim/syscall_emul.hh:
Rename BSD_HOST to the more specific NO_STAT64.
Set this for __CYGWIN__.
H A Dsyscall_emul.hhdiff 2764:e6fea7527b3c Sat Jun 17 18:27:00 EDT 2006 Steve Reinhardt <stever@eecs.umich.edu> Fixes to compile under Cygwin.

src/kern/linux/linux.hh:
src/kern/solaris/solaris.hh:
Rename BSD_HOST to the more specific NO_STAT64.
src/sim/byteswap.hh:
Replace set of swap_byte functions with a single
templated version. Hope this fixes compiler issues
with e.g. int32_t vs int disambiguation.
src/sim/syscall_emul.hh:
Rename BSD_HOST to the more specific NO_STAT64.
Set this for __CYGWIN__.
/gem5/tests/
H A DSConscriptdiff 5526:2764c7769ee3 Mon Aug 04 01:01:00 EDT 2008 Steve Reinhardt <stever@gmail.com> Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh.
/gem5/src/mem/cache/
H A Dcache.hhdiff 8702:2764cd55d2ad Tue Jan 17 01:55:00 EST 2012 Andreas Hansson <andreas.hansson@arm.com> MEM: Differentiate functional cache accesses from CPU and memory

This patch changes the functionalAccess member function in the cache
model such that it is aware of what port the access came from, i.e. if
it came from the CPU side or from the memory side. By adding this
information, it is possible to respect the 'forwardSnoops' flag for
snooping requests coming from the memory side and not forward
them. This fixes an outstanding issue with the IO bus getting accesses
that have no valid destination port and also cleans up future changes
to the bus model.

Completed in 101 milliseconds