Home
last modified time | relevance | path

Searched refs:arch_copy_thread (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/um/asm/
Dprocessor_64.h26 static inline void arch_copy_thread(struct arch_thread *from, in arch_copy_thread() function
Dprocessor_32.h44 static inline void arch_copy_thread(struct arch_thread *from, in arch_copy_thread() function
/linux-6.12.1/arch/um/kernel/
Dprocess.c158 arch_copy_thread(&current->thread.arch, &p->thread.arch); in copy_thread()