Home
last modified time | relevance | path

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

/arch/metag/include/asm/
Dprocessor.h38 struct meta_fpu_context { struct
53 struct meta_fpu_context {}; argument
81 struct meta_fpu_context *fpu_context;
/arch/metag/kernel/
Dprocess.c237 struct meta_fpu_context *ctx; in copy_thread()
240 sizeof(struct meta_fpu_context), GFP_ATOMIC); in copy_thread()
265 thread->fpu_context = kzalloc(sizeof(struct meta_fpu_context), in alloc_fpu_context()