VSTa manual pages  - PAGE_WIRE (2)

NAME

page_wire - lock down pages to physical memory

CONTENTS

Synopsis
Description
Notes

SYNOPSIS

#include <sys/syscall.h>
int page_wire(void *vaddr, void **paddr);

DESCRIPTION

The page_wire() system call locks a virtual page’s contents down to a physical page, whose corresponding physical address is placed in the location pointed to by paddr.

The return value is either -1, indicating failure, or a handle used in a later call to page_release().

NOTES

This call is generally useful only to DMA-based I/O servers.


PAGE_WIRE (2)
Generated by manServer 1.06 from pagewire.2 using man macros.