Rev 2025 | Rev 2089 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2025 | Rev 2026 | ||
---|---|---|---|
Line 136... | Line 136... | ||
136 | * - ARG1 - dst as_area base adress |
136 | * - ARG1 - dst as_area base adress |
137 | */ |
137 | */ |
138 | #define IPC_M_AS_AREA_SEND 5 |
138 | #define IPC_M_AS_AREA_SEND 5 |
139 | 139 | ||
140 | /** Get as_area over IPC |
140 | /** Get as_area over IPC |
141 | * - ARG1 - where the as_area will be mapped |
141 | * - ARG1 - dst as_area base address |
142 | * - ARG2 - expected size of the as_area |
142 | * - ARG2 - dst as_area size |
143 | * - ARG3 - user defined argument |
143 | * - ARG3 - user defined argument |
144 | * |
144 | * |
145 | * on answer, the server sets: |
145 | * on answer, the server must set: |
146 | * |
146 | * |
147 | * - ARG1 - src as_area base address |
147 | * - ARG1 - src as_area base address |
148 | * - ARG2 - flags that will be used for sharing |
148 | * - ARG2 - flags that will be used for sharing |
149 | */ |
149 | */ |
150 | #define IPC_M_AS_AREA_RECV 6 |
150 | #define IPC_M_AS_AREA_RECV 6 |