Rev 2676 | Rev 2802 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2676 | Rev 2677 | ||
---|---|---|---|
Line 157... | Line 157... | ||
157 | * - ARG3 - flags of the as_area being sent |
157 | * - ARG3 - flags of the as_area being sent |
158 | * |
158 | * |
159 | * on answer, the recipient must set: |
159 | * on answer, the recipient must set: |
160 | * - ARG1 - dst as_area base adress |
160 | * - ARG1 - dst as_area base adress |
161 | */ |
161 | */ |
162 | #define IPC_M_AS_AREA_SEND 4 |
162 | #define IPC_M_SHARE_OUT 4 |
163 | 163 | ||
164 | /** Receive as_area over IPC. |
164 | /** Receive as_area over IPC. |
165 | * - ARG1 - destination as_area base address |
165 | * - ARG1 - destination as_area base address |
166 | * - ARG2 - destination as_area size |
166 | * - ARG2 - destination as_area size |
167 | * - ARG3 - user defined argument |
167 | * - ARG3 - user defined argument |
Line 169... | Line 169... | ||
169 | * on answer, the recipient must set: |
169 | * on answer, the recipient must set: |
170 | * |
170 | * |
171 | * - ARG1 - source as_area base address |
171 | * - ARG1 - source as_area base address |
172 | * - ARG2 - flags that will be used for sharing |
172 | * - ARG2 - flags that will be used for sharing |
173 | */ |
173 | */ |
174 | #define IPC_M_AS_AREA_RECV 5 |
174 | #define IPC_M_SHARE_IN 5 |
175 | 175 | ||
176 | /** Send data to another address space over IPC. |
176 | /** Send data to another address space over IPC. |
177 | * - ARG1 - source address space virtual address |
177 | * - ARG1 - source address space virtual address |
178 | * - ARG2 - size of data to be copied, may be overriden by the recipient |
178 | * - ARG2 - size of data to be copied, may be overriden by the recipient |
179 | * |
179 | * |