Home
last modified time | relevance | path

Searched refs:cpu_context_save (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dthread_info.h45 struct cpu_context_save { struct
68 struct cpu_context_save cpu_context; /* cpu context */ argument
/openbmc/linux/arch/arm/kernel/
H A Dprocess.c243 memset(&thread->cpu_context, 0, sizeof(struct cpu_context_save)); in copy_thread()