Bitdefender Hypervisor Memory Introspection
dtr_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 _DTR_PROTECTION_H_
6 #define _DTR_PROTECTION_H_
7 
8 #include "introtypes.h"
9 
10 
13  void
14  );
15 
18  void
19  );
20 
23  void
24  );
25 
28  void
29  );
30 
31 #endif // _DTR_PROTECTION_H_
INTSTATUS IntIdtrUnprotect(void)
Remove the IDTR protection.
INTSTATUS IntIdtrProtect(void)
Enable IDTR protection.
int INTSTATUS
The status data type.
Definition: introstatus.h:24
INTSTATUS IntGdtrProtect(void)
Enable GDTR protection.
INTSTATUS IntGdtrUnprotect(void)
Remove the GDTR protection.