sq_remap

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

sq_remap - Map a physical address through the Store Queues

SYNOPSIS

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

ARGUMENTS

phys

Physical address of mapping.

size

Length of mapping.

name

User invoking mapping.

flags

Protection flags.

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 sysfs interface.

AUTHOR

Paul Mundt <lethal@linux-sh.org>

Author.