Commit 683bb21
zephyr: userspace_helper: add function to add common partition to domain
Userspace_helper.h provides infrastructure to mark SOF objects
that should be accessible to all user threads (the "common_partition").
Add function user_memory_attach_common_partition() that allows to
attach this partition to a specific domain. This is intended to use
e.g. when moving LL tasks to user-space, where a single domain will
be created at boot, and should have access to the common partition.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent d31370b commit 683bb21
2 files changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
55 | 67 | | |
56 | 68 | | |
57 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
0 commit comments