IPC: Difference between revisions
No edit summary |
No edit summary |
||
Line 92: | Line 92: | ||
| <nowiki>0x0000000A | (size<<4)</nowiki> | | <nowiki>0x0000000A | (size<<4)</nowiki> | ||
<ptr> | <ptr> | ||
| The corresponding value contains a ptr to a buffer of said size. | | The corresponding value contains a ptr to a buffer of said size. It is mapped R- in the destination process?? | ||
|- | |- | ||
| 6 | | 6 | ||
| 0x0000000C <nowiki>|</nowiki> (size<<4) | | 0x0000000C <nowiki>|</nowiki> (size<<4) | ||
<ptr> | <ptr> | ||
| The corresponding value contains a ptr to a buffer of said size. | | The corresponding value contains a ptr to a buffer of said size. It is mapped -W in the destination process?? | ||
|- | |- | ||
| 7 | | 7 | ||
| 0x0000000E <nowiki>|</nowiki> (size<<4) | | 0x0000000E <nowiki>|</nowiki> (size<<4) | ||
<ptr> | <ptr> | ||
| The corresponding value contains a ptr to a buffer of said size. | | The corresponding value contains a ptr to a buffer of said size. It is mapped RW in the destination process?? | ||
|} | |} | ||
Buffers from commands 5,6,7 will get mapped at virtual address 0x04000000+ in destination process. | Buffers from commands 5,6,7 will get mapped at virtual address 0x04000000+ in destination process. |