[Kernel] Tag MmQueryAddressProtect as high frequency.

This commit is contained in:
gibbed 2018-11-21 17:54:28 -06:00
parent b7a4abc6f6
commit eb55d68e1f
1 changed files with 2 additions and 1 deletions

View File

@ -371,7 +371,8 @@ dword_result_t MmQueryAddressProtect(dword_t base_address) {
return access;
}
DECLARE_XBOXKRNL_EXPORT1(MmQueryAddressProtect, kMemory, kImplemented);
DECLARE_XBOXKRNL_EXPORT2(MmQueryAddressProtect, kMemory, kImplemented,
kHighFrequency);
void MmSetAddressProtect(lpvoid_t base_address, dword_t region_size,
dword_t protect_bits) {