Changeset 81364 in vbox
- Timestamp:
- Oct 18, 2019 6:32:33 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134077
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/VBox/vmm/pdmpci.h ¶
r80346 r81364 170 170 * @param pInterface Pointer to this interface structure. 171 171 * @param Address Guest physical address. 172 * @todo Why is this documented as guest physical173 * address and given a host ring-0 address type?174 172 * @param pvValue Address of value to write. 175 173 * @param cb Access width. 174 * 175 * @todo Why is this @a Address documented as guest physical 176 * address and given a host ring-0 address type? 176 177 * 177 178 * @thread EMT thread. … … 188 189 * @param pInterface Pointer to this interface structure. 189 190 * @param Address Guest physical address. 190 * @todo Why is this documented as guest physical191 * address and given a host ring-0 address type?192 191 * @param pvValue Place to store read value. 193 192 * @param cb Access width. 194 193 * 195 * @thread EMT thread. 196 */ 197 194 * @todo Why is this @a Address documented as guest physical 195 * address and given a host ring-0 address type? 196 * 197 * @thread EMT thread. 198 */ 198 199 DECLR3CALLBACKMEMBER(int, pfnMmioRead, (PPDMIPCIRAWUP pInterface, 199 200 RTR0PTR Address,
Note:
See TracChangeset
for help on using the changeset viewer.