Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 98e91bc877e03cf3582cd163550eb7e3 > files > 434

kernel-doc-html-2.4.19-16mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML
><HEAD
><TITLE
>mtrr_add</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="The Linux Kernel API"
HREF="book1.html"><LINK
REL="UP"
TITLE="MTRR Handling"
HREF="x8078.html"><LINK
REL="PREVIOUS"
TITLE="MTRR Handling"
HREF="x8078.html"><LINK
REL="NEXT"
TITLE="mtrr_del"
HREF="r8141.html"></HEAD
><BODY
CLASS="REFENTRY"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Linux Kernel API</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x8078.html"
ACCESSKEY="P"
>&#60;&#60;&#60; Previous</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="r8141.html"
ACCESSKEY="N"
>Next &#62;&#62;&#62;</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="AEN8080"
></A
><SPAN
CLASS="phrase"
><SPAN
CLASS="PHRASE"
>mtrr_add</SPAN
></SPAN
></H1
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN8084"
></A
><H2
>Name</H2
>mtrr_add&nbsp;--&nbsp;   Add a memory type region
 </DIV
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN8087"
></A
><H2
>Synopsis</H2
><DIV
CLASS="FUNCSYNOPSIS"
><A
NAME="AEN8089"
></A
><P
></P
><P
><CODE
><CODE
CLASS="FUNCDEF"
>int <TT
CLASS="FUNCTION"
>mtrr_add </TT
></CODE
>(unsigned long <TT
CLASS="PARAMETER"
><I
>base</I
></TT
>, unsigned long <TT
CLASS="PARAMETER"
><I
>size</I
></TT
>, unsigned int <TT
CLASS="PARAMETER"
><I
>type</I
></TT
>, char <TT
CLASS="PARAMETER"
><I
>increment</I
></TT
>);</CODE
></P
><P
></P
></DIV
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN8101"
></A
><H2
>Arguments</H2
><P
></P
><DIV
CLASS="VARIABLELIST"
><DL
><DT
><TT
CLASS="PARAMETER"
><I
>base</I
></TT
></DT
><DD
><P
>      Physical base address of region
    </P
></DD
><DT
><TT
CLASS="PARAMETER"
><I
>size</I
></TT
></DT
><DD
><P
>      Physical size of region
    </P
></DD
><DT
><TT
CLASS="PARAMETER"
><I
>type</I
></TT
></DT
><DD
><P
>      Type of MTRR desired
    </P
></DD
><DT
><TT
CLASS="PARAMETER"
><I
>increment</I
></TT
></DT
><DD
><P
>      If this is true do usage counting on the region
    </P
></DD
></DL
></DIV
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN8124"
></A
><H2
>Description</H2
><P
>   Memory type region registers control the caching on newer Intel and
   non Intel processors. This function allows drivers to request an
   MTRR is added. The details and hardware specifics of each processor's
   implementation are hidden from the caller, but nevertheless the 
   caller should expect to need to provide a power of two size on an
   equivalent power of two boundary.
   </P
><P
>&#13;   If the region cannot be added either because all regions are in use
   or the CPU cannot support it a negative value is returned. On success
   the register number for this entry is returned, but should be treated
   as a cookie only.
   </P
><P
>&#13;   On a multiprocessor machine the changes are made to all processors.
   This is required on x86 by the Intel processors.
   </P
><P
>&#13;   The available types are
   </P
><P
>&#13;   <TT
CLASS="CONSTANT"
>MTRR_TYPE_UNCACHABLE</TT
>	-	No caching
   </P
><P
>&#13;   <TT
CLASS="CONSTANT"
>MTRR_TYPE_WRBACK</TT
>	-	Write data back in bursts whenever
   </P
><P
>&#13;   <TT
CLASS="CONSTANT"
>MTRR_TYPE_WRCOMB</TT
>	-	Write data back soon but allow bursts
   </P
><P
>&#13;   <TT
CLASS="CONSTANT"
>MTRR_TYPE_WRTHROUGH</TT
>	-	Cache reads but not writes
 </P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN8138"
></A
><H2
>BUGS</H2
><P
>    Needs a quiet flag for the cases where drivers do not mind
   failures and do not wish system log messages to be sent.
 </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x8078.html"
ACCESSKEY="P"
>&#60;&#60;&#60; Previous</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="book1.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="r8141.html"
ACCESSKEY="N"
>Next &#62;&#62;&#62;</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>MTRR Handling</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="x8078.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><SPAN
CLASS="phrase"
><SPAN
CLASS="PHRASE"
>mtrr_del</SPAN
></SPAN
></TD
></TR
></TABLE
></DIV
></BODY
></HTML
>