Searched defs:copy_to_user (Results 1 – 2 of 2) sorted by relevance
38 pub unsafe fn copy_to_user(dest: VirtAddr, src: &[u8]) -> Result<usize, SystemError> { in copy_to_user() function298 pub fn copy_to_user<T: core::marker::Copy>( in copy_to_user() method
303 static inline uint64_t copy_to_user(void *dst, void *src, uint64_t size) in copy_to_user() function