SQ_REMAP

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

sq_remap - Map a physical address through the Store Queues  

SYNOPSIS

"SYNOPSIS"

struct sq_mapping * sq_remap (unsigned long phys, unsigned int size, const char * name);  

ARGUMENTS

phys
Physical address of mapping.
size
Length of mapping.
name
User invoking mapping.
 

DESCRIPTION

Remaps the physical address phys through the next available store queue address of size length. name is logged at boot time as well as through the procfs interface.

A pre-allocated and filled sq_mapping pointer is returned, and must be cleaned up with a call to sq_unmap when the user is done with the mapping.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:53 GMT, October 09, 2005