#include "gm_call_trace.h"
#include "gm_compiler.h"
#include "gm_debug.h"
#include "gm_debug_mem_register.h"
#include "gm_internal.h"
#include "gm_io.h"
#include "gm_lanai_command.h"
Functions | |
GM_ENTRY_POINT gm_status_t | gm_deregister_memory (gm_port_t *p, void *ptr, gm_size_t length) |
This file contains the GM API function gm_deregister_memory().
|
gm_deregister_memory() deregisters len bytes of user virtual that were previously registered for DMA transfers with a matching call to gm_register_memory() using pvma.
|