Bitdefender Hypervisor Memory Introspection
msr_protection.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #ifndef _MSR_PROTECTION_H_
6 #define _MSR_PROTECTION_H_
7 
8 #include "introtypes.h"
9 
12  void
13  );
14 
17  void
18  );
19 
20 #endif // _MSR_PROTECTION_H_
int INTSTATUS
The status data type.
Definition: introstatus.h:24
INTSTATUS IntMsrSyscallProtect(void)
Enable protection for all SYSCALL and SYSENTER MSRs.
INTSTATUS IntMsrSyscallUnprotect(void)
Remove protection from all protected MSRs.