VirtualBox

Changeset 9344 in vbox for trunk/include


Ignore:
Timestamp:
Jun 3, 2008 9:49:14 AM (17 years ago)
Author:
vboxsync
Message:

Types and string format specifiers.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/csam.h

    r9220 r9344  
    7373 * @param   GCPtr       GC pointer of page table entry
    7474 */
    75 CSAMDECL(bool) CSAMDoesPageNeedScanning(PVM pVM, RTGCPTR32 GCPtr);
     75CSAMDECL(bool) CSAMDoesPageNeedScanning(PVM pVM, RTRCPTR GCPtr);
    7676
    7777/**
     
    8282 * @param   pPage       GC page address
    8383 */
    84 CSAMDECL(bool) CSAMIsPageScanned(PVM pVM, RTGCPTR32 pPage);
     84CSAMDECL(bool) CSAMIsPageScanned(PVM pVM, RTRCPTR pPage);
    8585
    8686/**
     
    9595 *
    9696 */
    97 CSAMDECL(int) CSAMMarkPage(PVM pVM, RTGCPTR32 pPage, bool fScanned);
     97CSAMDECL(int) CSAMMarkPage(PVM pVM, RTRCPTR pPage, bool fScanned);
    9898
    9999
     
    105105 * @param   GCPtr       GC pointer of page
    106106 */
    107 CSAMDECL(void) CSAMMarkPossibleCodePage(PVM pVM, RTGCPTR32 GCPtr);
     107CSAMDECL(void) CSAMMarkPossibleCodePage(PVM pVM, RTRCPTR GCPtr);
    108108
    109109/**
     
    139139 * @param   pvFault     Fault address
    140140 */
    141 CSAMDECL(int) CSAMExecFault(PVM pVM, RTGCPTR32 pvFault);
     141CSAMDECL(int) CSAMExecFault(PVM pVM, RTRCPTR pvFault);
    142142
    143143/**
     
    149149 * @param   GCPtr       GC pointer of page table entry
    150150 */
    151 CSAMDECL(bool) CSAMIsKnownDangerousInstr(PVM pVM, RTGCPTR32 GCPtr);
     151CSAMDECL(bool) CSAMIsKnownDangerousInstr(PVM pVM, RTRCPTR GCPtr);
    152152
    153153
     
    213213 * @param   addr        GC address of the page to flush
    214214 */
    215 CSAMR3DECL(int) CSAMR3FlushPage(PVM pVM, RTGCPTR32 addr);
     215CSAMR3DECL(int) CSAMR3FlushPage(PVM pVM, RTRCPTR addr);
    216216
    217217/**
     
    222222 * @param   addr        GC address of the page to flush
    223223 */
    224 CSAMR3DECL(int) CSAMR3RemovePage(PVM pVM, RTGCPTR32 addr);
     224CSAMR3DECL(int) CSAMR3RemovePage(PVM pVM, RTRCPTR addr);
    225225
    226226/**
     
    233233 * @param   pInstrGC    Instruction pointer
    234234 */
    235 CSAMR3DECL(int) CSAMR3CheckCodeEx(PVM pVM, RTSEL Sel, PCPUMSELREGHID pHiddenSel, RTGCPTR32 pInstrGC);
     235CSAMR3DECL(int) CSAMR3CheckCodeEx(PVM pVM, RTSEL Sel, PCPUMSELREGHID pHiddenSel, RTRCPTR pInstrGC);
    236236
    237237/**
     
    242242 * @param   pInstrGC    Instruction pointer (0:32 virtual address)
    243243 */
    244 CSAMR3DECL(int) CSAMR3CheckCode(PVM pVM, RTGCPTR32 pInstrGC);
     244CSAMR3DECL(int) CSAMR3CheckCode(PVM pVM, RTRCPTR pInstrGC);
    245245
    246246/**
     
    253253 * @param   fScanned    Mark as scanned or not
    254254 */
    255 CSAMR3DECL(int) CSAMR3MarkCode(PVM pVM, RTGCPTR32 pInstr, uint32_t opsize, bool fScanned);
     255CSAMR3DECL(int) CSAMR3MarkCode(PVM pVM, RTRCPTR pInstr, uint32_t opsize, bool fScanned);
    256256
    257257/**
     
    271271 * @param   enmTag      Monitor tag
    272272 */
    273 CSAMR3DECL(int) CSAMR3MonitorPage(PVM pVM, RTGCPTR32 pPageAddrGC, CSAMTAG enmTag);
     273CSAMR3DECL(int) CSAMR3MonitorPage(PVM pVM, RTRCPTR pPageAddrGC, CSAMTAG enmTag);
    274274
    275275/**
     
    281281 * @param   enmTag      Monitor tag
    282282 */
    283 CSAMR3DECL(int) CSAMR3UnmonitorPage(PVM pVM, RTGCPTR32 pPageAddrGC, CSAMTAG enmTag);
     283CSAMR3DECL(int) CSAMR3UnmonitorPage(PVM pVM, RTRCPTR pPageAddrGC, CSAMTAG enmTag);
    284284
    285285/**
     
    300300 * @param   GCPtrCall   Call address
    301301 */
    302 CSAMR3DECL(int) CSAMR3RecordCallAddress(PVM pVM, RTGCPTR32 GCPtrCall);
     302CSAMR3DECL(int) CSAMR3RecordCallAddress(PVM pVM, RTRCPTR GCPtrCall);
    303303
    304304/** @} */
  • trunk/include/VBox/patm.h

    r9228 r9344  
    233233 * @param   pRelBranchPatch     Relative duplicated function address
    234234 */
    235 PATMDECL(int) PATMAddBranchToLookupCache(PVM pVM, RTRCPTR pJumpTableGC, RTRCPTR pBranchTarget, RTGCUINTPTR pRelBranchPatch);
     235PATMDECL(int) PATMAddBranchToLookupCache(PVM pVM, RTRCPTR pJumpTableGC, RTRCPTR pBranchTarget, RTRCUINTPTR pRelBranchPatch);
    236236
    237237
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette