mbgtools-lx  4.2.8
PCPS_MAPPED_MEM Struct Reference

A structure used to retrieve an address to be mapped into user space. More...

#include <pcpsdev.h>

Data Fields

void * user_virtual_address
 
uint64_t len
 
uint64_t pfn_offset
 

Detailed Description

A structure used to retrieve an address to be mapped into user space.

Note
This is currently not really supported and probably doesn't work.

Definition at line 564 of file pcpsdev.h.

Field Documentation

◆ len

uint64_t PCPS_MAPPED_MEM::len

Definition at line 568 of file pcpsdev.h.

◆ pfn_offset

uint64_t PCPS_MAPPED_MEM::pfn_offset

Definition at line 569 of file pcpsdev.h.

◆ user_virtual_address

void* PCPS_MAPPED_MEM::user_virtual_address

Definition at line 566 of file pcpsdev.h.


The documentation for this struct was generated from the following file: