| 73 | template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::Device_DCStart> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; } |
| 74 | template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::Device_Start> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; } |
| 75 | template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::Device_Stop> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; } |
| 76 | template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::HwQueue_DCStart> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; } |
| 77 | template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::HwQueue_Start> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; } |
| 78 | template<> void PatchKeyword<Microsoft_Windows_DxgKrnl::DmaPacket_Info> (uint64_t* k) { *k &= ~(uint64_t) Microsoft_Windows_DxgKrnl::Keyword::Microsoft_Windows_DxgKrnl_Performance; } |
nothing calls this directly
no outgoing calls
no test coverage detected