Home
last modified time | relevance | path

Searched refs:copy_to_user (Results 1 – 8 of 8) sorted by relevance

/trusty/kernel/app/usercopytest/
Diovectest.c32 ASSERT_EQ(0, copy_to_user(_state->buffer_addr, test_pattern, in TEST_F_SETUP()
79 copy_to_user(_state->iovec_addr, uiov, in write_chunked_iovec()
187 ASSERT_EQ(0, copy_to_user(_state->iovec_addr, uiov, sizeof(uiov))); in TEST_F()
207 ASSERT_EQ(0, copy_to_user(_state->iovec_addr, uiov, sizeof(uiov))); in TEST_F()
Dusercopytest.c157 TEST_P(usercopytest, copy_to_user) { in TEST_P() argument
180 ret = copy_to_user(addr + TEST_BUF_COPY_START, NULL, 0); in TEST_P()
192 ret = copy_to_user(addr + TEST_BUF_COPY_START, in TEST_P()
/trusty/kernel/lib/trusty/
Dsyscall.c248 return copy_to_user(time, &t, sizeof(int64_t)); in sys_gettime()
399 ret = copy_to_user(pmem, &kpmem, sizeof(struct dma_pmem)); in sys_prepare_dma()
Diovec.c127 ret = copy_to_user(uiov.iov_base, buf, to_copy); in membuf_to_user_iovec()
Dipc_msg.c603 ret = copy_to_user(user_msg_info, &mi_user, sizeof(mi_user)); in sys_get_msg()
724 rc = copy_to_user(uhptrs, hids, hcnt * sizeof(handle_id_t)); in user_return_handles()
Ductx.c517 ret = copy_to_user(user_event, &uevent, sizeof(uevent)); in _wait_for_uevent()
Dipc.c1071 ret = copy_to_user(user_uuid, peer_uuid_ptr, sizeof(uuid_t)); in sys_accept()
Dtrusty_app.c422 int ret = copy_to_user(dst_ptr, data, data_len); in copy_to_user_stack()