/* * Copyright (C) 2017-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include "shared/source/helpers/preamble.h" namespace NEO { struct BDWFamily; template <> struct L3CNTLREGConfig { static const uint32_t valueForSLM = 0x60000321u; static const uint32_t valueForNoSLM = 0x80000340u; }; template <> struct L3CNTLRegisterOffset { static const uint32_t registerOffset = 0x7034; }; } // namespace NEO