VirtualBox

Changeset 1993

Show
Ignore:
Timestamp:
04/09/07 15:32:12 (2 years ago)
Author:
vboxsync
Message:

Added CSAMR3RemovePage

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/csam.h

    r1832 r1993  
    207207CSAMR3DECL(int) CSAMR3FlushPage(PVM pVM, RTGCPTR addr); 
    208208 
     209/** 
     210 * Remove a CSAM monitored page. Use with care! 
     211 * 
     212 * @returns VBox status code 
     213 * @param   pVM         The VM to operate on. 
     214 * @param   addr        GC address of the page to flush 
     215 */ 
     216CSAMR3DECL(int) CSAMR3RemovePage(PVM pVM, RTGCPTR addr); 
    209217 
    210218/** 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy