Home
last modified time | relevance | path

Searched refs:used_cp (Results 1 – 8 of 8) sorted by relevance

/arch/unicore32/kernel/
Dprocess.c209 memset(thread->used_cp, 0, sizeof(thread->used_cp)); in flush_thread()
265 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu()
Dasm-offsets.c47 DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp)); in main()
Dentry.S407 stb r7, [r20+], #TI_USED_CP + 2 @ set appropriate used_cp[]
/arch/arm/kernel/
Dprocess.c283 memset(thread->used_cp, 0, sizeof(thread->used_cp)); in flush_thread()
357 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu()
Dptrace.c635 thread->used_cp[1] = thread->used_cp[2] = 1; in fpa_set()
Dasm-offsets.c63 DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp)); in main()
/arch/unicore32/include/asm/
Dthread_info.h76 __u8 used_cp[16]; /* thread used copro */ member
/arch/arm/include/asm/
Dthread_info.h58 __u8 used_cp[16]; /* thread used copro */ member