gpu_tlb.cc (11364:1bd9f1b27438) gpu_tlb.cc (11523:81332eb10367)
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 {
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 MemObject::regStats();
962
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 ---
963 localNumTLBAccesses
964 .name(name() + ".local_TLB_accesses")
965 .desc("Number of TLB accesses")
966 ;
967
968 localNumTLBHits
969 .name(name() + ".local_TLB_hits")
970 .desc("Number of TLB hits")

--- 833 unchanged lines hidden ---