Home
last modified time | relevance | path

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

/DragonOS/kernel/src/syscall/
H A Duser_access.rs38 pub unsafe fn copy_to_user(dest: VirtAddr, src: &[u8]) -> Result<usize, SystemError> { in copy_to_user() function
298 pub fn copy_to_user<T: core::marker::Copy>( in copy_to_user() method
/DragonOS/kernel/src/arch/x86_64/include/asm/
H A Dasm.h303 static inline uint64_t copy_to_user(void *dst, void *src, uint64_t size) in copy_to_user() function