Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/um/asm/
H A Dprocessor_64.h24 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread() function
H A Dprocessor_32.h38 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread() function
/openbmc/linux/arch/um/kernel/
H A Dexec.c28 arch_flush_thread(&current->thread.arch); in flush_thread()