Changes between Version 8 and Version 9 of Component/Iss2Api


Ignore:
Timestamp:
Feb 20, 2010, 4:04:02 PM (14 years ago)
Author:
becoulet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Iss2Api

    v8 v9  
    151151Iss must populate the request fields.
    152152
     153=== bool virtualToPhys(addr_t &addr) const ===
     154
     155Iss must translate virtual address to physical address. It returns false if
     156the virtual address is not mapped. This function does nothing but returning true
     157if no mmu is implemented in the Iss.
     158
    153159=== void setWriteBerr() ===
    154160