Searched defs:shm (Results 1 – 8 of 8) sorted by relevance
/aosp14/system/core/trusty/apploader/ |
H A D | apploader.cpp | 129 void* shm = mmap(0, file_page_size, PROT_READ | PROT_WRITE, MAP_SHARED, dmabuf_fd, 0); in read_file() local 174 struct trusty_shm shm = { in send_load_message() local
|
/aosp14/system/core/trusty/coverage/ |
H A D | coverage.cpp | 92 trusty_shm shm = { in Rpc() local 150 void* shm = mmap(0, shm_len_, PROT_READ | PROT_WRITE, MAP_SHARED, dma_buf, 0); in Open() local
|
/aosp14/system/core/trusty/libtrusty/include/trusty/ |
H A D | ipc.h | 69 __u64 shm; member
|
/aosp14/system/core/trusty/apploader/fuzz/ |
H A D | app_fuzzer.cpp | 67 trusty_shm shm = { in SendLoadMsg() local
|
/aosp14/system/core/trusty/confirmationui/ |
H A D | TrustyApp.cpp | 126 trusty_shm shm = { in TrustyApp() local
|
/aosp14/system/core/trusty/confirmationui/fuzz/ |
H A D | msg_fuzzer.cpp | 95 trusty_shm shm = { in Init() local
|
/aosp14/system/core/trusty/utils/acvp/ |
H A D | trusty_modulewrapper.cpp | 140 struct trusty_shm shm = { in SendMessage() local
|
/aosp14/system/core/trusty/libtrusty/tipc-test/ |
H A D | tipc_test.c | 914 struct trusty_shm shm = { in send_fd_test() local
|