Rev 2638 | Rev 2662 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2638 | Rev 2660 | ||
|---|---|---|---|
| Line 182... | Line 182... | ||
| 182 | * on answer, the recipient must set: |
182 | * on answer, the recipient must set: |
| 183 | * |
183 | * |
| 184 | * - ARG1 - final destination address space virtual address |
184 | * - ARG1 - final destination address space virtual address |
| 185 | * - ARG3 - final size of data to be copied |
185 | * - ARG3 - final size of data to be copied |
| 186 | */ |
186 | */ |
| - | 187 | #define IPC_M_DATA_WRITE 6 |
|
| - | 188 | ||
| - | 189 | /** Receive data from another address space over IPC. |
|
| - | 190 | * - ARG1 - destination virtual address in the source address space |
|
| - | 191 | * - ARG2 - size of data to be received, may be cropped by the recipient |
|
| - | 192 | * |
|
| - | 193 | * on answer, the recipient must set: |
|
| - | 194 | * |
|
| - | 195 | * - ARG1 - source virtual address in the destination address space |
|
| - | 196 | * - ARG2 - final size of data to be copied |
|
| - | 197 | */ |
|
| 187 | #define IPC_M_DATA_SEND 6 |
198 | #define IPC_M_DATA_READ 7 |
| 188 | 199 | ||
| 189 | /* Well-known methods */ |
200 | /* Well-known methods */ |
| 190 | #define IPC_M_LAST_SYSTEM 511 |
201 | #define IPC_M_LAST_SYSTEM 511 |
| 191 | #define IPC_M_PING 512 |
202 | #define IPC_M_PING 512 |
| 192 | /* User methods */ |
203 | /* User methods */ |