/* * Copyright (C) 2019-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/aub/aub_helper_base.inl" namespace NEO { template int AubHelperHw::getDataHintForPml4Entry() const { return AubMemDump::DataTypeHintValues::TraceNotype; } template int AubHelperHw::getDataHintForPdpEntry() const { return AubMemDump::DataTypeHintValues::TraceNotype; } template int AubHelperHw::getDataHintForPdEntry() const { return AubMemDump::DataTypeHintValues::TraceNotype; } template int AubHelperHw::getDataHintForPtEntry() const { return AubMemDump::DataTypeHintValues::TraceNotype; } } // namespace NEO