Home
last modified time | relevance | path

Searched defs:copy_to_user (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/lk/include/kernel/
Dusercopy.h36 static inline __WARN_UNUSED_RESULT status_t copy_to_user(user_addr_t udest, const void *ksrc, size_… in copy_to_user() function
/aosp_15_r20/trusty/kernel/app/usercopytest/
H A Dusercopytest.c157 TEST_P(usercopytest, copy_to_user) { in TEST_P() argument