Searched defs:shm (Results 1 – 9 of 9) sorted by relevance
/system/core/trusty/line-coverage/ |
D | coverage.cpp | 87 trusty_shm shm = { in Rpc() local 139 void* shm = mmap(0, shm_len_, PROT_READ | PROT_WRITE, MAP_SHARED, dma_buf, 0); in Open() local
|
/system/core/trusty/apploader/ |
D | apploader.cpp | 135 void* shm = mmap(0, file_page_size, PROT_READ | PROT_WRITE, MAP_SHARED, dmabuf_fd, 0); in read_file() local 180 struct trusty_shm shm = { in send_load_message() local
|
/system/core/trusty/libtrusty/include/trusty/ |
D | ipc.h | 69 __u64 shm; member
|
/system/core/trusty/coverage/ |
D | coverage.cpp | 88 trusty_shm shm = { in Rpc() local 146 void* shm = mmap(0, shm_len_, PROT_READ | PROT_WRITE, MAP_SHARED, dma_buf, 0); in Open() local
|
/system/core/trusty/confirmationui/ |
D | TrustyApp.cpp | 122 trusty_shm shm = { in TrustyApp() local
|
/system/core/trusty/apploader/fuzz/ |
D | app_fuzzer.cpp | 63 trusty_shm shm = { in SendLoadMsg() local
|
/system/core/trusty/confirmationui/fuzz/ |
D | msg_fuzzer.cpp | 95 trusty_shm shm = { in Init() local
|
/system/core/trusty/utils/acvp/ |
D | trusty_modulewrapper.cpp | 136 struct trusty_shm shm = { in SendMessage() local
|
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 945 struct trusty_shm shm = { in send_fd_test() local
|