Bitdefender Hypervisor Memory Introspection
init.h File Reference

Go to the source code of this file.

Data Structures

struct  data
 

Typedefs

typedef int() change_page_attr_set_clr_fn(unsigned long *addr, int numpages, unsigned long mask_set, unsigned long mask_clr, int force_split, int in_flag, void **pages)
 
typedef void *() module_alloc_fn(int size)
 
typedef void *() vmalloc_fn(int size)
 

Typedef Documentation

◆ change_page_attr_set_clr_fn

typedef int() change_page_attr_set_clr_fn(unsigned long *addr, int numpages, unsigned long mask_set, unsigned long mask_clr, int force_split, int in_flag, void **pages)

Definition at line 8 of file init.h.

◆ module_alloc_fn

typedef void*() module_alloc_fn(int size)

Definition at line 10 of file init.h.

◆ vmalloc_fn

typedef void*() vmalloc_fn(int size)

Definition at line 11 of file init.h.