Deleted Added
sdiff udiff text old ( 11364:1bd9f1b27438 ) new ( 11523:81332eb10367 )
full compact
1/*
2 * Copyright (c) 2011-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

--- 944 unchanged lines hidden (view full) ---

953 void
954 GpuTLB::unserialize(CheckpointIn &cp)
955 {
956 }
957
958 void
959 GpuTLB::regStats()
960 {
961 localNumTLBAccesses
962 .name(name() + ".local_TLB_accesses")
963 .desc("Number of TLB accesses")
964 ;
965
966 localNumTLBHits
967 .name(name() + ".local_TLB_hits")
968 .desc("Number of TLB hits")

--- 833 unchanged lines hidden ---